Commit Graph

57948 Commits (f696c0cd5f299f1b51e214efc55a22a782cc175d)
 

Author SHA1 Message Date
Jeff Davis f696c0cd5f Catalog changes preparing for builtin collation provider. 2 years ago
Joe Conway 81d13a8dc0 Make contrib/tablefunc crosstab() also check typmod 2 years ago
Tom Lane 519443162d Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm. 2 years ago
Tom Lane 76904eda25 Improve wrong-tuple-type error reports in contrib/tablefunc. 2 years ago
Jeff Davis b0289574bd Run perltidy on 002_pg_upgrade.pl. 2 years ago
Jeff Davis 5ba8b70deb Fix cross-version pg_upgrade test. 2 years ago
Michael Paquier f160bf06f7 Document units of "timeout" in ConditionVariableTimedSleep() 2 years ago
Jeff Davis 33ee2550d3 Fix type signedness error in commit 5c40364dd6. 2 years ago
Daniel Gustafsson be41a9b038 Fix errorhandling for reading from a pipe 2 years ago
Daniel Gustafsson 6929e133b3 Replace perror with custom postgres logging 2 years ago
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