Commit Graph

  • e33a4fda00 xml2: Fix failure with xslt_process() under -fsanitize=undefined Michael Paquier 2026-03-13 16:06:46 +09:00
  • 7d64419f80 xml2: Fix failure with xslt_process() under -fsanitize=undefined Michael Paquier 2026-03-13 16:06:28 +09:00
  • 59292f7aac Change copyObject() to use typeof_unqual Peter Eisentraut 2026-03-13 06:34:24 +01:00
  • 213f0079b3 pgstattuple: Optimize btree and hash index functions with streaming read Michael Paquier 2026-03-13 10:48:45 +09:00
  • a0b6ef29a5 Enable fast default for domains with non-volatile constraints Andrew Dunstan 2026-03-12 17:53:09 -04:00
  • 487cf2cbd2 Extend DomainHasConstraints() to optionally check constraint volatility Andrew Dunstan 2026-03-12 17:52:33 -04:00
  • a630ac5c20 Document the 'command' column of pg_stat_progress_repack Álvaro Herrera 2026-03-12 19:19:23 +01:00
  • a367c433ad Use simplehash for backend-private buffer pin refcounts. Peter Geoghegan 2026-03-12 13:26:16 -04:00
  • d071e1cfec nbtree: Avoid allocating _bt_search stack. Peter Geoghegan 2026-03-12 13:22:36 -04:00
  • 5883ff30b0 Add pg_plan_advice contrib module. Robert Haas 2026-03-12 12:59:52 -04:00
  • 02976b0a17 doc: Document variables for path substitution in SQL tests Michael Paquier 2026-03-12 16:35:58 +09:00
  • d841ca2d14 bloom: Optimize VACUUM and bulk-deletion with streaming read Michael Paquier 2026-03-12 12:00:22 +09:00
  • 6c228755ad Use streaming read for VACUUM cleanup of GIN Michael Paquier 2026-03-12 11:48:31 +09:00
  • 383eb21ebf Convert NOT IN sublinks to anti-joins when safe Richard Guo 2026-03-12 09:45:18 +09:00
  • 6322a028fa bufmgr: Fix use of wrong variable in GetPrivateRefCountEntrySlow() Andres Freund 2026-03-11 17:26:38 -04:00
  • 547c15f9f8 Fix use of volatile. Jeff Davis 2026-03-11 14:27:58 -07:00
  • 342051d73b Add support for altering CHECK constraint enforceability Andrew Dunstan 2026-03-11 16:15:35 -04:00
  • a9747153e1 rename alter constraint enforceability related functions Andrew Dunstan 2026-03-11 16:14:58 -04:00
  • a766125efd bufmgr: Switch to standard order in MarkBufferDirtyHint() Andres Freund 2026-03-11 13:58:44 -04:00
  • b0f4ff3c92 bufmgr: Remove the, now obsolete, BM_JUST_DIRTIED Andres Freund 2026-03-11 13:53:37 -04:00
  • 11e0824bd9 Avoid WAL flush checks for unlogged buffers in GetVictimBuffer() Melanie Plageman 2026-03-11 14:48:26 -04:00
  • 943e881733 Do not lock in BufferGetLSNAtomic() on archs with 8 byte atomic reads Tomas Vondra 2026-03-11 18:32:03 +01:00
  • b6eb8dde6b Fix indentation from commit 29a0fb2157 Tomas Vondra 2026-03-11 15:14:46 +01:00
  • 29a0fb2157 Conditional locking in pgaio_worker_submit_internal Tomas Vondra 2026-03-11 12:11:04 +01:00
  • 9c05f152b5 Fixes for C++ typeof implementation Peter Eisentraut 2026-03-11 11:54:10 +01:00
  • d4a080b8a1 Remove Int8GetDatum function Peter Eisentraut 2026-03-11 10:46:08 +01:00
  • d537f59fbb Sort out table_open vs. relation_open in rewriter Peter Eisentraut 2026-03-11 09:22:11 +01:00
  • 82467f627b Require share-exclusive lock to set hint bits and to flush Andres Freund 2026-03-10 19:32:13 -04:00
  • 4c910f3bbe bloom: Optimize bitmap scan path with streaming read Michael Paquier 2026-03-11 07:36:10 +09:00
  • 4c7362c553 Remove unused PruneState member frz_conflict_horizon Melanie Plageman 2026-03-10 18:28:18 -04:00
  • 138592d1b0 Don't clear pendingRecoveryConflicts at end of transaction Heikki Linnakangas 2026-03-11 00:06:09 +02:00
  • c2a23dcf9e Use the newest to-be-frozen xid as the conflict horizon for freezing Melanie Plageman 2026-03-10 15:24:39 -04:00
  • ac58465e06 Introduce the REPACK command Álvaro Herrera 2026-03-10 19:56:39 +01:00
  • a596d27d80 Fix grammar in short description of effective_wal_level. Masahiko Sawada 2026-03-10 11:36:38 -07:00
  • f4a4ce52c0 heapam: Don't mimic MarkBufferDirtyHint() in inplace updates Andres Freund 2026-03-10 10:06:09 -04:00
  • a198c26ded pg_dumpall: simplify coding of dropDBs() Álvaro Herrera 2026-03-10 16:00:19 +01:00
  • 59bae23435 Remove duplicate initialization in initialize_brin_buildstate(). Fujii Masao 2026-03-10 22:55:11 +09:00
  • 8080f44f96 Rename grammar nonterminal to simplify reuse Peter Eisentraut 2026-03-10 13:56:52 +01:00
  • 0fbfd37cef Allow extensions to mark an individual index as disabled. Robert Haas 2026-03-10 08:33:55 -04:00
  • 03facc1211 Switch to FATAL error for missing checkpoint record without backup_label Michael Paquier 2026-03-10 12:00:05 +09:00
  • 6307b096e2 Fix misuse of "volatile" in xml.c Michael Paquier 2026-03-10 07:05:32 +09:00
  • 7c8280eeb5 pg_{dump,restore}: Refactor handling of conflicting options. Nathan Bossart 2026-03-09 11:37:46 -05:00
  • 91f33a2ae9 Replace get_relation_info_hook with build_simple_rel_hook. Robert Haas 2026-03-09 09:48:26 -04:00
  • 8300d3ad4a Consider startup cost as a figure of merit for partial paths. Robert Haas 2026-03-09 08:16:30 -04:00
  • 076bc57fa4 Prevent restore of incremental backup from bloating VM fork. Robert Haas 2026-03-09 06:36:42 -04:00
  • 9540c0e5dd Prevent restore of incremental backup from bloating VM fork. Robert Haas 2026-03-09 06:36:42 -04:00
  • ffc226ab64 Prevent restore of incremental backup from bloating VM fork. Robert Haas 2026-03-09 06:36:42 -04:00
  • 06d8302262 Remove trailing period from errmsg in subscriptioncmds.c. Amit Kapila 2026-03-09 15:10:03 +05:30
  • 2799e29fb8 Move comment back to better place Peter Eisentraut 2026-03-09 09:46:36 +01:00
  • a84a9a4260 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:24:41 +09:00
  • d0f4b6350d doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:24:41 +09:00
  • bb9dd26803 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:24:41 +09:00
  • c3fa839941 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:24:41 +09:00
  • 94ff80f49d doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:24:41 +09:00
  • 173aa8c5e8 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 2026-03-09 18:23:36 +09:00
  • eb11d7a915 Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:38 +09:00
  • 46c93b7056 Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:37 +09:00
  • 0af5e64e91 Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:35 +09:00
  • 2543b9ea92 Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:33 +09:00
  • a0f38604d9 Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:31 +09:00
  • 4da2afd01f Fix size underestimation of DSA pagemap for odd-sized segments Michael Paquier 2026-03-09 13:46:27 +09:00
  • ccd7abaa45 Refactor tests for catalog diff comparisons in stats_import.sql Michael Paquier 2026-03-09 08:46:06 +09:00
  • 9e8193a262 Fix typo in stats_import.sql Michael Paquier 2026-03-09 07:15:26 +09:00
  • 3a9cf1c925 Fix invalid boolean if-test Álvaro Herrera 2026-03-07 14:28:16 +01:00
  • eb2c867b0a Fix invalid boolean if-test Álvaro Herrera 2026-03-07 14:28:16 +01:00
  • e982331b52 libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 Jacob Champion 2026-03-06 12:00:32 -08:00
  • b2898baaf7 pg_dumpall: Fix handling of conflicting options. Nathan Bossart 2026-03-06 14:00:04 -06:00
  • 50ea4e09b6 Use palloc_object() and palloc_array() in more areas of the logical replication. Masahiko Sawada 2026-03-06 10:49:50 -08:00
  • 415100aa62 Support grouping-expression references and GROUPING() in subqueries. Tom Lane 2026-03-06 13:40:55 -05:00
  • 8185bb5347 CREATE SUBSCRIPTION ... SERVER. Jeff Davis 2026-03-06 08:27:56 -08:00
  • 868825aaeb Don't include wait_event.h in pgstat.h Álvaro Herrera 2026-03-06 16:24:58 +01:00
  • 90ca7c1429 doc: Fix capitalization of Unicode Peter Eisentraut 2026-03-06 10:31:35 +01:00
  • 16686a853f Fix Python deprecation warning Peter Eisentraut 2026-03-06 10:31:35 +01:00
  • 258248d0bd Make unconstify and unvolatize use StaticAssertVariableIsOfTypeMacro Peter Eisentraut 2026-03-06 10:13:58 +01:00
  • e2308350c9 Use typeof everywhere instead of compiler specific spellings Peter Eisentraut 2026-03-06 10:13:49 +01:00
  • aa7c868523 Portable StaticAssertExpr Peter Eisentraut 2026-03-06 09:15:44 +01:00
  • 3bf6f22ce1 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • 42734f2966 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • 82935467a0 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • bbbc0888b3 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • 3eb2fecdbb Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • 6eedb2a5fd Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 2026-03-06 16:43:40 +09:00
  • 2007df4333 Improve tests for recovery_target_timeline GUC. Fujii Masao 2026-03-06 16:02:09 +09:00
  • d5ea206728 Fix inconsistency with HeapTuple freeing in extended_stats_funcs.c Michael Paquier 2026-03-06 14:49:00 +09:00
  • 2d4ead6f4b Fix order of columns in pg_stat_recovery Michael Paquier 2026-03-06 14:41:41 +09:00
  • f1ddaa1535 Fix inconsistent elevel in pg_sync_replication_slots() retry logic. Amit Kapila 2026-03-06 10:51:32 +05:30
  • 01d485b142 Add system view pg_stat_recovery Michael Paquier 2026-03-06 12:37:40 +09:00
  • 42a12856a6 Refactor code retrieving string for RecoveryPauseState Michael Paquier 2026-03-06 11:53:23 +09:00
  • f95d73ed43 Simplify creation of built-in functions with non-default ACLs. Tom Lane 2026-03-05 17:43:09 -05:00
  • 7664319ccb Be more wary of false matches in initdb's replace_token(). Tom Lane 2026-03-05 17:22:31 -05:00
  • 34cb4254bd Prefix PruneState->all_{visible,frozen} with set_ Melanie Plageman 2026-03-05 16:54:28 -05:00
  • 68c2dcb913 Add PageGetPruneXid() helper Melanie Plageman 2026-03-05 16:22:57 -05:00
  • 59663e4207 Move commonly used context into PruneState and simplify helpers Melanie Plageman 2026-03-05 16:10:29 -05:00
  • 9a42888a32 Exit after fatal errors in client-side compression code. Tom Lane 2026-03-05 14:43:21 -05:00
  • cce939c71c Exit after fatal errors in client-side compression code. Tom Lane 2026-03-05 14:43:21 -05:00
  • 8b198b093f Exit after fatal errors in client-side compression code. Tom Lane 2026-03-05 14:43:21 -05:00
  • a01a592b11 Exit after fatal errors in client-side compression code. Tom Lane 2026-03-05 14:43:21 -05:00
  • ac0accafd6 Exit after fatal errors in client-side compression code. Tom Lane 2026-03-05 14:43:21 -05:00
  • a6483f5ac9 oauth: Add TLS support for oauth_validator tests Jacob Champion 2026-03-05 10:04:53 -08:00
  • b8d7685835 libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock() Jacob Champion 2026-03-05 10:04:48 -08:00