Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
Dean Rasheed 29ef1dd19b Fix handling of self-modified tuples in MERGE. 2 years ago
John Naylor e444ebcb85 Fix incorrect format specifier for int64 2 years ago
John Naylor ac234e6377 Fix redefinition of typedefs 2 years ago
John Naylor ee1b30f128 Add template for adaptive radix tree 2 years ago
Michael Paquier 65db0cfb4c Revert "Add recovery TAP test for race condition with slot invalidations" 2 years ago
Michael Paquier 099ca50bd4 Revert "Fix parallel-safety check of expressions and predicate for index builds" 2 years ago
Jeff Davis ad49994538 Add Unicode property tables. 2 years ago
Tom Lane 2ed8f9a01e Fix type-checking of RECORD-returning functions in FROM. 2 years ago
John Naylor de7c6fe834 Fix signedness error in 9f225e992 for gcc 2 years ago
Michael Paquier eae7be600b Fix parallel-safety check of expressions and predicate for index builds 2 years ago
John Naylor 3e76a806cb Move some bitmap logic out of bitmapset.c 2 years ago
John Naylor 9f225e992b Introduce helper SIMD functions for small byte arrays 2 years ago
Amit Kapila 60c07820d6 Doc: Improve replication slot synchronization section. 2 years ago
Michael Paquier 08a52ab151 Add recovery TAP test for race condition with slot invalidations 2 years ago
Thomas Munro d93627bcbe Add --copy-file-range option to pg_upgrade. 2 years ago
David Rowley 2bce0ad67f Remove surplus trailing semicolon 2 years ago
Nathan Bossart 571530452f Add a few recent commits to .git-blame-ignore-revs. 2 years ago
Jeff Davis 0984a3b851 Run pgindent again on the same file. 2 years ago
Jeff Davis b406af1806 Run pgindent for commit ef4cfdce0e. 2 years ago
Jeff Davis 7a9328e8e4 docs: Update HOT update docs for 19d8e2308b 2 years ago
Jeff Davis c7ea3f4229 Update sepgsql expected output. 2 years ago
Heikki Linnakangas ef4cfdce0e Fix references to renamed function in comments 2 years ago
Peter Eisentraut e03349144b Improve field order in RangeTblEntry 2 years ago
Alvaro Herrera 0d3a71d0c8
Fix misspelled assertions 2 years ago
Alvaro Herrera 1a2654b32b
Rework redundant code in subtrans.c 2 years ago
Peter Eisentraut 030e10ff1a Rename pg_constraint.conwithoutoverlaps to conperiod 2 years ago
Heikki Linnakangas 55cdba2647 Fix a leftover reference to backend_id in comment 2 years ago
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
David Rowley a37a3e2b36 Fix incorrectly reported stats kind in "can't happen" ERROR 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Nathan Bossart 2c29e7fc95 Add macro for customizing an archiving WARNING message. 2 years ago
Tom Lane e5bc9454e5 Explicitly list dependent types as extension members in pg_depend. 2 years ago
Robert Haas dc8f2d7c06 pg_verifybackup: Refactor parse_manifest_file. 2 years ago
Robert Haas dd7ea37c43 Fix pgindent damage. 2 years ago
Robert Haas d75c4027b6 Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY. 2 years ago
Tom Lane cb6945dc80 Further further fix pg_upgrade crossversion test for adminpack. 2 years ago
Tom Lane fce2ce797c Fix initdb's -c option to treat the GUC name case-insensitively. 2 years ago
Alvaro Herrera a0b808baef
Rework locking code in GetMultiXactIdMembers 2 years ago
Alvaro Herrera f9baaf96d3
Simplify coding in slru.c 2 years ago
Tom Lane c8a61e350d Further fix pg_upgrade crossversion test for adminpack. 2 years ago
Daniel Gustafsson 084cff7899 Fix crossversion test for unsupported versions 2 years ago
Daniel Gustafsson be78006741 Adjust pg_upgrade crossversion test for adminpack 2 years ago
Peter Eisentraut 43a8875f49 Put back required #include 2 years ago
Daniel Gustafsson cc09e6549f Remove the adminpack contrib extension 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Heikki Linnakangas 24eebc65c2 Remove unused 'countincludesself' argument to pq_sendcountedtext() 2 years ago
Heikki Linnakangas 0dd094c4a0 Remove unused ParallelWorkerInfo.pid field 2 years ago
Dean Rasheed 8545b28679 Fix doc omission for MERGE into updatable views. 2 years ago
Daniel Gustafsson 0cf79a7f68 doc: Fix datatype for postgres_fdw option 2 years ago
Heikki Linnakangas 393b5599e5 Use MyBackendType in more places to check what process this is 2 years ago