summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-09Run perltidy on 002_pg_upgrade.pl.Jeff Davis
2024-03-09Fix cross-version pg_upgrade test.Jeff Davis
2024-03-09Document units of "timeout" in ConditionVariableTimedSleep()Michael Paquier
2024-03-09Fix type signedness error in commit 5c40364dd6.Jeff Davis
2024-03-08Fix errorhandling for reading from a pipeDaniel Gustafsson
2024-03-08Replace perror with custom postgres loggingDaniel Gustafsson
2024-03-08Improve WIN32 waiting logic in psql's \watch command.Tom Lane
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Avoid recursion in MemoryContext functionsAlexander Korotkov
2024-03-08Avoid stack overflow in ShowTransactionStateRec()Alexander Korotkov
2024-03-08Turn tail recursion into iteration in CommitTransactionCommand()Alexander Korotkov
2024-03-08Revert "Fix link error for test_radixtree module on Windows"John Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-07Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier
2024-03-07Unicode case mapping tables and functions.Jeff Davis
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-07Blind attempt to fix ODR violationsJohn Naylor
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-03-07Fix incorrect format specifier for int64John Naylor
2024-03-07Fix redefinition of typedefsJohn Naylor
2024-03-07Add template for adaptive radix treeJohn Naylor
2024-03-07Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Add Unicode property tables.Jeff Davis
2024-03-06Fix type-checking of RECORD-returning functions in FROM.Tom Lane
2024-03-06Fix signedness error in 9f225e992 for gccJohn Naylor
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-03-06Move some bitmap logic out of bitmapset.cJohn Naylor
2024-03-06Introduce helper SIMD functions for small byte arraysJohn Naylor
2024-03-06Add recovery TAP test for race condition with slot invalidationsMichael Paquier
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-03-05Remove surplus trailing semicolonDavid Rowley
2024-03-05Run pgindent again on the same file.Jeff Davis
2024-03-05Run pgindent for commit ef4cfdce0e.Jeff Davis
2024-03-05Fix references to renamed function in commentsHeikki Linnakangas
2024-03-05Improve field order in RangeTblEntryPeter Eisentraut
2024-03-05Fix misspelled assertionsAlvaro Herrera
2024-03-05Rework redundant code in subtrans.cAlvaro Herrera
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-05Fix a leftover reference to backend_id in commentHeikki Linnakangas
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix incorrectly reported stats kind in "can't happen" ERRORDavid Rowley
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Add macro for customizing an archiving WARNING message.Nathan Bossart
2024-03-04Explicitly list dependent types as extension members in pg_depend.Tom Lane
2024-03-04pg_verifybackup: Refactor parse_manifest_file.Robert Haas