postgresql.git
2025-02-21 Masahiko Sawadapg_upgrade: Add --set-char-signedness to set the defaul...
2025-02-21 Masahiko Sawadapg_upgrade: Preserve default char signedness value...
2025-02-21 Masahiko Sawadapg_resetwal: Add --char-signedness option to change...
2025-02-21 Masahiko SawadaAdd default_char_signedness field to ControlFileData.
2025-02-21 Bruce Momjiandoc: clarify default checksum behavior in non-master...
2025-02-21 Bruce Momjiandoc: remove non-breaking space in SGML files, causes...
2025-02-21 Andres FreundMake test portlock logic work with meson
2025-02-21 Michael PaquierFix cross-version upgrades with XMLSERIALIZE(NO INDENT)
2025-02-21 Peter EisentrautSupport text position search functions with nondetermin...
2025-02-21 Daniel Gustafssondoc: Add links to olsen93 and ong90 in bibliography
2025-02-21 Amit KapilaFix a WARNING for data origin discrepancies.
2025-02-21 Michael PaquierAdd missing deparsing of [NO] IDENT to XMLSERIALIZE()
2025-02-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-21 Peter Eisentrautbackend launchers void * arguments for binary data
2025-02-21 Jeff DavisFix for pg_restore_attribute_stats().
2025-02-21 Michael Paquierpsql: Add support for pipelines
2025-02-21 Michael PaquierAdd braces for if block with large comment in psql...
2025-02-20 Daniel GustafssonAdd missing entry to oauth_validator test .gitignore
2025-02-20 Peter EisentrautRemove various unnecessary (char *) casts
2025-02-20 Jeff DavisTrial fix for old cross-version upgrades.
2025-02-20 Andrew DunstanIgnore blank lines in pgindent exclude files
2025-02-20 Daniel Gustafssoncirrus: Temporarily fix libcurl link error
2025-02-20 Daniel GustafssonAdd support for OAUTHBEARER SASL mechanism
2025-02-20 Jeff DavisTransfer statistics during pg_upgrade.
2025-02-20 Amit KapilaImprove errdetail message added by ac0e33136a.
2025-02-20 Amit LangoteDon't lock partitions pruned by initial pruning
2025-02-20 Amit KapilaInclude schema/table publications even with exclude...
2025-02-20 Michael Paquierdoc: Fix typo in section "WAL configuration"
2025-02-20 Michael Paquierdoc: Add details about object "wal" in pg_stat_io
2025-02-20 Michael Paquierdoc: Recommend pg_stat_io rather than pg_stat_wal in...
2025-02-20 Michael PaquierFix FATAL message for invalid recovery timeline at...
2025-02-20 Andres Freundpgbench: Increase RLIMIT_NOFILE if necessary
2025-02-20 Michael Paquiertest_escape: Fix output of --help
2025-02-19 Tomas VondraCorrect relation size estimate with low fillfactor
2025-02-19 Tom LaneAssert that ExecOpenIndices and ExecCloseIndices are...
2025-02-19 Tom LaneFix crash in brininsertcleanup during logical replication.
2025-02-19 Tomas VondraConsider BufFiles when adjusting hashjoin parameters
2025-02-19 Andres Freundtests: BackgroundPsql: Fix potential for lost errors...
2025-02-19 Álvaro HerreraAdd ATAlterConstraint struct for ALTER .. CONSTRAINT
2025-02-19 Alexander KorotkovImprove statistics estimation for single-column GROUP...
2025-02-19 Amit KapilaAdd a test for commit ac0e33136a using the injection...
2025-02-19 Michael PaquierAdd support for LIKE in CREATE FOREIGN TABLE
2025-02-19 Amit Langotedoc: Fix some issues with JSON_TABLE() examples
2025-02-19 Amit KapilaInvalidate inactive replication slots.
2025-02-19 Tom LaneUpdate to latest Snowball sources.
2025-02-19 Richard GuoFix unsafe access to BufferDescriptors
2025-02-19 Richard GuoFix freeing a child join's SpecialJoinInfo
2025-02-19 Michael Paquiertest_escape: Fix handling of short options in getopt_long()
2025-02-18 Michael PaquierMake the description of some GUCs more consistent
2025-02-18 Bruce Momjiandoc: add example of sign mismatch with POSIX/ISO-8601...
2025-02-18 Jeff DavisUpdate outdated comments in nodeAgg.c.
2025-02-18 Melanie PlagemanReduce scope of heap vacuum per_buffer_data
2025-02-18 Daniel GustafssonAdd PGErrorVerbosity to typedefs.list
2025-02-18 David RowleyFix poorly written regression test
2025-02-18 Amit KapilaRaise a WARNING for max_slot_wal_keep_size in pg_create...
2025-02-18 John NaylorSpecialize intarray sorting
2025-02-18 Amit KapilaDoc: Improve pg_replication_slots.inactive_since descri...
2025-02-18 Thomas MunroFix typo in 2a8a0067.
2025-02-17 Daniel GustafssonFix translator notes in comments
2025-02-17 Tomas VondraAdd tab completion for ALTER USER/ROLE RESET
2025-02-17 Tomas VondraAdd tab completion for ALTER DATABASE RESET
2025-02-17 Alexander KorotkovImplement Self-Join Elimination
2025-02-17 Alexander KorotkovRevert: Get rid of WALBufMappingLock
2025-02-17 Amit LangoteFix an oversight in cbc127917 to handle MERGE correctly
2025-02-17 Michael PaquierAdd information about WAL buffers full to VACUUM/ANALYZ...
2025-02-17 Michael PaquierAdd information about WAL buffers being full to EXPLAIN...
2025-02-17 Michael Paquierpg_stat_statements: Add wal_buffers_full
2025-02-17 Michael PaquierMove wal_buffers_full from PgStat_PendingWalStats to...
2025-02-17 Alexander KorotkovGet rid of WALBufMappingLock
2025-02-17 Richard GuoAdjust tuples estimate for appendrels
2025-02-16 Tom LaneIn fmtIdEnc(), handle failure of enlargePQExpBuffer().
2025-02-15 Tom LaneMake escaping functions retain trailing bytes of an...
2025-02-15 Thomas MunroFix explicit valgrind interaction in read_stream.c.
2025-02-14 Andres FreundFix PQescapeLiteral()/PQescapeIdentifier() length handling
2025-02-14 Nathan BossartAdd delay time to VACUUM/ANALYZE (VERBOSE) and autovacu...
2025-02-14 Daniel Gustafssonpgcrypto: Add support for CFB mode in AES encryption
2025-02-14 Nathan BossartUse PqMsg_Progress macro in HandleParallelMessage().
2025-02-14 Melanie PlagemanUse streaming read I/O in VACUUM's third phase
2025-02-14 Melanie PlagemanUse streaming read I/O in VACUUM's first phase
2025-02-14 Melanie PlagemanConvert heap_vac_scan_next_block() boolean parameters...
2025-02-14 Nathan BossartDescribe special values in GUC descriptions more consis...
2025-02-14 Daniel GustafssonFix assertion on dereferenced object
2025-02-14 Thomas MunroRemove obsolete comment.
2025-02-13 Nathan BossartRemove unused parameter from execute_extension_script().
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-13 Peter EisentrautXLogRegisterData, XLogRegisterBufData void * argument...
2025-02-13 Michael PaquierFix MakeTransitionCaptureState() to return a consistent...
2025-02-13 Masahiko SawadaRename RBTXN_PREPARE to RBTXN_IS_PREPARE for better...
2025-02-13 Masahiko SawadaSkip logical decoding of already-aborted transactions.
2025-02-12 Nathan BossartRemove unneeded volatile qualifier in fmgr.c.
2025-02-12 Tom LaneClean up impenetrable logic in pg_basebackup/receivelog.c.
2025-02-12 Tom LaneFix minor memory leaks in pg_dump.
2025-02-12 Andres Freundci: Collect core files on NetBSD and OpenBSD
2025-02-12 Andres Freundci: Test NetBSD and OpenBSD
2025-02-12 Andres Freundmeson: Fix failure to detect bsd_auth.h presence
2025-02-12 Michael PaquierFix issue in recovery test 041_checkpoint_at_promote
2025-02-12 Michael PaquierFix some inconsistencies with memory freeing in pg_crea...
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [checksum]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [string]
next