]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-09-25  Daniel GustafssonRemove preprocessor guards from injection points
2025-09-25  Álvaro HerreraDon't include execnodes.h in replication/conflict.h
2025-09-24  Daniel Gustafssondoc: Remove trailing whitespace in xref
2025-09-24  Daniel GustafssonFix incorrect option name in usage screen
2025-09-24  Amit KapilaFix LOCK_TIMEOUT handling during parallel apply.
2025-09-23  Michael PaquierFix meson build with -Duuid=ossp when using version...
2025-09-22  Tom LaneStamp 18.0. REL_18_0
2025-09-22  Peter EisentrautTranslation updates
2025-09-22  Daniel GustafssonRevert "doc: Remove trailing whitespace in xref"
2025-09-22  Daniel Gustafssondoc: Remove trailing whitespace in xref
2025-09-22  Michael PaquierRevert "Fix meson build with -Duuid=ossp when using...
2025-09-21  Michael PaquierFix meson build with -Duuid=ossp when using version...
2025-09-19  Nathan BossartAdd list of major features to the v18 release notes.
2025-09-19  Peter EisentrautAdd list of acknowledgments to release notes
2025-09-19  David RowleyImprove wording in a few comments
2025-09-19  Amit LangoteFix EPQ crash from missing partition pruning state...
2025-09-18  Bruce Momjiandoc PG 18 relnotes: set release date, remove "CURRENT...
2025-09-18  Bruce Momjiandoc PG 18 relnotes: update description of skip scan...
2025-09-18  Fujii Masaopg_restore: Fix security label handling with --no-publi...
2025-09-17  Tom LaneCalculate agglevelsup correctly when Aggref contains...
2025-09-17  Michael Paquierinjection_points: Fix incrementation of variable-number...
2025-09-17  Michael PaquierFix shared memory calculation size of PgAioCtl
2025-09-17  David RowleyAdd missing EPQ recheck for TID Range Scan
2025-09-16  David RowleyAdd missing EPQ recheck for TID Scan
2025-09-16  Tom LaneAdd regression expected-files for older OpenSSL in...
2025-09-16  Tom LaneRevert "Avoid race condition between "GRANT role" and...
2025-09-16  Noah MischFix pg_dump COMMENT dependency for separate domain...
2025-09-16  Bruce Momjiandoc PG 18 relnotes: add mention of temporal foreign...
2025-09-16  Tom LaneAdd regression expected-files for older OpenSSL in...
2025-09-16  Richard GuoTreat JsonConstructorExpr as non-strict
2025-09-16  Peter EisentrautMove pg_int64 back to postgres_ext.h
2025-09-16  Fujii Masaopg_dump: Fix dumping of security labels on subscription...
2025-09-16  Peter EisentrautFix incorrect const qualifier
2025-09-16  Fujii Masaopg_restore: Fix comment handling with --no-policies.
2025-09-16  Fujii Masaopg_restore: Fix comment handling with --no-publications...
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...
next