aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix instable 006_login_trigger.pl testAlexander Korotkov2023-10-30
* Teach pg_dump about the new pg_subscription.subrunasowner option.Tom Lane2023-10-29
* Guard against overflow in make_interval().Dean Rasheed2023-10-29
* Fix intra-query memory leak when a SRF returns zero rows.Tom Lane2023-10-28
* doc: comment wording improvementBruce Momjian2023-10-28
* Remove PHOT from our default timezone abbreviations list.Tom Lane2023-10-28
* Allow relkind 'I' in type_sanity test.Tom Lane2023-10-27
* doc Improve C GUC-related commentsBruce Momjian2023-10-27
* Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov2023-10-28
* Split event_trigger_login test from event_trigger testAlexander Korotkov2023-10-27
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Adjust parallel_schedule with event triggers on authenticated loginAlexander Korotkov2023-10-27
* Commit b195e6d482 forgot to update meson.build.Amit Kapila2023-10-27
* Use shorter file names in the upgrade logical slots test.Amit Kapila2023-10-27
* Make UniqueRelInfo a nodeAlexander Korotkov2023-10-27
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Avoid compiler warning in non-assert buildsAmit Langote2023-10-26
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Prevent duplicate RTEPermissionInfo for plain-inheritance parentsAmit Langote2023-10-26
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Remove dead code in pg_ctl.c.Nathan Bossart2023-10-25
* Fix some regression tests for d3d55ce57136Alexander Korotkov2023-10-25
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Use snprintf instead of sprintf in pg_regress.Daniel Gustafsson2023-10-25
* Add missing include dir and references to libpq for MSVC buildDavid Rowley2023-10-25
* Speed up pg_regress server readiness testing.Daniel Gustafsson2023-10-24
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* Fix typos in wait_event.cMichael Paquier2023-10-24
* Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas2023-10-23
* Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas2023-10-23
* Remove unnecessary break in pg_logical_replication_slot_advance()Michael Paquier2023-10-23
* Fix min_dynamic_shared_memory on Windows.Thomas Munro2023-10-22
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Make some error strings more genericAlvaro Herrera2023-10-20
* Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane2023-10-20
* Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier2023-10-20
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19
* Doc: modernize comment for boolin().Tom Lane2023-10-19
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Improve pglz_decompress's defenses against corrupt compressed data.Tom Lane2023-10-18
* Install wait_event_types.h in VPATH buildsMichael Paquier2023-10-19
* jit: Changes for LLVM 17.Thomas Munro2023-10-19
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19