aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Track the number of presorted outer pathkeys in MergePathRichard Guo2025-05-08
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo2025-05-08
* Remove pg_replication_origin's TOAST table.Nathan Bossart2025-05-07
* Prevent premature nbtree array advancement.Peter Geoghegan2025-05-07
* nbtree: tighten up array recheck rules.Peter Geoghegan2025-05-07
* pg_dumpall: Add --sequence-data.Nathan Bossart2025-05-07
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-07
* Remove some tabs in C string literalsPeter Eisentraut2025-05-07
* Fix some comments related to IO workersMichael Paquier2025-05-07
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch2025-05-05
* Refactor test_escape.c for additional ways of testing.Noah Misch2025-05-05
* Translation updatesPeter Eisentraut2025-05-05
* Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov2025-05-03
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-03
* Fix memory allocation/copy mistakes.Etsuro Fujita2025-05-03
* Fix typos in comments.Etsuro Fujita2025-05-03
* Avoid treating nonrequired nbtree keys as required.Peter Geoghegan2025-05-02
* Fix memory leak in _gin_parallel_mergeTomas Vondra2025-05-02
* Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane2025-05-02
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* oauth: Correct SSL dependency for libpq-oauth.aJacob Champion2025-05-02
* Make "directory" setting work with extension_control_pathPeter Eisentraut2025-05-02
* oauth: Fix Autoconf build on macOSJacob Champion2025-05-01
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Adjust overstrong nbtree skip array assertion.Peter Geoghegan2025-04-30
* Convert strncpy to strlcpyDaniel Gustafsson2025-04-30
* vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart2025-04-30
* Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-04-30
* Update time zone data files to tzdata release 2025b.Tom Lane2025-04-30
* Typo and doc fixups for memory context reportingDaniel Gustafsson2025-04-30
* Add missing string terminatorDaniel Gustafsson2025-04-30
* Fix broken indentationDavid Rowley2025-04-30
* Fix a couple of comment typosDavid Rowley2025-04-30
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* oauth: Classify oauth_client_secret as a passwordJacob Champion2025-04-29
* Fix whitespace typo in stringPeter Eisentraut2025-04-29
* initdb: Do not report default autovacuum_worker_slots.Nathan Bossart2025-04-29
* Fixes for ChangeVarNodes_walker()Alexander Korotkov2025-04-29
* pg_restore: Improve --help synopsisPeter Eisentraut2025-04-29
* pg_restore: Put new option in consistent order in --help outputPeter Eisentraut2025-04-29
* Fix assertion failure during decoding from synced slots.Amit Kapila2025-04-29
* pg_verifybackup: Message style improvementsPeter Eisentraut2025-04-29
* test_slru: Fix incorrect format placeholdersPeter Eisentraut2025-04-29
* Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman2025-04-28
* Fix obsolete nbtree array advancement comment.Peter Geoghegan2025-04-28
* Make NULL tuple values always advance skip arrays.Peter Geoghegan2025-04-28
* Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera2025-04-28
* pg_combinebackup: Message style improvementsPeter Eisentraut2025-04-28
* Restore comments in ChangeVarNodesExtended()Alexander Korotkov2025-04-28
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28