Commit Graph

58014 Commits (4c2eda67f55a8a263820d12aaeaa7e1dfe7406ee)
 

Author SHA1 Message Date
Alexander Korotkov 4c2eda67f5 Fix race condition in transaction timeout TAP tests 2 years ago
Heikki Linnakangas a3f349c612 Improve log messages referring to background worker processes 2 years ago
Heikki Linnakangas e2e3b8ae9e Disable tests using injection points in installcheck 2 years ago
Michael Paquier 071e3ad59d Add basic TAP tests for the low-level backup method, take two 2 years ago
Michael Paquier cc5ef90edd Refactor initial hash lookup in dynahash.c 2 years ago
David Rowley 4169850f0b Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths 2 years ago
Daniel Gustafsson 4665cebc8a Login event trigger documentation wordsmithing 2 years ago
Tom Lane b4a71cf65d Make INSERT-from-multiple-VALUES-rows handle domain target columns. 2 years ago
Nathan Bossart d1162cfda8 Add pg_column_toast_chunk_id(). 2 years ago
Heikki Linnakangas 84c18acaf6 Remove redundant snapshot copying from parallel leader to workers 2 years ago
Robert Haas 2346df6fc3 Allow a no-wait lock acquisition to succeed in more cases. 2 years ago
Alexander Korotkov c20d90a41c Fix contrib/pg_visibility/meson.build 2 years ago
Alexander Korotkov eeefd4280f Add TAP tests for timeouts 2 years ago
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