aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix indentation.Robert Haas2024-07-26
* Fix macro placement in pg_config.h.inDaniel Gustafsson2024-07-26
* Allow WAL summarization to back up when timeline changes.Robert Haas2024-07-26
* pg_createsubscriber: Message style improvementsPeter Eisentraut2024-07-26
* Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas2024-07-26
* Add test for early backend startup errorsHeikki Linnakangas2024-07-26
* Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas2024-07-26
* Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas2024-07-26
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* SQL/JSON: Remove useless code in ExecInitJsonExpr()Amit Langote2024-07-26
* SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote2024-07-26
* SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote2024-07-26
* SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote2024-07-26
* Document restrictions regarding incremental backups and standbys.Robert Haas2024-07-25
* Add argument names to the regexp_XXX functions.Tom Lane2024-07-25
* pg_createsubscriber: Message improvementsPeter Eisentraut2024-07-25
* pg_upgrade: Remove unused macroDaniel Gustafsson2024-07-25
* Remove useless unconstify() callPeter Eisentraut2024-07-25
* Fix -Wmissing-variable-declarations warnings for float.c special casePeter Eisentraut2024-07-25
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Add path column to pg_backend_memory_contexts viewDavid Rowley2024-07-25
* ci: Pin MacPorts version to 2.9.3.Thomas Munro2024-07-25
* ci: Upgrade macOS version from 13 to 14.Thomas Munro2024-07-25
* pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart2024-07-24
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Refactor tidstore.c iterator buffering.Thomas Munro2024-07-24
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Move extern declarations for EXEC_BACKEND to header filesPeter Eisentraut2024-07-23
* Fix private struct field name to match the code using it.Noah Misch2024-07-23
* Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier2024-07-23
* ldapurl is supported with simple bindPeter Eisentraut2024-07-23
* Get rid of a global variablePeter Eisentraut2024-07-23
* Improve comments in slru.{c,h} about segment name formatMichael Paquier2024-07-23
* Replace remaining strtok() with strtok_r()Peter Eisentraut2024-07-23
* Windows replacement for strtok_r()Peter Eisentraut2024-07-23
* Remove redundant code in create_gather_merge_pathRichard Guo2024-07-23
* Fix rowcount estimate for gather (merge) pathsRichard Guo2024-07-23
* Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane2024-07-22
* Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman2024-07-22
* Initialize wal_level in the initial checkpoint record.Robert Haas2024-07-22
* Remove grotty use of disable_cost for TID scan plans.Robert Haas2024-07-22
* Add missing call to ConditionVariableCancelSleep().Robert Haas2024-07-22
* Replace some strtok() with strsep()Peter Eisentraut2024-07-22
* Add port/ replacement for strsep()Peter Eisentraut2024-07-22
* Fix unstable test in select_parallel.sqlRichard Guo2024-07-22
* Add new error code for "file name too long"Michael Paquier2024-07-22
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.Noah Misch2024-07-20