aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Avoid unnecessary relation stats query in pg_dump.Jeff Davis2025-02-25
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Change _mdfd_segpath() to return paths by valueAndres Freund2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Remove obsolete Python version checkPeter Eisentraut2025-02-25
* Eliminate code duplication in replace_rte_variables callbacksRichard Guo2025-02-25
* Expand virtual generated columns in the plannerRichard Guo2025-02-25
* Fix untranslatable string concatenation in pg_upgradeMichael Paquier2025-02-25
* Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila2025-02-25
* Do not use in-place updates for statistics import.Jeff Davis2025-02-24
* psql: Add pipeline status to prompt and some state variablesMichael Paquier2025-02-25
* Fix bug in cbc127917 to handle nested Append correctlyAmit Langote2025-02-25
* Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada2025-02-24
* oauth: Rename macro to avoid collisions on WindowsDaniel Gustafsson2025-02-24
* oauth: Fix incorrect const markers in structDaniel Gustafsson2025-02-24
* Delay extraction of TIDBitmap per page offsetsMelanie Plageman2025-02-24
* Add lossy indicator to TBMIterateResultMelanie Plageman2025-02-24
* Fix comment for MAX_BACKENDS.Nathan Bossart2025-02-24
* libpq: Trace all NegotiateProtocolVersion fieldsRobert Haas2025-02-24
* libpq: Add PQfullProtocolVersion to exports.txtRobert Haas2025-02-24
* Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane2025-02-24
* pg_amcheck: PQclear query resultsDaniel Gustafsson2025-02-24
* Add static asserts for MAX_BACKENDS limiting factorsAndres Freund2025-02-24
* bufmgr: Make it easier to change number of buffer state bitsAndres Freund2025-02-24
* Base LWLock limits directly on MAX_BACKENDSAndres Freund2025-02-24
* Move MAX_BACKENDS to procnumber.hAndres Freund2025-02-24
* Silence warning in older versions of ValgrindJohn Naylor2025-02-24
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Ignore hash's relallvisible when checking pg_upgrade from pre-v10.Tom Lane2025-02-23
* backend libpq void * argument for binary dataPeter Eisentraut2025-02-23
* SnapBuildRestoreContents() void * argument for binary dataPeter Eisentraut2025-02-23
* Add more tests for utility commands in pipelinesMichael Paquier2025-02-23
* jsonb internal API void * argument for binary dataPeter Eisentraut2025-02-23
* Documentation fixups for dumping statistics.Jeff Davis2025-02-22
* Change \conninfo to use tabular formatÁlvaro Herrera2025-02-22
* Remove unstable test suite added by 525392d57Amit Langote2025-02-22
* Allow lwlocks to be disownedAndres Freund2025-02-21
* Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas2025-02-21
* Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane2025-02-21
* Allow EXPLAIN to indicate fractional rows.Robert Haas2025-02-21
* Add test 005_char_signedness.pl to meson.build.Masahiko Sawada2025-02-21
* Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane2025-02-21
* pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada2025-02-21
* pg_upgrade: Preserve default char signedness value from old cluster.Masahiko Sawada2025-02-21
* pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada2025-02-21
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* Make test portlock logic work with mesonAndres Freund2025-02-21
* Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier2025-02-21
* Support text position search functions with nondeterministic collationsPeter Eisentraut2025-02-21