Commit Graph

63503 Commits (0fbfd37cefb7eb30c0fa8a158751c19ddeddf1f0)
 

Author SHA1 Message Date
Robert Haas 0fbfd37cef Allow extensions to mark an individual index as disabled. 2 days ago
Michael Paquier 03facc1211 Switch to FATAL error for missing checkpoint record without backup_label 2 days ago
Michael Paquier 6307b096e2 Fix misuse of "volatile" in xml.c 2 days ago
Nathan Bossart 7c8280eeb5 pg_{dump,restore}: Refactor handling of conflicting options. 3 days ago
Robert Haas 91f33a2ae9 Replace get_relation_info_hook with build_simple_rel_hook. 3 days ago
Robert Haas 8300d3ad4a Consider startup cost as a figure of merit for partial paths. 3 days ago
Robert Haas ffc226ab64 Prevent restore of incremental backup from bloating VM fork. 3 days ago
Amit Kapila 06d8302262 Remove trailing period from errmsg in subscriptioncmds.c. 3 days ago
Peter Eisentraut 2799e29fb8 Move comment back to better place 3 days ago
Fujii Masao 173aa8c5e8 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. 3 days ago
Michael Paquier 4da2afd01f Fix size underestimation of DSA pagemap for odd-sized segments 3 days ago
Michael Paquier ccd7abaa45 Refactor tests for catalog diff comparisons in stats_import.sql 3 days ago
Michael Paquier 9e8193a262 Fix typo in stats_import.sql 3 days ago
Álvaro Herrera eb2c867b0a
Fix invalid boolean if-test 5 days ago
Jacob Champion e982331b52 libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 6 days ago
Nathan Bossart b2898baaf7 pg_dumpall: Fix handling of conflicting options. 6 days ago
Masahiko Sawada 50ea4e09b6 Use palloc_object() and palloc_array() in more areas of the logical replication. 6 days ago
Tom Lane 415100aa62 Support grouping-expression references and GROUPING() in subqueries. 6 days ago
Jeff Davis 8185bb5347 CREATE SUBSCRIPTION ... SERVER. 6 days ago
Álvaro Herrera 868825aaeb
Don't include wait_event.h in pgstat.h 6 days ago
Peter Eisentraut 90ca7c1429 doc: Fix capitalization of Unicode 6 days ago
Peter Eisentraut 16686a853f Fix Python deprecation warning 6 days ago
Peter Eisentraut 258248d0bd Make unconstify and unvolatize use StaticAssertVariableIsOfTypeMacro 6 days ago
Peter Eisentraut e2308350c9 Use typeof everywhere instead of compiler specific spellings 6 days ago
Peter Eisentraut aa7c868523 Portable StaticAssertExpr 6 days ago
Fujii Masao 6eedb2a5fd Fix publisher shutdown hang caused by logical walsender busy loop. 6 days ago
Fujii Masao 2007df4333 Improve tests for recovery_target_timeline GUC. 6 days ago
Michael Paquier d5ea206728 Fix inconsistency with HeapTuple freeing in extended_stats_funcs.c 6 days ago
Michael Paquier 2d4ead6f4b Fix order of columns in pg_stat_recovery 6 days ago
Amit Kapila f1ddaa1535 Fix inconsistent elevel in pg_sync_replication_slots() retry logic. 6 days ago
Michael Paquier 01d485b142 Add system view pg_stat_recovery 6 days ago
Michael Paquier 42a12856a6 Refactor code retrieving string for RecoveryPauseState 6 days ago
Tom Lane f95d73ed43 Simplify creation of built-in functions with non-default ACLs. 6 days ago
Tom Lane 7664319ccb Be more wary of false matches in initdb's replace_token(). 6 days ago
Melanie Plageman 34cb4254bd Prefix PruneState->all_{visible,frozen} with set_ 6 days ago
Melanie Plageman 68c2dcb913 Add PageGetPruneXid() helper 7 days ago
Melanie Plageman 59663e4207 Move commonly used context into PruneState and simplify helpers 7 days ago
Tom Lane ac0accafd6 Exit after fatal errors in client-side compression code. 7 days ago
Jacob Champion a6483f5ac9 oauth: Add TLS support for oauth_validator tests 7 days ago
Jacob Champion b8d7685835 libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock() 7 days ago
Jacob Champion f8c0b91a60 oauth: Report cleanup errors as warnings on stderr 7 days ago
Alexander Korotkov 177037341a Fix handling of updated tuples in the MERGE statement 7 days ago
Fujii Masao bffd7130e9 Improve validation of recovery_target_xid GUC values. 7 days ago
Fujii Masao 9b0e5bd532 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. 1 week ago
Michael Paquier 5f8124a0cf Move definition of XLogRecoveryCtlData to xlogrecovery.h 1 week ago
Michael Paquier ea4744782b Fix rare instability in recovery TAP test 004_timeline_switch 1 week ago
Michael Paquier 34dfca2934 Change default value of default_toast_compression to "lz4", take two 1 week ago
Michael Paquier 4f0b3afab4 Revert "Change default value of default_toast_compression to "lz4"" 1 week ago
Andrew Dunstan 3c19983cc0 pg_restore: add --no-globals option to skip globals 1 week ago
Andrew Dunstan c7572cd48d Improve writing map.dat preamble 1 week ago