summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-19Fix freeing a child join's SpecialJoinInfoRichard Guo
2025-02-19test_escape: Fix handling of short options in getopt_long()Michael Paquier
2025-02-18Make the description of some GUCs more consistentMichael Paquier
2025-02-18doc: add example of sign mismatch with POSIX/ISO-8601 time zonesBruce Momjian
2025-02-18Update outdated comments in nodeAgg.c.Jeff Davis
2025-02-18Reduce scope of heap vacuum per_buffer_dataMelanie Plageman
2025-02-18Add PGErrorVerbosity to typedefs.listDaniel Gustafsson
2025-02-18Fix poorly written regression testDavid Rowley
2025-02-18Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber.Amit Kapila
2025-02-18Specialize intarray sortingJohn Naylor
2025-02-18Doc: Improve pg_replication_slots.inactive_since description.Amit Kapila
2025-02-18Fix typo in 2a8a0067.Thomas Munro
2025-02-17Fix translator notes in commentsDaniel Gustafsson
2025-02-17Add tab completion for ALTER USER/ROLE RESETTomas Vondra
2025-02-17Add tab completion for ALTER DATABASE RESETTomas Vondra
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-17Revert: Get rid of WALBufMappingLockAlexander Korotkov
2025-02-17Fix an oversight in cbc127917 to handle MERGE correctlyAmit Langote
2025-02-17Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)Michael Paquier
2025-02-17Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier
2025-02-17pg_stat_statements: Add wal_buffers_fullMichael Paquier
2025-02-17Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier
2025-02-17Get rid of WALBufMappingLockAlexander Korotkov
2025-02-17Adjust tuples estimate for appendrelsRichard Guo
2025-02-16In fmtIdEnc(), handle failure of enlargePQExpBuffer().Tom Lane
2025-02-15Make escaping functions retain trailing bytes of an invalid character.Tom Lane
2025-02-15Fix explicit valgrind interaction in read_stream.c.Thomas Munro
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-14Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart
2025-02-14pgcrypto: Add support for CFB mode in AES encryptionDaniel Gustafsson
2025-02-14Use PqMsg_Progress macro in HandleParallelMessage().Nathan Bossart
2025-02-14Use streaming read I/O in VACUUM's third phaseMelanie Plageman
2025-02-14Use streaming read I/O in VACUUM's first phaseMelanie Plageman
2025-02-14Convert heap_vac_scan_next_block() boolean parameters to flagsMelanie Plageman
2025-02-14Describe special values in GUC descriptions more consistently.Nathan Bossart
2025-02-14Fix assertion on dereferenced objectDaniel Gustafsson
2025-02-14Remove obsolete comment.Thomas Munro
2025-02-13Remove unused parameter from execute_extension_script().Nathan Bossart
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-13XLogRegisterData, XLogRegisterBufData void * argument for binary dataPeter Eisentraut
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-13Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.Masahiko Sawada
2025-02-13Skip logical decoding of already-aborted transactions.Masahiko Sawada
2025-02-12Remove unneeded volatile qualifier in fmgr.c.Nathan Bossart
2025-02-12Clean up impenetrable logic in pg_basebackup/receivelog.c.Tom Lane
2025-02-12Fix minor memory leaks in pg_dump.Tom Lane
2025-02-12ci: Collect core files on NetBSD and OpenBSDAndres Freund
2025-02-12ci: Test NetBSD and OpenBSDAndres Freund
2025-02-12meson: Fix failure to detect bsd_auth.h presenceAndres Freund
2025-02-12Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier