summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-10-01doc: Mention the connstring key word for PGSERVICEDaniel Gustafsson
2024-10-01Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier
2024-10-01Doc: replace unnecessary non-breaking space with ordinal space.Tatsuo Ishii
2024-09-30Expand assertion check for query ID reporting in executorMichael Paquier
2024-09-30Add missing command for pg_maintain in commentDaniel Gustafsson
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30docs: Enhance the pg_stat_checkpointer view documentation.Fujii Masao
2024-09-30Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-30Bump catalog version for change in VariableSetStmtMichael Paquier
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-29In passwordFromFile, don't leak the open file after stat failures.Tom Lane
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-27doc: Note that CREATE MATERIALIZED VIEW restricts search_path.Nathan Bossart
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-09-27Reindent pg_verifybackup.c.Robert Haas
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-27Fix typo in pg_walsummary/nls.mk.Fujii Masao
2024-09-27Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier
2024-09-26Fix catalog data of new LO privilege functionsMichael Paquier
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-26Improve style of pg_upgrade task callback functions.Nathan Bossart
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-26Doc: InitPlans aren't parallel-restricted any more.Tom Lane
2024-09-26Doc: Add a note in the upgrade of logical replication clusters.Amit Kapila
2024-09-26Update oid for pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-25Remove extra whitespace in pg_upgrade status message.Nathan Bossart
2024-09-25Turn 'if' condition around to avoid Svace complaintAlvaro Herrera
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
2024-09-25Doc: Add the steps for upgrading the logical replication cluster.Amit Kapila
2024-09-25pg_stat_statements: Expand tests for SET statementsMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.Noah Misch
2024-09-24Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis
2024-09-24Fix psql describe commands' handling of ACL columns for old servers.Tom Lane
2024-09-24Tighten up make_libc_collator() and make_icu_collator().Jeff Davis
2024-09-24Add further excludes to headerscheckPeter Eisentraut
2024-09-24Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane
2024-09-24Update obsolete nbtree array preprocessing comments.Peter Geoghegan
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-23Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-23jsonapi: fix memory leakage during OOM error recovery.Tom Lane
2024-09-23Fix asserts in fast-path locking codeTomas Vondra
2024-09-23Add memory/disk usage for more executor nodes.Tatsuo Ishii