Commit Graph

58038 Commits (0960ae1967d0569be4d118c20e51a2ed98d76f65)
 

Author SHA1 Message Date
Heikki Linnakangas 0960ae1967 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Peter Eisentraut 48018f1d8c Add some const decorations 2 years ago
Heikki Linnakangas 05c3980e7f Move code for backend startup to separate file 2 years ago
Heikki Linnakangas aafc05de1b Refactor postmaster child process launching 2 years ago
Heikki Linnakangas f1baed18bc Move some functions from postmaster.c to a new source file 2 years ago
Heikki Linnakangas 14cddee9cc Split registration of Win32 deadchild callback to separate function 2 years ago
Michael Paquier ca108be72e Remove references to backup_fs_hot() in Cluster.pm 2 years ago
Nathan Bossart 949300402b Initialize variables to placate compiler. 2 years ago
Daniel Gustafsson d6607016c7 Support json_errdetail in FRONTEND code 2 years ago
Tom Lane 33f13168cc Mark hash_corrupted() as pg_attribute_noreturn. 2 years ago
Dean Rasheed 7eb9a82018 Fix PDF doc generation. 2 years ago
Dean Rasheed c649fa24a4 Add RETURNING support to MERGE. 2 years ago
Peter Eisentraut 6a004f1be8 Add attstattarget to FormExtraData_pg_attribute 2 years ago
Peter Eisentraut d939cb2fd6 Generalize handling of nullable pg_attribute columns in DDL 2 years ago
Peter Eisentraut 012460ee93 Make stxstattarget nullable 2 years ago
Dean Rasheed 33e729c514 Fix EXPLAIN output for subplans in MERGE. 2 years ago
Peter Eisentraut 20e58105ba Separate equalRowTypes() from equalTupleDescs() 2 years ago
Daniel Gustafsson b783186515 Add destroyStringInfo function for cleaning up StringInfos 2 years ago
Alexander Korotkov 927332b95e psql: fix variable existence tab completion 2 years ago
Alexander Korotkov 605062227f Use locale-aware value for \watch in 005_timeouts.pl 2 years ago
Daniel Gustafsson 196eeb6b2f Fix handling of expecteddir in pg_regress 2 years ago
Heikki Linnakangas d802ff06d0 Fix backstop in gin test if injection point is not reached 2 years ago
Heikki Linnakangas 85f65d7a26 Try to unbreak injection-fault tests in the buildfarm 2 years ago
Alexander Korotkov 7a65cc079e Fix wordings in timeouts TAP test 2 years ago
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