Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
Heikki Linnakangas 73f7fb2a4c Set socket options in child process after forking 2 years ago
Heikki Linnakangas f8c5317d00 Disconnect if socket cannot be put into non-blocking mode 2 years ago
Alvaro Herrera 4dec98c2af
libpq: Move pg_cancel to fe-cancel.c 2 years ago
Michael Paquier d6e171fed6 Keep replication slot statistics on invalidation 2 years ago
Amit Kapila 397cd0b3c7 Remove redundant fetch of the recent flush pointer in WalSndWaitForWal. 2 years ago
Michael Paquier 2c8118ee5d Use printf's %m format instead of strerror(errno) in more places 2 years ago
Peter Geoghegan 3045324214 Update obsolete index scan TID comments. 2 years ago
Jeff Davis bbbf71d9a6 Fix 002_pg_upgrade.pl. 2 years ago
Alvaro Herrera 319e9e53f3
Add tests for libpq query cancellation APIs 2 years ago
Nathan Bossart 24c928ad9a reindexdb: Allow specifying objects to process in all databases. 2 years ago
Heikki Linnakangas 3d8652cd32 Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block 2 years ago
Heikki Linnakangas 4e76f984a7 Confine vacuum skip logic to lazy_scan_skip() 2 years ago
Nathan Bossart 1b49d56d35 clusterdb: Allow specifying tables to process in all databases. 2 years ago
Bruce Momjian 5fb4cea1b4 doc: add missing word "the" 2 years ago
Alvaro Herrera 095493a377
Add missing connection statuses to docs 2 years ago
Nathan Bossart 648928c79b vacuumdb: Allow specifying objects to process in all databases. 2 years ago
Heikki Linnakangas 674e49c73c Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING 2 years ago
Heikki Linnakangas af0e7deb4a Don't destroy SMgrRelations at relcache invalidation 2 years ago
David Rowley e629846472 Fix incorrect accessing of pfree'd memory in Memoize 2 years ago
Amit Kapila 21e3a8bc35 Doc: Warn about two_phase when altering a subscription's slot name. 2 years ago
Michael Paquier b36fbd9f8d Improve consistency of replication slot statistics 2 years ago
Michael Paquier f500ba07fa Add some checkpoint and redo LSNs to a couple of recovery errors 2 years ago
Michael Paquier a04ddd077e Improve support for ExplainOneQuery() hook 2 years ago
David Rowley c399248b3b Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Peter Eisentraut 7b8e2ae2fd Combine headerscheck and cpluspluscheck scripts 2 years ago
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