Commit Graph

63516 Commits (d4a080b8a190c4ba434a390939c995a50da12cf6)
 

Author SHA1 Message Date
Peter Eisentraut d4a080b8a1 Remove Int8GetDatum function 1 month ago
Peter Eisentraut d537f59fbb Sort out table_open vs. relation_open in rewriter 1 month ago
Andres Freund 82467f627b Require share-exclusive lock to set hint bits and to flush 1 month ago
Michael Paquier 4c910f3bbe bloom: Optimize bitmap scan path with streaming read 1 month ago
Melanie Plageman 4c7362c553 Remove unused PruneState member frz_conflict_horizon 1 month ago
Heikki Linnakangas 138592d1b0 Don't clear pendingRecoveryConflicts at end of transaction 1 month ago
Melanie Plageman c2a23dcf9e Use the newest to-be-frozen xid as the conflict horizon for freezing 1 month ago
Álvaro Herrera ac58465e06
Introduce the REPACK command 1 month ago
Masahiko Sawada a596d27d80 Fix grammar in short description of effective_wal_level. 1 month ago
Andres Freund f4a4ce52c0 heapam: Don't mimic MarkBufferDirtyHint() in inplace updates 1 month ago
Álvaro Herrera a198c26ded
pg_dumpall: simplify coding of dropDBs() 1 month ago
Fujii Masao 59bae23435 Remove duplicate initialization in initialize_brin_buildstate(). 1 month ago
Peter Eisentraut 8080f44f96 Rename grammar nonterminal to simplify reuse 1 month ago
Robert Haas 0fbfd37cef Allow extensions to mark an individual index as disabled. 1 month ago
Michael Paquier 03facc1211 Switch to FATAL error for missing checkpoint record without backup_label 1 month ago
Michael Paquier 6307b096e2 Fix misuse of "volatile" in xml.c 1 month ago
Nathan Bossart 7c8280eeb5 pg_{dump,restore}: Refactor handling of conflicting options. 2 months ago
Robert Haas 91f33a2ae9 Replace get_relation_info_hook with build_simple_rel_hook. 2 months ago
Robert Haas 8300d3ad4a Consider startup cost as a figure of merit for partial paths. 2 months ago
Robert Haas ffc226ab64 Prevent restore of incremental backup from bloating VM fork. 2 months ago
Amit Kapila 06d8302262 Remove trailing period from errmsg in subscriptioncmds.c. 2 months ago
Peter Eisentraut 2799e29fb8 Move comment back to better place 2 months ago
Fujii Masao 173aa8c5e8 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. 2 months ago
Michael Paquier 4da2afd01f Fix size underestimation of DSA pagemap for odd-sized segments 2 months ago
Michael Paquier ccd7abaa45 Refactor tests for catalog diff comparisons in stats_import.sql 2 months ago
Michael Paquier 9e8193a262 Fix typo in stats_import.sql 2 months ago
Álvaro Herrera eb2c867b0a
Fix invalid boolean if-test 2 months ago
Jacob Champion e982331b52 libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 2 months ago
Nathan Bossart b2898baaf7 pg_dumpall: Fix handling of conflicting options. 2 months ago
Masahiko Sawada 50ea4e09b6 Use palloc_object() and palloc_array() in more areas of the logical replication. 2 months ago
Tom Lane 415100aa62 Support grouping-expression references and GROUPING() in subqueries. 2 months ago
Jeff Davis 8185bb5347 CREATE SUBSCRIPTION ... SERVER. 2 months ago
Álvaro Herrera 868825aaeb
Don't include wait_event.h in pgstat.h 2 months ago
Peter Eisentraut 90ca7c1429 doc: Fix capitalization of Unicode 2 months ago
Peter Eisentraut 16686a853f Fix Python deprecation warning 2 months ago
Peter Eisentraut 258248d0bd Make unconstify and unvolatize use StaticAssertVariableIsOfTypeMacro 2 months ago
Peter Eisentraut e2308350c9 Use typeof everywhere instead of compiler specific spellings 2 months ago
Peter Eisentraut aa7c868523 Portable StaticAssertExpr 2 months ago
Fujii Masao 6eedb2a5fd Fix publisher shutdown hang caused by logical walsender busy loop. 2 months ago
Fujii Masao 2007df4333 Improve tests for recovery_target_timeline GUC. 2 months ago
Michael Paquier d5ea206728 Fix inconsistency with HeapTuple freeing in extended_stats_funcs.c 2 months ago
Michael Paquier 2d4ead6f4b Fix order of columns in pg_stat_recovery 2 months ago
Amit Kapila f1ddaa1535 Fix inconsistent elevel in pg_sync_replication_slots() retry logic. 2 months ago
Michael Paquier 01d485b142 Add system view pg_stat_recovery 2 months ago
Michael Paquier 42a12856a6 Refactor code retrieving string for RecoveryPauseState 2 months ago
Tom Lane f95d73ed43 Simplify creation of built-in functions with non-default ACLs. 2 months ago
Tom Lane 7664319ccb Be more wary of false matches in initdb's replace_token(). 2 months ago
Melanie Plageman 34cb4254bd Prefix PruneState->all_{visible,frozen} with set_ 2 months ago
Melanie Plageman 68c2dcb913 Add PageGetPruneXid() helper 2 months ago
Melanie Plageman 59663e4207 Move commonly used context into PruneState and simplify helpers 2 months ago