Commit Graph

55991 Commits (d73c285af5c29a0b486643b77350bc23fbb6114c)
 

Author SHA1 Message Date
Michael Paquier 4f1882b960 Improve a bit the tests of pg_walinspect 2 years ago
Thomas Munro 8fba928fd7 Improve the naming of Parallel Hash Join phases. 2 years ago
Alexander Korotkov 11470f544e Allow locking updated tuples in tuple_update() and tuple_delete() 2 years ago
Alexander Korotkov 764da7710b Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete() 2 years ago
Tom Lane c75a623304 Fix new test case to work on (some?) big-endian architectures. 2 years ago
Tom Lane b48af6d174 Fix initdb's handling of min_wal_size and max_wal_size. 2 years ago
Tom Lane 4fe2aa7656 Reduce memory leakage in initdb. 2 years ago
Tom Lane 3e51b278db Add "-c name=value" switch to initdb. 2 years ago
Andres Freund 5df319f3d5 Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG 2 years ago
Robert Haas bbc1376b39 Teach verify_heapam() to validate update chains within a page. 2 years ago
Michael Paquier d69c404c4c doc: Add description of some missing monitoring functions 2 years ago
Michael Paquier 88199b9d5f Fix a couple of typos 2 years ago
Jeff Davis 869650fa86 Support language tags in older ICU versions (53 and earlier). 2 years ago
Michael Paquier e8e1f96c49 Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/ 2 years ago
David Rowley b94c671648 Fix incorrect comment in preptlist.c 2 years ago
David Rowley f48b4f892f Correct Memoize's estimated cache hit ratio calculation 2 years ago
Tom Lane b0d8f2d983 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 2 years ago
Daniel Gustafsson 0f85db92b9 docs: use consistent markup for PostgreSQL 2 years ago
Daniel Gustafsson 106f26a849 Avoid using atooid for numerical comparisons which arent Oids 2 years ago
Peter Eisentraut 4c8044c044 pg_waldump: Allow hexadecimal values for -t/--timeline option 2 years ago
Amit Kapila b797def595 Ignore dropped columns during apply of update/delete. 2 years ago
Thomas Munro 8d578b9b2e Fix race in parallel hash join batch cleanup, take II. 2 years ago
Andres Freund ef719e7b32 Stabilize pg_stat_io writes test 2 years ago
Andres Freund 7730ceb43f meson: rename html_help target to htmlhelp 2 years ago
Tom Lane 72a5b1fc88 Add @extschema:name@ and no_relocate options to extensions. 2 years ago
Alvaro Herrera 30e9f2608a
doc/PDF: Add page breaks for <sect1> in contrib appendix 2 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 2 years ago
Tomas Vondra e858312683 Fix netmask handling in inet_minmax_multi_ops 2 years ago
Peter Eisentraut 0b51d423e9 doc: Additional information about timeline ID hexadecimal format 2 years ago
David Rowley 785f709576 Have the planner account for the Memoize cache key memory 2 years ago
David Rowley 579ee5df14 Fix memory leak in Memoize cache key evaluation 2 years ago
Tom Lane e060cd59fa Avoid copying undefined data in _readA_Const(). 2 years ago
Tom Lane 4f46f870fa Doc: fix documentation example for bytea hex output format. 2 years ago
Tom Lane 75bd846b68 Add functions to do timestamptz arithmetic in a non-default timezone. 2 years ago
Michael Paquier 0e681cf039 Add files related to query jumbling in src/include/nodes/ for meson 2 years ago
Tom Lane 3e59e5048d Refactor datetime functions' timezone lookup code to reduce duplication. 2 years ago
Peter Eisentraut cc1392d4aa Fix typo 2 years ago
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 2 years ago
Tom Lane 064709f803 Simplify and speed up pg_dump's creation of parent-table links. 2 years ago
Tom Lane bc8cd50fef Fix pg_dump for hash partitioning on enum columns. 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 2 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 2 years ago
Thomas Munro bfc9497ece libpq: Use modern socket flags, if available. 2 years ago
Peter Eisentraut 95a828378e Fix incorrect format placeholders 2 years ago
Andres Freund 64470973b1 tests: Prevent syslog activity by slapd, take 2 2 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 2 years ago
David Rowley eb7d043c9b Fix incorrect logic for determining safe WindowAgg run conditions 2 years ago
Andres Freund b9f8d1cbad tests: Minimize syslog activity by slapd 2 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 2 years ago
Thomas Munro 10b6745d31 Small tidyup for commit d41a178b, part II. 2 years ago