postgresql.git
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-27 Thomas MunroRequire sizeof(bool) == 1.
2024-11-27 Nathan BossartUse __attribute__((target(...))) for SSE4.2 CRC-32C...
2024-11-27 Álvaro HerreraMake GUC_check_errdetail messages full sentences
2024-11-27 Álvaro HerreraRemove redundant relam initialization
2024-11-27 Tom Laneecpg: clean up some other assorted memory leaks.
2024-11-27 Tom Laneecpg: put all string-valued tokens returned by pgc...
2024-11-27 Tom Laneecpg: fix some memory leakage of data-type-related...
2024-11-27 Andrew Dunstanjsonapi: add lexer option to keep token ownership
2024-11-27 Andres Freundci: Fix cached MacPorts installation management
2024-11-27 Nathan BossartLook up backend type in pg_signal_backend() more cheaply.
2024-11-27 Andres Freundpostmaster: Reduce verbosity of environment dump debug...
2024-11-27 Fujii Masaofile_fdw: Add regression tests for ON_ERROR and other...
2024-11-27 Fujii Masaopgbench: Ensure previous progress message is fully...
2024-11-27 Álvaro HerreraFix pg_get_constraintdef for NOT NULL constraints on...
2024-11-27 Peter Eisentrautgitattributes: Add .cpp files to whitespace checks
2024-11-27 Peter EisentrautFix typo
2024-11-27 Peter EisentrautExclude LLVM files from whitespace checks
2024-11-27 Thomas MunroRevert "Blind attempt to fix _configthreadlocale()...
2024-11-27 Thomas MunroRequire ucrt if using MinGW.
2024-11-27 Thomas MunroRemove configure check for _configthreadlocale().
2024-11-27 Peter EisentrautImprove slightly misleading internal error message
2024-11-27 Amit KapilaFix buildfarm failure from commit 8fcd80258b.
2024-11-27 Peter EisentrautSupport LIKE with nondeterministic collations
2024-11-27 Amit KapilaImprove error message for replication of generated...
2024-11-27 Michael PaquierHandle better implicit transaction state of pipeline...
2024-11-26 Bruce MomjianFix commit 641a5b7a144 for "nbsp" output in SVG files
2024-11-26 Andres FreundDistinguish between AcquireExternalFD and epoll_create1...
2024-11-26 Peter Eisentrautmeson: Build pgevent as shared_module rather than share...
2024-11-26 Álvaro HerreraClean up newlines following left parentheses
2024-11-26 Peter EisentrautImprove InitShmemAccess() prototype
2024-11-26 Richard GuoFix test case from a8ccf4e93
2024-11-26 Michael Paquierpg_amcheck: Use CppAsString2() for relkind and relpersi...
2024-11-26 Richard GuoRemove dead code in get_param_path_clause_serials()
2024-11-26 Richard GuoReordering DISTINCT keys to match input path's pathkeys
2024-11-25 Tom LaneFix NULLIF()'s handling of read-write expanded objects.
2024-11-25 Noah MischAvoid "you don't own a lock of type ExclusiveLock"...
2024-11-25 Nathan Bossartpg_dump: Add dumpSchema and dumpData derivative flags.
2024-11-25 Thomas MunroClean up <stdbool.h> reference in meson.build.
2024-11-25 Tom LaneUpdate configure probes for CFLAGS needed for ARM CRC...
2024-11-25 Tom LaneSupport runtime CRC feature probing on NetBSD/ARM using...
2024-11-25 Peter EisentrautAdd support for Tcl 9
2024-11-25 Thomas MunroAssume that <stdbool.h> conforms to the C standard.
2024-11-25 Alexander KorotkovRemove the wrong assertion from match_orclause_to_index...
2024-11-25 Amit KapilaDoc: Clarify the `inactive_since` field description.
2024-11-25 Michael PaquierSimplify some SPI tests of PL/Python
2024-11-25 Michael Paquierdoc: Fix example with __next__() in PL/Python function
2024-11-24 Noah MischTest "options=-crole=" and "ALTER DATABASE SET role".
2024-11-23 Alexander KorotkovTeach bitmap path generation about transforming OR...
2024-11-23 Alexander KorotkovTransform OR-clauses to SAOP's during index matching
2024-11-22 Jeff DavisDisallow modifying statistics on system columns.
2024-11-22 Nathan BossartAdd INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
2024-11-22 Nathan BossartAdd a couple of recent commits to .git-blame-ignore...
2024-11-22 Heikki LinnakangasMake the memory layout of Port struct independent of...
2024-11-22 Heikki LinnakangasFix data loss when restarting the bulk_write facility
2024-11-22 Thomas MunroUse auxv to check for CRC32 instructions on ARM.
2024-11-22 Michael Paquierpsql: Fix category of \parse in output of --help=comman...
2024-11-22 Michael Paquierpsql: Include \pset xheader_width in --help=commands...
2024-11-22 Thomas Munrojit: Use -mno-outline-atomics for bitcode on ARM.
2024-11-22 Michael PaquierAdd write_to_file to PgStat_KindInfo for pgstats kinds
2024-11-21 Bruce Momjiandoc: clarify how logical replication takes its initial...
2024-11-21 Peter Eisentrautpgindent run
2024-11-21 Álvaro HerreraFix newly introduced 010_keep_recycled_wals.pl
2024-11-21 Álvaro HerreraFix outdated bit in README.tuplock
2024-11-21 Peter EisentrautFix ALTER TABLE / REPLICA IDENTITY for temporal tables
2024-11-21 Álvaro HerreraUnify repetitive error messages
2024-11-21 Michael PaquierFix memory leak in pgoutput for the WAL sender
2024-11-20 Bruce MomjianMore logically order libpq func. includes, e.g., group...
2024-11-20 Bruce Momjiandoc: clarify that jsonb_path_match() returns an SQL...
2024-11-20 Bruce Momjianclarify --no-comments option in --help and SGML files
2024-11-20 Peter GeogheganRefine nbtree = redundancy preprocessing comment.
2024-11-20 Tom LaneAvoid assertion failure if a setop leaf query contains...
2024-11-20 Fujii Masaofile_fdw: Add REJECT_LIMIT option to file_fdw.
2024-11-20 Michael Paquierdoc: Fix section of functions age(xid) and mxid_age...
2024-11-19 Tom LaneCompare collations before merging UNION operations.
2024-11-19 Fujii MasaoImprove error message for database object stats manipul...
2024-11-19 Michael Paquierlibpq: Improve error message when parsing URI parameter...
2024-11-18 Bruce Momjiandoc: clarify pg_dump --no-comments meaning as SQL...
2024-11-18 Bruce Momjiandoc: clarify text about combining row-level policies
2024-11-18 Peter Geoghegannbtree: consistently use minoff variable.
2024-11-18 Michael PaquierImprove some code format in gist.c
2024-11-18 Michael PaquierUse pg_memory_is_all_zeros() in PageIsVerifiedExtended()
2024-11-18 Michael PaquierOptimize pg_memory_is_all_zeros() in memutils.h
2024-11-16 Noah MischFix per-session activation of ALTER {ROLE|DATABASE...
2024-11-16 Masahiko SawadaFix a possibility of logical replication slot's restart...
2024-11-15 Tom LaneAvoid assertion due to disconnected NFA sub-graphs...
2024-11-15 Fujii MasaoRemove unnecessary backslash from CopyFrom() code.
2024-11-15 Peter EisentrautFix collation handling for foreign keys
2024-11-15 Álvaro HerreraAvoid deleting critical WAL segments during pg_rewind
2024-11-15 Peter EisentrautProper object locking for GRANT/REVOKE
2024-11-15 Heikki Linnakangasjit: Stop emitting some unnecessary instructions
2024-11-15 Peter EisentrautAdd an assertion in get_object_address()
2024-11-15 Michael PaquierFix race conditions with drop of reused pgstats entries
2024-11-14 Heikki LinnakangasPass MyPMChildSlot as an explicit argument to child...
2024-11-14 Heikki LinnakangasAssign a child slot to every postmaster child process
2024-11-14 Heikki LinnakangasKill dead-end children when there's nothing else left
2024-11-14 Heikki LinnakangasReplace postc's own backend type codes with BackendType
2024-11-14 Peter EisentrautRemove a useless cast to (void *) in hash_search()...
2024-11-14 Michael Paquiercontrib/lo: Use SQL-standard function bodies
2024-11-14 Michael Paquierxml2: Add tests for functions xpath_nodeset() and xpath...
next