Commit Graph

55753 Commits (064709f803c05559d2849a62fdb855fbb91ffeb8)
 

Author SHA1 Message Date
Tom Lane 064709f803 Simplify and speed up pg_dump's creation of parent-table links. 3 years ago
Tom Lane bc8cd50fef Fix pg_dump for hash partitioning on enum columns. 3 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 3 years ago
Thomas Munro bfc9497ece libpq: Use modern socket flags, if available. 3 years ago
Peter Eisentraut 95a828378e Fix incorrect format placeholders 3 years ago
Andres Freund 64470973b1 tests: Prevent syslog activity by slapd, take 2 3 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 3 years ago
David Rowley eb7d043c9b Fix incorrect logic for determining safe WindowAgg run conditions 3 years ago
Andres Freund b9f8d1cbad tests: Minimize syslog activity by slapd 3 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 3 years ago
Thomas Munro 10b6745d31 Small tidyup for commit d41a178b, part II. 3 years ago
Tom Lane 9bfd2822b3 Enable use of Memoize atop an Append that came from UNION ALL. 3 years ago
Andres Freund 0dc40196f2 Work around spurious compiler warning in inet operators 3 years ago
Thomas Munro 6a9229da65 Small tidyup for commit d41a178b. 3 years ago
Tom Lane f170b572d2 Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF. 3 years ago
Tom Lane 5b3c595355 Tighten error checks in datetime input, and remove bogus "ISO" format. 3 years ago
Andres Freund 2b7259f855 Silence pedantic compiler warning introduced in ce340e530d 3 years ago
Tom Lane 2333803d84 Use "data directory" not "current directory" in error messages. 3 years ago
Peter Eisentraut 442f870065 Integrate superuser check into has_rolreplication() 3 years ago
Peter Eisentraut 3b7cd8c690 Small code simplification 3 years ago
Peter Eisentraut 4ef1be5a0b pkg-config Requires.private entries should be comma-separated 3 years ago
Michael Paquier e731aeac89 Remove PgStat_BackendFunctionEntry 3 years ago
Michael Paquier e643a315fc Tweak regression test of pg_walinspect to be less collation-sensitive 3 years ago
Michael Paquier c9a272daaa Add .gitignore to ldap_password_func 3 years ago
Michael Paquier 6f9ee74d45 Improve handling of psql \watch's interval argument 3 years ago
Andrew Dunstan dccb4d1c03 MSVC: Don't build ldap_password_func if not building with ldap 3 years ago
Andrew Dunstan b85e91023b Don't try to read default for a non-existent attribute 3 years ago
Tom Lane 483bdb2afe Support [NO] INDENT option in XMLSERIALIZE(). 3 years ago
Andrew Dunstan 419a8dd814 Add a hook for modifying the ldapbind password 3 years ago
Tom Lane e3ac85014e Support PlaceHolderVars in MERGE actions. 3 years ago
Alvaro Herrera a0137388cb
doc: Add lists of modules trusted/obsolete 3 years ago
Thomas Munro a948e49e2e Use nanosleep() to implement pg_usleep(). 3 years ago
Thomas Munro e4da2a44c1 Update obsolete comment about pg_usleep() accuracy. 3 years ago
Amit Kapila 805b821e77 Add the testcases for 89e46da5e5. 3 years ago
Michael Paquier 765f5df726 Improve WIN32 port of fstat() to detect more file types 3 years ago
Amit Kapila 89e46da5e5 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 3 years ago
Thomas Munro 720de00af4 Fix fractional vacuum_cost_delay. 3 years ago
Thomas Munro d41a178b3a Fix waitpid() emulation on Windows. 3 years ago
Tom Lane b081fe4199 Fix corner case bug in numeric to_char() some more. 3 years ago
Tom Lane a563c24c95 Allow pg_dump to include/exclude child tables automatically. 3 years ago
Tom Lane 684ffac8c7 Remove unnecessary code in dependency_is_compatible_expression(). 3 years ago
Daniel Gustafsson bdc8d803e8 doc: spell out full productname 3 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 3 years ago
Dean Rasheed d5d574146d Add support for the error functions erf() and erfc(). 3 years ago
Michael Paquier 3a465cc678 libpq: Add support for require_auth to control authorized auth methods 3 years ago
Andres Freund 727400994d meson: fix openssl detection issues in 6a30027 3 years ago
Tom Lane 25a7812cd0 Fix JSON error reporting for many cases of erroneous string values. 3 years ago
Tom Lane 30dbdbe753 Fix failure to detect some cases of improperly-nested aggregates. 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago