Commit Graph

58056 Commits (fd0398fcb099980fbedbb7750356ef234408c1c9)
 

Author SHA1 Message Date
Tom Lane fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2 years ago
Nathan Bossart cc4826dd5e Inline pg_popcount{32,64} into pg_popcount(). 2 years ago
Tom Lane b7e2121ab7 Postpone reparameterization of paths until create_plan(). 2 years ago
Peter Eisentraut 605721f819 gen_node_support.pl: Mark location fields as type alias ParseLoc 2 years ago
Daniel Gustafsson 347758b120 pg_upgrade: run all data type checks per connection 2 years ago
Peter Eisentraut 5577a71fb0 Use half-open interval notation in without_overlaps tests 2 years ago
Peter Eisentraut 49b579f92d Fix misleading comments 2 years ago
Peter Eisentraut a88c800deb Use daterange and YMD in without_overlaps tests instead of tsrange. 2 years ago
Peter Eisentraut 794f10f6b9 Add some UUID support functions 2 years ago
Peter Eisentraut d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago
Jeff Davis bb5604ba9e Fix documentation oversights from 2d819a08a1. 2 years ago
Jeff Davis f9f3fb1cb7 Update src/common/unicode/README. 2 years ago
Jeff Davis 60769c62dc Fix another warning, introduced by 846311051e. 2 years ago
Jeff Davis 846311051e Address more review comments on commit 2d819a08a1. 2 years ago
Alvaro Herrera 66ab9371a2
dblink/isolationtester/fe_utils: Use new cancel API 2 years ago
Jeff Davis 61f352ece9 Fix unreachable code warning from commit 2d819a08a1. 2 years ago
Peter Eisentraut 5162f663fc Add missing source files to nls.mk 2 years ago
Alvaro Herrera 6b3678d347
Put libpq_pipeline cancel test back 2 years ago
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