Commit Graph

57129 Commits (0ccb657a3378f6a9b760a2f25dd6f26cb726cf57)
 

Author SHA1 Message Date
Peter Eisentraut 26f988212e Add "Add trailing commas to enum definitions" to .git-blame-ignore-revs 2 years ago
Amit Langote 1f06b7fc6e Avoid compiler warning in non-assert builds 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
David Rowley f0efa5aec1 Introduce the concept of read-only StringInfos 2 years ago
Amit Langote 01575ad788 Prevent duplicate RTEPermissionInfo for plain-inheritance parents 2 years ago
Amit Kapila 29d0a77fa6 Migrate logical slots to the new node during an upgrade. 2 years ago
Tom Lane bddc2f7480 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Nathan Bossart fdeb6e6a74 Remove dead code in pg_ctl.c. 2 years ago
Jeff Davis e9d12a5e22 Doc fix: Interfacing Extensions to Indexes 2 years ago
Alexander Korotkov 9ba9c7074f Fix some regression tests for d3d55ce571 2 years ago
Alexander Korotkov d3d55ce571 Remove useless self-joins 2 years ago
Daniel Gustafsson 8f0fd47fa3 Use snprintf instead of sprintf in pg_regress. 2 years ago
David Rowley 673a17e312 Add missing include dir and references to libpq for MSVC build 2 years ago
Michael Paquier cccfa08c39 doc: Fix some typos and grammar 2 years ago
Michael Paquier 55a428a18d Log OpenSSL version in ./configure output 2 years ago
Daniel Gustafsson d8fd08efbc Reword memory terminology for PQresultMemorySize 2 years ago
Daniel Gustafsson 66d6086cbc Speed up pg_regress server readiness testing. 2 years ago
Tom Lane 387f9ed0a0 Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan 74e5ea1e00 Doc: indexUnchanged is strictly a hint. 2 years ago
Jeff Davis 00d7fb5e2e Assert that buffers are marked dirty before XLogRegisterBuffer(). 2 years ago
Michael Paquier befe9451fb doc: Improve example query related to pg_wait_events 2 years ago
Michael Paquier 9972c7de1d Fix typos in wait_event.c 2 years ago
Robert Haas 5b36e8f078 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' 2 years ago
Robert Haas 5c47c6546c Refactor parse_filename_for_nontemp_relation to parse more. 2 years ago
Michael Paquier b6f1cca9ba Remove unnecessary break in pg_logical_replication_slot_advance() 2 years ago
Michael Paquier 40ebc41576 doc: Fix some grammar and inconsistent tags 2 years ago
Thomas Munro 5e4dacb987 Log LLVM library version in configure output. 2 years ago
Thomas Munro dab889d60b Fix min_dynamic_shared_memory on Windows. 2 years ago
Tom Lane 2d870b4aef Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
Alvaro Herrera 36a14afc07
Make some error strings more generic 2 years ago
Andres Freund 41da94fd5c meson: Make detection of python more robust 2 years ago
Tom Lane 52f22cd4e8 Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
Tom Lane 2b5154beab Extend ALTER OPERATOR to allow setting more optimization attributes. 2 years ago
Michael Paquier dcd4454590 Remove unnecessary dependencies to wal_level=logical in TAP tests 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Tom Lane 8483a54b7d Doc: modernize comment for boolin(). 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 295c36c0c1 Add local_blk_{read|write}_time I/O timing statistics for local blocks 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Tom Lane 9b103f861e Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Michael Paquier 7fb355db14 Install wait_event_types.h in VPATH builds 2 years ago
Thomas Munro 76200e5ee4 jit: Changes for LLVM 17. 2 years ago
Thomas Munro f90b4a846b jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro 37d5babb5c jit: Support opaque pointers in LLVM 16. 2 years ago
Michael Paquier 3f9b1f26ca pg_upgrade: Fix test name in 002_pg_upgrade.pl 2 years ago
Peter Eisentraut 41a284411e Clean up some pg_dump tests 2 years ago
Michael Paquier d17ffc734d Count write times when extending relation files for shared buffers 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Tom Lane 19fa977311 Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Nathan Bossart 97550c0711 Avoid calling proc_exit() in processes forked by system(). 2 years ago