postgresql.git
2025-09-15 Peter EisentrautExpand virtual generated columns in constraint expressions
2025-09-15 Peter EisentrautCREATE STATISTICS: improve misleading error message
2025-09-15 Peter Eisentrautjit: fix build with LLVM-21
2025-09-15 Peter EisentrautHide duplicate names from extension views
2025-09-14 Peter Geoghegannbtree: Always set skipScan flag on rescan.
2025-09-13 Tom LaneAmend recent fix for SIMILAR TO regex conversion.
2025-09-13 Nathan BossartAdd commit 17a5ca58eb to .git-blame-ignore-revs.
2025-09-13 Nathan BossartRe-pgindent nbtpreprocesskeys.c after commit 796962922e.
2025-09-12 Tom LaneFix oversights in pg_event_trigger_dropped_objects...
2025-09-12 Peter GeogheganAlways commute strategy when preprocessing DESC keys.
2025-09-12 Andres Freundci: openbsd: Increase RAM disk's size
2025-09-12 Peter EisentrautSilence compiler warnings on clang 21
2025-09-11 Tom LaneReport the correct is_temporary flag for column defaults.
2025-09-11 Peter EisentrautRemove stray semicolon at global scope
2025-09-11 Michael PaquierFix description of WAL record blocks in hash_xlog.h
2025-09-11 Michael PaquierFix incorrect file reference in guc.h
2025-09-10 Tom LaneFix memory leakage in nodeSubplan.c.
2025-09-10 Nathan Bossartmeson: Build numeric.c with -ftree-vectorize.
2025-09-10 Peter EisentrautFix CREATE TABLE LIKE with not-valid check constraint
2025-09-09 Jeff Davismeson: build checksums with extra optimization flags.
2025-09-09 Michael PaquierFix leak with SMgrRelations in startup process
2025-09-09 Nathan BossartFix documentation for shmem_startup_hook.
2025-09-08 Michael PaquierFix corruption of pgstats shared hashtable due to OOM...
2025-09-08 Michael PaquierUpdate parser README to include parse_jsontable.c
2025-09-05 Dean RasheedFix concurrent update issue with MERGE.
2025-09-05 Michael PaquierFix outdated comments in slru.c
2025-09-04 Dean RasheedFix replica identity check for MERGE.
2025-09-04 Dean RasheedFix replica identity check for INSERT ON CONFLICT DO...
2025-09-03 Michael PaquierFix incorrect comment in pgstat_backend.c
2025-09-03 Richard GuoFix planner error when estimating SubPlan cost
2025-09-03 Amit KapilaFix use-after-free issue in slot synchronization.
2025-09-03 Michael Paquierlibpq: Fix PQtrace() format for non-printable characters
2025-09-03 Michael PaquierUpdate outdated references to the SLRU ControlLock
2025-09-01 Tom LaneStamp 18rc1. REL_18_RC1
2025-09-01 Peter EisentrautTranslation updates
2025-08-30 Bruce Momjiandoc PG 18 relnotes: adjust attribution for commit...
2025-08-30 Bruce Momjiandoc PG 18 relnotes: add attribution and rewrite text...
2025-08-29 Bruce Momjiandoc PG 18 relnotes: update to current
2025-08-29 Daniel Gustafssonpg_dump: Fix compression API errorhandling
2025-08-29 Tom LaneFix .gitignore for src/interfaces/libpq-oauth.
2025-08-29 David RowleyFix possible use after free in expand_partitioned_rtentry()
2025-08-29 รlvaro HerreraCREATE STATISTICS: improve misleading error message
2025-08-29 Peter Eisentrautdoc PG 18 relnotes: Add migration note about tsearch
2025-08-29 Richard GuoFix semijoin unique-ification for child relations
2025-08-29 Masahiko SawadaUse LW_SHARED in walsummarizer.c for WALSummarizerLock...
2025-08-28 Tom LaneFix "variable not found in subplan target lists" in...
2025-08-28 Peter EisentrautMessage style improvements
2025-08-27 Andres Freundaio: Stop using enum bitfields due to bad code generation
2025-08-27 Peter EisentrautPut back intra-grant-inplace.spec test coverage
2025-08-27 Peter EisentrautImprove objectNamesToOids() comment
2025-08-27 Peter EisentrautFix: Don't strip $libdir from nested module_pathnames
2025-08-27 Jeff DavisCheck for more Unicode functions during upgrade.
2025-08-26 Jacob Championoauth: Explicitly depend on -pthread
2025-08-26 Peter EisentrautMessage style improvements
2025-08-26 Nathan BossartDocument privileges required for vacuumdb --missing...
2025-08-26 Tom LanePut "excludeOnly" GIN scan keys at the end of the scank...
2025-08-26 Tom LaneDo CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
2025-08-26 Alexander KorotkovImprove RowMark handling during Self-Join Elimination
2025-08-26 Alexander KorotkovRefactor variable names in remove_self_joins_one_group()
2025-08-25 Peter EisentrautMessage wording improvements
2025-08-25 Jacob Championoauth: Always link with -lm for floor()
2025-08-23 Noah MischRewrite previous commit's test for TestUpgradeXversion...
2025-08-23 Noah MischSort DO_DEFAULT_ACL dump objects independent of OIDs.
2025-08-22 Alexander KorotkovRevert "Get rid of WALBufMappingLock"
2025-08-22 Nathan Bossartvacuumdb: Fix --missing-stats-only with virtual generat...
2025-08-22 Heikki LinnakangasRevert unnecessary check for NULL
2025-08-22 Heikki Linnakangaslibpq: Be strict about cancel key lengths
2025-08-22 Heikki Linnakangaslibpq: Handle OOM by disconnecting instead of hanging...
2025-08-22 Heikki LinnakangasRevert GetTransactionSnapshot() to return historic...
2025-08-22 Amit KapilaDoc: Fix typo in logicaldecoding.sgml.
2025-08-22 Michael PaquierIgnore temporary relations in RelidByRelfilenumber()
2025-08-21 Peter EisentrautUse consistent type for pgaio_io_get_id() result
2025-08-21 Michael Paquierdoc: Improve description of wal_compression
2025-08-20 Tom LaneFix re-execution of a failed SQLFunctionCache entry.
2025-08-20 Michael PaquierFix assertion failure with replication slot release...
2025-08-19 Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in contrib/pg_buffercache...
2025-08-19 Amit KapilaFix self-deadlock during DROP SUBSCRIPTION.
2025-08-18 Tom LaneFix missing "use Test::More" in Kerberos.pm.
2025-08-17 Etsuro FujitaUpdate obsolete comments in ResultRelInfo struct.
2025-08-15 Masahiko SawadaFix constant when extracting timestamp from UUIDv7.
2025-08-15 Peter EisentrautFix git whitespace warning
2025-08-15 David RowleyFix invalid format string in HASH_DEBUG code
2025-08-15 David RowleyFix failing -D HASH_STATISTICS builds
2025-08-14 Andres Freundci: Simplify ci-os-only handling
2025-08-14 Andres Freundci: Per-repo configuration for manually trigger tasks
2025-08-14 Michael PaquierFix compilation warning with SerializeClientConnectionI...
2025-08-13 Andres Freundci: windows: Stop using DEBUG:FASTLINK
2025-08-13 Tom LaneDon't treat EINVAL from semget() as a hard failure.
2025-08-13 Michael Paquierpostgres_fdw: Fix tests with ANALYZE and remote sampling
2025-08-11 Tom LaneStamp 18beta3. REL_18_BETA3
2025-08-11 Nathan BossartRestrict psql meta-commands in plain-text dumps.
2025-08-11 Noah MischConvert newlines to spaces in names written in v11...
2025-08-11 Peter EisentrautTranslation updates
2025-08-11 Dean RasheedFix security checks in selectivity estimation functions.
2025-08-10 Noah MischRemove, from stable branches, the new assertion of...
2025-08-09 Thomas MunroFix rare bug in read_stream.c's split IO handling.
2025-08-08 Peter Eisentrautpostgres_fdw and dblink should check if backend has...
2025-08-08 Jacob Championoauth: Track total call count during a client flow
2025-08-08 Jacob Championoauth: Remove expired timers from the multiplexer
2025-08-08 Jacob Championoauth: Ensure unused socket registrations are removed
next