Commit Graph

63503 Commits (0fbfd37cefb7eb30c0fa8a158751c19ddeddf1f0)
 

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