postgresql.git
2024-03-13 Thomas Munroci: Use a RAM disk and more CPUs on FreeBSD.
2024-03-12 Michael PaquierAdd some asserts based on LWLockHeldByMe() for replicat...
2024-03-12 Jeff DavisFix version check in 002_pg_upgrade.pl.
2024-03-12 Tom LaneFix confusion about the return rowtype of SQL-language...
2024-03-12 David RowleyFix incorrect filename reference in comment
2024-03-12 Alvaro Herreralibpq: Add encrypted and non-blocking query cancellatio...
2024-03-12 Heikki LinnakangasFix copying SockAddr struct
2024-03-12 Heikki LinnakangasMove initialization of the Port struct to the child...
2024-03-12 Heikki LinnakangasPass CAC as an argument to the backend process
2024-03-12 Heikki LinnakangasSet socket options in child process after forking
2024-03-12 Heikki LinnakangasDisconnect if socket cannot be put into non-blocking...
2024-03-12 Alvaro Herreralibpq: Move pg_cancel to fe-cancel.c
2024-03-12 Michael PaquierKeep replication slot statistics on invalidation
2024-03-12 Amit KapilaRemove redundant fetch of the recent flush pointer...
2024-03-12 Michael PaquierUse printf's %m format instead of strerror(errno) in...
2024-03-11 Peter GeogheganUpdate obsolete index scan TID comments.
2024-03-11 Jeff DavisFix 002_pg_upgrade.pl.
2024-03-11 Alvaro HerreraAdd tests for libpq query cancellation APIs
2024-03-11 Nathan Bossartreindexdb: Allow specifying objects to process in all...
2024-03-11 Heikki LinnakangasRemove unneeded vacuum_delay_point from heap_vac_scan_g...
2024-03-11 Heikki LinnakangasConfine vacuum skip logic to lazy_scan_skip()
2024-03-11 Nathan Bossartclusterdb: Allow specifying tables to process in all...
2024-03-11 Bruce Momjiandoc: add missing word "the"
2024-03-11 Alvaro HerreraAdd missing connection statuses to docs
2024-03-11 Nathan Bossartvacuumdb: Allow specifying objects to process in all...
2024-03-11 Heikki LinnakangasSet all_visible_according_to_vm correctly with DISABLE_...
2024-03-11 Heikki LinnakangasDon't destroy SMgrRelations at relcache invalidation
2024-03-11 David RowleyFix incorrect accessing of pfree'd memory in Memoize
2024-03-11 Amit KapilaDoc: Warn about two_phase when altering a subscription...
2024-03-11 Michael PaquierImprove consistency of replication slot statistics
2024-03-11 Michael PaquierAdd some checkpoint and redo LSNs to a couple of recove...
2024-03-10 Michael PaquierImprove support for ExplainOneQuery() hook
2024-03-10 David RowleyFix deparsing of Consts in postgres_fdw ORDER BY
2024-03-10 Peter EisentrautCombine headerscheck and cpluspluscheck scripts
2024-03-09 Jeff DavisCatalog changes preparing for builtin collation provider.
2024-03-09 Joe ConwayMake contrib/tablefunc crosstab() also check typmod
2024-03-09 Tom LaneSimplify and merge unwanted-module drop logic in Adjust...
2024-03-09 Tom LaneImprove wrong-tuple-type error reports in contrib/table...
2024-03-09 Jeff DavisRun perltidy on 002_pg_upgrade.pl.
2024-03-09 Jeff DavisFix cross-version pg_upgrade test.
2024-03-09 Michael PaquierDocument units of "timeout" in ConditionVariableTimedSl...
2024-03-09 Jeff DavisFix type signedness error in commit 5c40364dd6.
2024-03-08 Daniel GustafssonFix errorhandling for reading from a pipe
2024-03-08 Daniel GustafssonReplace perror with custom postgres logging
2024-03-08 Tom LaneImprove WIN32 waiting logic in psql's \watch command.
2024-03-08 Alvaro HerreraAdmit deferrable PKs into rd_pkindex, but flag them...
2024-03-08 Alexander KorotkovAvoid recursion in MemoryContext functions
2024-03-08 Alexander KorotkovAvoid stack overflow in ShowTransactionStateRec()
2024-03-08 Alexander KorotkovTurn tail recursion into iteration in CommitTransaction...
2024-03-08 John NaylorRevert "Fix link error for test_radixtree module on...
2024-03-08 John NaylorFix link error for test_radixtree module on Windows
2024-03-08 John NaylorFix link error for test_radixtree module on Windows
2024-03-08 Amit KapilaIntroduce a new GUC 'standby_slot_names'.
2024-03-08 Tom LaneCope with a deficiency in OpenSSL 3.x's error reporting.
2024-03-08 Michael PaquierAdd support for DEFAULT in ALTER TABLE .. SET ACCESS...
2024-03-07 Michael PaquierUpdate comment of AlterTableCmd->name in parsenodes.h
2024-03-07 Jeff DavisUnicode case mapping tables and functions.
2024-03-07 Peter EisentrautFix description and grouping of RangeTblEntry.inh
2024-03-07 John NaylorBlind attempt to fix ODR violations
2024-03-07 Dean RasheedFix handling of self-modified tuples in MERGE.
2024-03-07 John NaylorFix incorrect format specifier for int64
2024-03-07 John NaylorFix redefinition of typedefs
2024-03-07 John NaylorAdd template for adaptive radix tree
2024-03-07 Michael PaquierRevert "Add recovery TAP test for race condition with...
2024-03-06 Michael PaquierRevert "Fix parallel-safety check of expressions and...
2024-03-06 Jeff DavisAdd Unicode property tables.
2024-03-06 Tom LaneFix type-checking of RECORD-returning functions in...
2024-03-06 John NaylorFix signedness error in 9f225e992 for gcc
2024-03-06 Michael PaquierFix parallel-safety check of expressions and predicate...
2024-03-06 John NaylorMove some bitmap logic out of bitmapset.c
2024-03-06 John NaylorIntroduce helper SIMD functions for small byte arrays
2024-03-06 Amit KapilaDoc: Improve replication slot synchronization section.
2024-03-06 Michael PaquierAdd recovery TAP test for race condition with slot...
2024-03-05 Thomas MunroAdd --copy-file-range option to pg_upgrade.
2024-03-05 David RowleyRemove surplus trailing semicolon
2024-03-05 Nathan BossartAdd a few recent commits to .git-blame-ignore-revs.
2024-03-05 Jeff DavisRun pgindent again on the same file.
2024-03-05 Jeff DavisRun pgindent for commit ef4cfdce0e.
2024-03-05 Jeff Davisdocs: Update HOT update docs for 19d8e2308b
2024-03-05 Jeff DavisUpdate sepgsql expected output.
2024-03-05 Heikki LinnakangasFix references to renamed function in comments
2024-03-05 Peter EisentrautImprove field order in RangeTblEntry
2024-03-05 Alvaro HerreraFix misspelled assertions
2024-03-05 Alvaro HerreraRework redundant code in subtrans.c
2024-03-05 Peter EisentrautRename pg_constraint.conwithoutoverlaps to conperiod
2024-03-05 Heikki LinnakangasFix a leftover reference to backend_id in comment
2024-03-05 Jeff DavisFix buildfarm failures from 2af07e2f74.
2024-03-05 David RowleyFix incorrectly reported stats kind in "can't happen...
2024-03-05 Jeff DavisFix search_path to a safe value during maintenance...
2024-03-04 Nathan BossartAdd macro for customizing an archiving WARNING message.
2024-03-04 Tom LaneExplicitly list dependent types as extension members...
2024-03-04 Robert Haaspg_verifybackup: Refactor parse_manifest_file.
2024-03-04 Robert HaasFix pgindent damage.
2024-03-04 Robert HaasFix incremental backup interaction with XLOG_DBASE_CREA...
2024-03-04 Tom LaneFurther further fix pg_upgrade crossversion test for...
2024-03-04 Tom LaneFix initdb's -c option to treat the GUC name case-insen...
2024-03-04 Alvaro HerreraRework locking code in GetMultiXactIdMembers
2024-03-04 Alvaro HerreraSimplify coding in slru.c
2024-03-04 Tom LaneFurther fix pg_upgrade crossversion test for adminpack.
2024-03-04 Daniel GustafssonFix crossversion test for unsupported versions
next