Commit Graph

58001 Commits (e85662df44ff47acdf5d2d413339445d60a9c30c)
 

Author SHA1 Message Date
Alexander Korotkov e85662df44 Fix false reports in pg_visibility 2 years ago
Alvaro Herrera cc6e64afda
Comment out noisy libpq_pipeline test 2 years ago
Daniel Gustafsson 6b41ef0330 Fix documentation comment for pg_md5_hash 2 years ago
Amit Kapila 9c40db3b02 Fix typos in reorderbuffer.c. 2 years ago
Jeff Davis 2d819a08a1 Introduce "builtin" collation provider. 2 years ago
Peter Eisentraut 6ab2e8385d Put genbki.pl output into src/include/catalog/ directly 2 years ago
Michael Paquier 6cb1b632b3 Revert "Add basic TAP tests for the low-level backup method" 2 years ago
Michael Paquier 99b4a63bef Add basic TAP tests for the low-level backup method 2 years ago
Alexander Korotkov e820db5b56 Improve documentation for pg_stat_checkpointer fields 2 years ago
Nathan Bossart ecb0fd3372 Reintroduce MAINTAIN privilege and pg_maintain predefined role. 2 years ago
Robert Haas 2041bc4276 Add the system identifier to backup manifests. 2 years ago
Alvaro Herrera 1ee910ce43
Hopefully make libpq_pipeline's new cancel test more reliable 2 years ago
Robert Haas dbfc447165 Expose new function get_controlfile_by_exact_path(). 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
Dean Rasheed 97d4262683 doc: Improve a couple of places in the MERGE docs. 2 years ago
Andres Freund a3da95deee meson: macos: Avoid warnings on Sonoma 2 years ago
Peter Eisentraut 6612185883 Fix incorrect format placeholders 2 years ago
Michael Paquier a189ed49d6 Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore) 2 years ago
Amit Kapila 0b84f5c419 Fix a random failure in 038_save_logical_slots_shutdown.pl. 2 years ago
Thomas Munro 0265e5c120 ci: Use a RAM disk and more CPUs on FreeBSD. 2 years ago
Michael Paquier 77cf6a78de Add some asserts based on LWLockHeldByMe() for replication slot statistics 2 years ago
Jeff Davis 32dd2c1eff Fix version check in 002_pg_upgrade.pl. 2 years ago
Tom Lane 6ee3261e9b Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
David Rowley fe4750effd Fix incorrect filename reference in comment 2 years ago
Alvaro Herrera 61461a300c
libpq: Add encrypted and non-blocking query cancellation routines 2 years ago
Heikki Linnakangas cb9663e20d Fix copying SockAddr struct 2 years ago
Heikki Linnakangas 4945e4ed4a Move initialization of the Port struct to the child process 2 years ago
Heikki Linnakangas d162c3a73b Pass CAC as an argument to the backend process 2 years ago
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