Commit Graph

58038 Commits (0960ae1967d0569be4d118c20e51a2ed98d76f65)
 

Author SHA1 Message Date
Tom Lane f07a20c8a3 Improve WIN32 waiting logic in psql's \watch command. 2 years ago
Alvaro Herrera 270af6f0df
Admit deferrable PKs into rd_pkindex, but flag them as such 2 years ago
Alexander Korotkov 4c1973fcae Avoid recursion in MemoryContext functions 2 years ago
Alexander Korotkov 6f38c43eb1 Avoid stack overflow in ShowTransactionStateRec() 2 years ago
Alexander Korotkov fefd9a3fed Turn tail recursion into iteration in CommitTransactionCommand() 2 years ago
John Naylor 6d9751fa8f Revert "Fix link error for test_radixtree module on Windows" 2 years ago
John Naylor ab6ae62603 Fix link error for test_radixtree module on Windows 2 years ago
John Naylor 9552e3ace3 Fix link error for test_radixtree module on Windows 2 years ago
Amit Kapila bf279ddd1c Introduce a new GUC 'standby_slot_names'. 2 years ago
Tom Lane 453c468737 Cope with a deficiency in OpenSSL 3.x's error reporting. 2 years ago
Michael Paquier d61a6cad64 Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD 2 years ago
Michael Paquier 4f8c1e7aaf Update comment of AlterTableCmd->name in parsenodes.h 2 years ago
Jeff Davis 5c40364dd6 Unicode case mapping tables and functions. 2 years ago
Peter Eisentraut 6d470211e5 Fix description and grouping of RangeTblEntry.inh 2 years ago
John Naylor 1f1d73a8b8 Blind attempt to fix ODR violations 2 years ago
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