summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-03Adjust json_manifest_per_file_callback API in one more place.Tom Lane
2024-10-02Parse libpq's "keepalives" option more like other integer options.Tom Lane
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-10-02Add fastpaths for when no objects are foundDaniel Gustafsson
2024-10-02Remove superfluous PQExpBuffer resettingDaniel Gustafsson
2024-10-02doc: Add link to login event trigger exampleDaniel Gustafsson
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-10-02doc: Clarify name of files generated by pg_waldump --save-fullpageMichael Paquier
2024-10-01Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane
2024-10-01initdb: Add new option "--no-data-checksums"Peter Eisentraut
2024-10-01Tweak docs to reduce possible impact of data checksumsPeter Eisentraut
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-10-01Fix some pg_verifybackup issues reported by Coverity.Robert Haas
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
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