postgresql.git
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
2024-03-04 Daniel GustafssonAdjust pg_upgrade crossversion test for adminpack
2024-03-04 Peter EisentrautPut back required #include
2024-03-04 Daniel GustafssonRemove the adminpack contrib extension
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-03-04 Heikki LinnakangasRemove unused 'countincludesself' argument to pq_sendco...
2024-03-04 Heikki LinnakangasRemove unused ParallelWorkerInfo.pid field
2024-03-04 Dean RasheedFix doc omission for MERGE into updatable views.
2024-03-04 Daniel Gustafssondoc: Fix datatype for postgres_fdw option
2024-03-04 Heikki LinnakangasUse MyBackendType in more places to check what process...
2024-03-04 Heikki LinnakangasRemove MyAuxProcType, use MyBackendType instead
2024-03-04 David RowleyOptimize GenerationAlloc() and SlabAlloc()
2024-03-04 David RowleySupport partition pruning on boolcol IS [NOT] UNKNOWN
2024-03-04 Michael PaquierAdd PostgreSQL::Test::Cluster::wait_for_event()
2024-03-04 Michael PaquierAdd regression test for restart points during promotion
2024-03-04 Michael Paquierinjection_points: Add wait and wakeup of processes
2024-03-03 Heikki LinnakangasReplace BackendIds with 0-based ProcNumbers
2024-03-03 Heikki LinnakangasRedefine backend ID to be an index into the proc array
2024-03-03 Alvaro HerreraGUC table: Add description to computed variables
2024-03-02 Jeff DavisDocumentation update for Standard Collations.
2024-03-02 Thomas MunroFix overflow in Windows replacement pg_pread/pg_pwrite.
2024-03-01 Thomas MunroReturn ssize_t in fd.c I/O functions.
2024-03-01 Michael PaquierSimplify pg_enc2gettext_tbl[] with C99-designated initi...
2024-03-01 Amit KapilaFix BF failure introduced by commit b3f6b14cf4.
2024-02-29 Nathan BossartConvert unloggedLSN to an atomic variable.
2024-02-29 Nathan BossartConvert archiver's force_dir_scan variable to an atomic...
2024-02-29 Nathan BossartIntroduce atomic read/write functions with full barrier...
2024-02-29 Dean RasheedSupport MERGE into updatable views.
2024-02-29 Peter EisentrautAdd missing RangeTblEntry field to jumble
2024-02-29 Dean RasheedRemove field UpdateContext->updated in nodeModifyTable.c
2024-02-29 Daniel GustafssonFix integer underflow in shared memory debugging
2024-02-29 Amit KapilaFixups for commit 93db6cbda0.
2024-02-29 Michael PaquierUse C99-designated initializer syntax for arrays relate...
2024-02-28 Tom LaneFix cross-version upgrade tests after f0827b443.
next