aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Don't set ThisTimeLineID when there's no reason to do so.Robert Haas2021-11-05
* Avoid crash in rare case of concurrent DROPAlvaro Herrera2021-11-05
* Introduce 'bbstreamer' abstraction to modularize pg_basebackup.Robert Haas2021-11-05
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05
* amcheck: Add additional TOAST pointer checks.Robert Haas2021-11-05
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-05
* Improve psql tab completion for COMMENTMichael Paquier2021-11-05
* Add hardening to catch invalid TIDs in indexes.Peter Geoghegan2021-11-04
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-05
* Add various assertions to heap pruning code.Peter Geoghegan2021-11-04
* Fix some thinkos with pg_receivewal --compression-methodMichael Paquier2021-11-04
* Rework compression options of pg_receivewalMichael Paquier2021-11-04
* Update alternative expected output file.Heikki Linnakangas2021-11-03
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Fix incorrect format placeholderPeter Eisentraut2021-11-03
* Fix parallel amvacuumcleanup safety bug.Peter Geoghegan2021-11-02
* Blind attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-02
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Ensure consistent logical replication of datetime and float8 values.Tom Lane2021-11-02
* Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane2021-11-02
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* pgbench: Fix typo in comment.Fujii Masao2021-11-02
* pgbench: Improve error-handling in pgbench.Fujii Masao2021-11-02
* Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.Amit Kapila2021-11-02
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* Replace unicode characters in comments with asciiDaniel Gustafsson2021-11-01
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-01
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-01
* Add TAP test for pg_receivewal with timeline switchMichael Paquier2021-11-01
* Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier2021-11-01
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-31
* Avoid O(N^2) behavior when the standby process releases many locks.Tom Lane2021-10-31
* plpgsql: report proper line number for errors in variable initialization.Tom Lane2021-10-31
* pg_dump: Refactor messagesPeter Eisentraut2021-10-30
* Fix race condition in startup progress reporting.Robert Haas2021-10-29
* When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas2021-10-29
* Demote pg_unreachable() in heapam to an assertion.Peter Geoghegan2021-10-29
* Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane2021-10-29
* Update time zone data files to tzdata release 2021e.Tom Lane2021-10-29
* Add tap tests for the schema publications.Amit Kapila2021-10-29
* Speed up TAP tests of pg_receivewalMichael Paquier2021-10-29
* Speed up printing of integers in snprintf.c.Tom Lane2021-10-28
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Add TAP test for archive_cleanup_command and recovery_end_commandMichael Paquier2021-10-28
* Remove obsolete nbtree LP_DEAD item comments.Peter Geoghegan2021-10-27
* Grant memory views to pg_read_all_stats.Jeff Davis2021-10-27
* Fix typos in commentsDaniel Gustafsson2021-10-27
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27