Commit Graph

57991 Commits (2041bc4276c95ac014510032e622a4baf70b29f1)
 

Author SHA1 Message Date
Robert Haas 2041bc4276 Add the system identifier to backup manifests. 1 year ago
Alvaro Herrera 1ee910ce43
Hopefully make libpq_pipeline's new cancel test more reliable 1 year ago
Robert Haas dbfc447165 Expose new function get_controlfile_by_exact_path(). 1 year ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 1 year ago
Dean Rasheed 97d4262683 doc: Improve a couple of places in the MERGE docs. 1 year ago
Andres Freund a3da95deee meson: macos: Avoid warnings on Sonoma 1 year ago
Peter Eisentraut 6612185883 Fix incorrect format placeholders 1 year ago
Michael Paquier a189ed49d6 Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore) 1 year ago
Amit Kapila 0b84f5c419 Fix a random failure in 038_save_logical_slots_shutdown.pl. 1 year ago
Thomas Munro 0265e5c120 ci: Use a RAM disk and more CPUs on FreeBSD. 1 year ago
Michael Paquier 77cf6a78de Add some asserts based on LWLockHeldByMe() for replication slot statistics 1 year ago
Jeff Davis 32dd2c1eff Fix version check in 002_pg_upgrade.pl. 1 year ago
Tom Lane 6ee3261e9b Fix confusion about the return rowtype of SQL-language procedures. 1 year ago
David Rowley fe4750effd Fix incorrect filename reference in comment 1 year ago
Alvaro Herrera 61461a300c
libpq: Add encrypted and non-blocking query cancellation routines 1 year ago
Heikki Linnakangas cb9663e20d Fix copying SockAddr struct 1 year ago
Heikki Linnakangas 4945e4ed4a Move initialization of the Port struct to the child process 1 year ago
Heikki Linnakangas d162c3a73b Pass CAC as an argument to the backend process 1 year ago
Heikki Linnakangas 73f7fb2a4c Set socket options in child process after forking 1 year ago
Heikki Linnakangas f8c5317d00 Disconnect if socket cannot be put into non-blocking mode 1 year ago
Alvaro Herrera 4dec98c2af
libpq: Move pg_cancel to fe-cancel.c 1 year ago
Michael Paquier d6e171fed6 Keep replication slot statistics on invalidation 1 year ago
Amit Kapila 397cd0b3c7 Remove redundant fetch of the recent flush pointer in WalSndWaitForWal. 1 year ago
Michael Paquier 2c8118ee5d Use printf's %m format instead of strerror(errno) in more places 1 year ago
Peter Geoghegan 3045324214 Update obsolete index scan TID comments. 1 year ago
Jeff Davis bbbf71d9a6 Fix 002_pg_upgrade.pl. 1 year ago
Alvaro Herrera 319e9e53f3
Add tests for libpq query cancellation APIs 1 year ago
Nathan Bossart 24c928ad9a reindexdb: Allow specifying objects to process in all databases. 1 year ago
Heikki Linnakangas 3d8652cd32 Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block 1 year ago
Heikki Linnakangas 4e76f984a7 Confine vacuum skip logic to lazy_scan_skip() 1 year ago
Nathan Bossart 1b49d56d35 clusterdb: Allow specifying tables to process in all databases. 1 year ago
Bruce Momjian 5fb4cea1b4 doc: add missing word "the" 1 year ago
Alvaro Herrera 095493a377
Add missing connection statuses to docs 1 year ago
Nathan Bossart 648928c79b vacuumdb: Allow specifying objects to process in all databases. 1 year ago
Heikki Linnakangas 674e49c73c Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING 1 year ago
Heikki Linnakangas af0e7deb4a Don't destroy SMgrRelations at relcache invalidation 1 year ago
David Rowley e629846472 Fix incorrect accessing of pfree'd memory in Memoize 1 year ago
Amit Kapila 21e3a8bc35 Doc: Warn about two_phase when altering a subscription's slot name. 1 year ago
Michael Paquier b36fbd9f8d Improve consistency of replication slot statistics 1 year ago
Michael Paquier f500ba07fa Add some checkpoint and redo LSNs to a couple of recovery errors 1 year ago
Michael Paquier a04ddd077e Improve support for ExplainOneQuery() hook 1 year ago
David Rowley c399248b3b Fix deparsing of Consts in postgres_fdw ORDER BY 1 year ago
Peter Eisentraut 7b8e2ae2fd Combine headerscheck and cpluspluscheck scripts 1 year ago
Jeff Davis f696c0cd5f Catalog changes preparing for builtin collation provider. 1 year ago
Joe Conway 81d13a8dc0 Make contrib/tablefunc crosstab() also check typmod 1 year ago
Tom Lane 519443162d Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm. 1 year ago
Tom Lane 76904eda25 Improve wrong-tuple-type error reports in contrib/tablefunc. 1 year ago
Jeff Davis b0289574bd Run perltidy on 002_pg_upgrade.pl. 1 year ago
Jeff Davis 5ba8b70deb Fix cross-version pg_upgrade test. 1 year ago
Michael Paquier f160bf06f7 Document units of "timeout" in ConditionVariableTimedSleep() 1 year ago