Commit Graph

63517 Commits (master)
 

Author SHA1 Message Date
Peter Eisentraut 9c05f152b5 Fixes for C++ typeof implementation 14 hours ago
Peter Eisentraut d4a080b8a1 Remove Int8GetDatum function 15 hours ago
Peter Eisentraut d537f59fbb Sort out table_open vs. relation_open in rewriter 17 hours ago
Andres Freund 82467f627b Require share-exclusive lock to set hint bits and to flush 1 day ago
Michael Paquier 4c910f3bbe bloom: Optimize bitmap scan path with streaming read 1 day ago
Melanie Plageman 4c7362c553 Remove unused PruneState member frz_conflict_horizon 1 day ago
Heikki Linnakangas 138592d1b0 Don't clear pendingRecoveryConflicts at end of transaction 1 day ago
Melanie Plageman c2a23dcf9e Use the newest to-be-frozen xid as the conflict horizon for freezing 1 day ago
Álvaro Herrera ac58465e06
Introduce the REPACK command 1 day ago
Masahiko Sawada a596d27d80 Fix grammar in short description of effective_wal_level. 1 day ago
Andres Freund f4a4ce52c0 heapam: Don't mimic MarkBufferDirtyHint() in inplace updates 1 day ago
Álvaro Herrera a198c26ded
pg_dumpall: simplify coding of dropDBs() 1 day ago
Fujii Masao 59bae23435 Remove duplicate initialization in initialize_brin_buildstate(). 1 day ago
Peter Eisentraut 8080f44f96 Rename grammar nonterminal to simplify reuse 1 day ago
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. 2 days ago
Robert Haas 91f33a2ae9 Replace get_relation_info_hook with build_simple_rel_hook. 2 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 4 days ago
Jacob Champion e982331b52 libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 5 days ago
Nathan Bossart b2898baaf7 pg_dumpall: Fix handling of conflicting options. 5 days ago
Masahiko Sawada 50ea4e09b6 Use palloc_object() and palloc_array() in more areas of the logical replication. 5 days ago
Tom Lane 415100aa62 Support grouping-expression references and GROUPING() in subqueries. 5 days ago
Jeff Davis 8185bb5347 CREATE SUBSCRIPTION ... SERVER. 5 days ago
Álvaro Herrera 868825aaeb
Don't include wait_event.h in pgstat.h 5 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 6 days ago