Commit Graph

52456 Commits (40c516bba864395c77bcfb1bae65ba9562ba8f71)
 

Author SHA1 Message Date
Alvaro Herrera 40c516bba8
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp 4 years ago
Michael Paquier 0f9b9938a0 Add TAP test for pg_receivewal with timeline switch 4 years ago
Michael Paquier add5cf28d4 Preserve opclass parameters across REINDEX CONCURRENTLY 4 years ago
Tom Lane a667b06683 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane b21415595c Doc: improve README files associated with TAP tests. 4 years ago
Tom Lane 6301c3adab Avoid O(N^2) behavior when the standby process releases many locks. 4 years ago
Tom Lane acb2d7d5d2 plpgsql: report proper line number for errors in variable initialization. 4 years ago
Peter Eisentraut fd2706589a pg_dump: Refactor messages 4 years ago
Peter Eisentraut e6c60719e6 doc: Remove some obsolete pgcrypto documentation 4 years ago
Peter Eisentraut 237c12aabe uuid-ossp: Remove obsolete build connection with pgcrypto 4 years ago
Peter Eisentraut b8b62b4be2 Remove unused chunk from standalone-profile.xsl 4 years ago
Robert Haas 5ccceb2946 Fix race condition in startup progress reporting. 4 years ago
Robert Haas 2f5c4397c3 When fetching WAL for a basebackup, report errors with a sensible TLI. 4 years ago
Peter Geoghegan 5f55fc5a34 Demote pg_unreachable() in heapam to an assertion. 4 years ago
Tom Lane a2a731d6c9 Test and document the behavior of initialization cross-refs in plpgsql. 4 years ago
Tom Lane 937aafd6d5 Update time zone data files to tzdata release 2021e. 4 years ago
Amit Kapila 6b0f6f79ee Add tap tests for the schema publications. 4 years ago
Michael Paquier d680992af5 Speed up TAP tests of pg_receivewal 4 years ago
Tom Lane 3c17926eed Speed up printing of integers in snprintf.c. 4 years ago
Tom Lane 7f580aa5d8 Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier 46dea2419e Add TAP test for archive_cleanup_command and recovery_end_command 4 years ago
Michael Paquier cc1853b300 doc: Fix link to SELinux user guide in sepgsql page 4 years ago
Peter Geoghegan 4c6afd805b Remove obsolete nbtree LP_DEAD item comments. 4 years ago
Jeff Davis 77ea4f9439 Grant memory views to pg_read_all_stats. 4 years ago
Daniel Gustafsson 8af57ad815 Fix typos in comments 4 years ago
Peter Geoghegan c2381b5104 Fix ordering of items in nbtree error message. 4 years ago
Daniel Gustafsson 349cd8c582 Fix VPATH builds for src/test/ssl targets 4 years ago
Peter Geoghegan a5213adf3d Further harden nbtree posting split code. 4 years ago
Magnus Hagander eff61383b9 Clarify that --system reindexes system catalogs *only* 4 years ago
Michael Paquier 70bfc5ae53 Add test for copy of shared dependencies from template database 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Jeff Davis f0b051e322 Allow GRANT on pg_log_backend_memory_contexts(). 4 years ago
Fujii Masao 5fedf7417b Improve HINT message that FDW reports when there are no valid options. 4 years ago
Daniel Gustafsson e63ce9e8d6 Ensure that slots are zeroed before use 4 years ago
Michael Paquier 8af09daf56 doc: Fix grammar in page of pg_receivewal 4 years ago
Michael Paquier 0db343dc13 Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOT 4 years ago
Michael Paquier f61e1dd2ce Allow pg_receivewal to stream from a slot's restart LSN 4 years ago
Thomas Munro 8781b0ce25 Reject huge_pages=on if shared_memory_type=sysv. 4 years ago
Robert Haas a030a0c5cc Initialize variable to placate compiler. 4 years ago
Robert Haas 9ce346eabf Report progress of startup operations that take a long time. 4 years ago
Robert Haas 732e6677a6 Add enable_timeout_every() to fire the same timeout repeatedly. 4 years ago
Robert Haas 902a2c2800 Remove useless code from CreateReplicationSlot. 4 years ago
Robert Haas 18e0913a42 StartupXLOG: Don't repeatedly disable/enable local xlog insertion. 4 years ago
Robert Haas a75dbf7f9e StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters. 4 years ago
Heikki Linnakangas 166f94377c Clarify the logic in a few places in the new balanced merge code. 4 years ago
Michael Paquier b4ada4e19f Add replication command READ_REPLICATION_SLOT 4 years ago
Tom Lane 70bef49400 Fix minor memory leaks in pg_dump. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Noah Misch 3cd9c3b921 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch fdd965d074 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago