Commit Graph

55991 Commits (d73c285af5c29a0b486643b77350bc23fbb6114c)
 

Author SHA1 Message Date
Tom Lane 9bfd2822b3 Enable use of Memoize atop an Append that came from UNION ALL. 2 years ago
Andres Freund 0dc40196f2 Work around spurious compiler warning in inet operators 2 years ago
Thomas Munro 6a9229da65 Small tidyup for commit d41a178b. 2 years ago
Tom Lane f170b572d2 Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF. 2 years ago
Tom Lane 5b3c595355 Tighten error checks in datetime input, and remove bogus "ISO" format. 2 years ago
Andres Freund 2b7259f855 Silence pedantic compiler warning introduced in ce340e530d 2 years ago
Tom Lane 2333803d84 Use "data directory" not "current directory" in error messages. 2 years ago
Peter Eisentraut 442f870065 Integrate superuser check into has_rolreplication() 2 years ago
Peter Eisentraut 3b7cd8c690 Small code simplification 2 years ago
Peter Eisentraut 4ef1be5a0b pkg-config Requires.private entries should be comma-separated 2 years ago
Michael Paquier e731aeac89 Remove PgStat_BackendFunctionEntry 2 years ago
Michael Paquier e643a315fc Tweak regression test of pg_walinspect to be less collation-sensitive 2 years ago
Michael Paquier c9a272daaa Add .gitignore to ldap_password_func 2 years ago
Michael Paquier 6f9ee74d45 Improve handling of psql \watch's interval argument 2 years ago
Andrew Dunstan dccb4d1c03 MSVC: Don't build ldap_password_func if not building with ldap 2 years ago
Andrew Dunstan b85e91023b Don't try to read default for a non-existent attribute 2 years ago
Tom Lane 483bdb2afe Support [NO] INDENT option in XMLSERIALIZE(). 2 years ago
Andrew Dunstan 419a8dd814 Add a hook for modifying the ldapbind password 2 years ago
Tom Lane e3ac85014e Support PlaceHolderVars in MERGE actions. 2 years ago
Alvaro Herrera a0137388cb
doc: Add lists of modules trusted/obsolete 2 years ago
Thomas Munro a948e49e2e Use nanosleep() to implement pg_usleep(). 2 years ago
Thomas Munro e4da2a44c1 Update obsolete comment about pg_usleep() accuracy. 2 years ago
Amit Kapila 805b821e77 Add the testcases for 89e46da5e5. 2 years ago
Michael Paquier 765f5df726 Improve WIN32 port of fstat() to detect more file types 2 years ago
Amit Kapila 89e46da5e5 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 2 years ago
Thomas Munro 720de00af4 Fix fractional vacuum_cost_delay. 2 years ago
Thomas Munro d41a178b3a Fix waitpid() emulation on Windows. 2 years ago
Tom Lane b081fe4199 Fix corner case bug in numeric to_char() some more. 2 years ago
Tom Lane a563c24c95 Allow pg_dump to include/exclude child tables automatically. 2 years ago
Tom Lane 684ffac8c7 Remove unnecessary code in dependency_is_compatible_expression(). 2 years ago
Daniel Gustafsson bdc8d803e8 doc: spell out full productname 2 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 2 years ago
Dean Rasheed d5d574146d Add support for the error functions erf() and erfc(). 2 years ago
Michael Paquier 3a465cc678 libpq: Add support for require_auth to control authorized auth methods 2 years ago
Andres Freund 727400994d meson: fix openssl detection issues in 6a30027 2 years ago
Tom Lane 25a7812cd0 Fix JSON error reporting for many cases of erroneous string values. 2 years ago
Tom Lane 30dbdbe753 Fix failure to detect some cases of improperly-nested aggregates. 2 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 2 years ago
Dean Rasheed 7b14e20b12 Fix MERGE command tag for actions blocked by BEFORE ROW triggers. 2 years ago
Dean Rasheed 9321c79c86 Fix concurrent update issues with MERGE. 2 years ago
Peter Eisentraut b2bd9a6796 Fix expected test output 2 years ago
Peter Eisentraut 208bf364a9 Remove incidental md5() function uses from main regression tests 2 years ago
Peter Eisentraut d72900bded Improve support for UNICODE collation on older ICU 2 years ago
Michael Paquier e0a09d4e35 Fix inconsistent error handling for GSS encryption in PQconnectPoll() 2 years ago
Peter Eisentraut bf32ec2256 cirrus/ccache: Use G rather than GB suffix 2 years ago
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option 2 years ago
Michael Paquier 1f282c24e4 Refactor and improve tests of pg_walinspect 2 years ago
Tom Lane 767c598954 Work around implementation restriction in adjust_appendrel_attrs. 2 years ago
Andrew Dunstan 872e3d150e Mark unsafe_tests module as not runnable with installcheck 2 years ago
Andres Freund a4f23f9b3c pg_amcheck: Minor test speedups 2 years ago