Commit Graph

55977 Commits (664d757531e11ea5ef6971884ddb2a7af6fae69a)
 

Author SHA1 Message Date
David Rowley b94c671648 Fix incorrect comment in preptlist.c 3 years ago
David Rowley f48b4f892f Correct Memoize's estimated cache hit ratio calculation 3 years ago
Tom Lane b0d8f2d983 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 3 years ago
Daniel Gustafsson 0f85db92b9 docs: use consistent markup for PostgreSQL 3 years ago
Daniel Gustafsson 106f26a849 Avoid using atooid for numerical comparisons which arent Oids 3 years ago
Peter Eisentraut 4c8044c044 pg_waldump: Allow hexadecimal values for -t/--timeline option 3 years ago
Amit Kapila b797def595 Ignore dropped columns during apply of update/delete. 3 years ago
Thomas Munro 8d578b9b2e Fix race in parallel hash join batch cleanup, take II. 3 years ago
Andres Freund ef719e7b32 Stabilize pg_stat_io writes test 3 years ago
Andres Freund 7730ceb43f meson: rename html_help target to htmlhelp 3 years ago
Tom Lane 72a5b1fc88 Add @extschema:name@ and no_relocate options to extensions. 3 years ago
Alvaro Herrera 30e9f2608a
doc/PDF: Add page breaks for <sect1> in contrib appendix 3 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Tomas Vondra e858312683 Fix netmask handling in inet_minmax_multi_ops 3 years ago
Peter Eisentraut 0b51d423e9 doc: Additional information about timeline ID hexadecimal format 3 years ago
David Rowley 785f709576 Have the planner account for the Memoize cache key memory 3 years ago
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