Commit Graph

55911 Commits (71bfd1543f8b68e1013d3e8540b6b5aaf98e02e9)
 

Author SHA1 Message Date
David Rowley 579ee5df14 Fix memory leak in Memoize cache key evaluation 3 years ago
Tom Lane e060cd59fa Avoid copying undefined data in _readA_Const(). 3 years ago
Tom Lane 4f46f870fa Doc: fix documentation example for bytea hex output format. 3 years ago
Tom Lane 75bd846b68 Add functions to do timestamptz arithmetic in a non-default timezone. 3 years ago
Michael Paquier 0e681cf039 Add files related to query jumbling in src/include/nodes/ for meson 3 years ago
Tom Lane 3e59e5048d Refactor datetime functions' timezone lookup code to reduce duplication. 3 years ago
Peter Eisentraut cc1392d4aa Fix typo 3 years ago
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 3 years ago
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