aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov2025-06-14
* Keep WAL segments by slot's last saved restart LSNAlexander Korotkov2025-06-14
* nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan2025-06-13
* Comment fixups from 626df47ad9.Jeff Davis2025-06-13
* psql: Reword help message and docs for WATCH_INTERVALDaniel Gustafsson2025-06-13
* psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier2025-06-13
* Replace %llu by PRIu64 in AIO io_uring codeMichael Paquier2025-06-13
* pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.Fujii Masao2025-06-12
* Fix squashing algorithm for query textsÁlvaro Herrera2025-06-12
* Revert support for improved tracking of nested queriesMichael Paquier2025-06-12
* Revert "nbtree: Remove useless row compare arg."Peter Geoghegan2025-06-11
* Revert a few small patches that were intended for version 19.Jeff Davis2025-06-11
* Add tab completion for REJECT_LIMIT option.Masahiko Sawada2025-06-11
* Make _bt_killitems drop pins it acquired itself.Peter Geoghegan2025-06-11
* psql: Remove PARTITION BY clause in tab completion for unlogged tablesMichael Paquier2025-06-11
* Don't reduce output request size on non-Unix-socket connections.Tom Lane2025-06-10
* inet_net_pton.c: use pg_ascii_tolower() rather than tolower().Jeff Davis2025-06-10
* copyfromparse.c: use pg_ascii_tolower() rather than tolower().Jeff Davis2025-06-10
* Use exported symbols list on macOS for loadable modules as wellPeter Eisentraut2025-06-10
* pg_restore: fix incompatibility with old directory-format dumps.Tom Lane2025-06-08
* Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita2025-06-08
* plpython: Remove obsolete test expected filePeter Eisentraut2025-06-07
* Improve CREATE DATABASE error message for invalid libc locale.Jeff Davis2025-06-06
* Use NULL instead of 0 for pointer arguments.Nathan Bossart2025-06-06
* Fixed signed/unsigned mismatch in test_dsm_registry.Nathan Bossart2025-06-06
* Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan2025-06-06
* nbtree: Remove useless row compare arg.Peter Geoghegan2025-06-05
* Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera2025-06-05
* Avoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera2025-06-05
* Change role names used in trigger test.Tom Lane2025-06-05
* psql: fix order of join clauses when listing extensionsMagnus Hagander2025-06-05
* Fix copy-pasto with process count calculation in method_io_uring.cMichael Paquier2025-06-05
* Don't strip $libdir from LOAD commandPeter Eisentraut2025-06-04
* psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier2025-06-04
* Fix incorrect format placeholdersPeter Eisentraut2025-06-03
* Fix a pg_dump scenario for platforms where SEEK_CUR != 1.Noah Misch2025-06-03
* Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao2025-06-03
* Disallow "=" in names of reloptions and foreign-data options.Tom Lane2025-06-02
* Correct heap vacuum boundary state setup orderingMelanie Plageman2025-06-02
* Fix incorrect format placeholdersPeter Eisentraut2025-06-02
* Rename gist stratnum support functionPeter Eisentraut2025-06-02
* Use replay LSN as target for cascading logical WAL sendersMichael Paquier2025-06-02
* Run pgindent on the previous commit.Tom Lane2025-06-01
* Fix edge-case resource leaks in PL/Python error reporting.Tom Lane2025-06-01
* postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita2025-06-01
* Fix MERGE into a plain inheritance parent table.Dean Rasheed2025-05-31
* Change internal plan ID type from uint64 to int64Michael Paquier2025-05-31
* Ensure we have a snapshot when updating various system catalogs.Nathan Bossart2025-05-30
* Allow larger packets during GSSAPI authentication exchange.Tom Lane2025-05-30
* Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.Fujii Masao2025-05-31