]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
12 days ago  Fujii MasaoAdd log_statement_max_length GUC to limit logged statem...
13 days ago  Robert Haaspg_plan_advice: Don't generate FOREIGN_JOIN advice...
13 days ago  Nathan BossartAdd commit d69fdf79b8 to .git-blame-ignore-revs.
13 days ago  Nathan BossartRun pgindent and pgperltidy for previous 3 commits.
13 days ago  Nathan BossartRemove psql support for pre-v10 servers.
13 days ago  Nathan BossartRemove pg_upgrade support for upgrading from pre-v10...
13 days ago  Nathan BossartRemove pg_dump/pg_dumpall support for dumping from...
13 days ago  John NaylorUse ssup_datum_*_cmp in more places
13 days ago  Michael Paquiertest_custom_stats: Fail if loading module outside share...
13 days ago  John NaylorFix loss of precision in pg_stat_us_to_ms()
13 days ago  John NaylorRemove stale comment
13 days ago  Amit KapilaExpand comment on the slot recheck in drop_local_obsole...
13 days ago  Michael PaquierFix jsonpath .decimal() to honor silent mode
13 days ago  Amit Kapilapgindent fix for commit a5918fddf1.
13 days ago  Amit KapilaAllow logical replication conflicts to be logged to...
13 days ago  Michael PaquierAdd system view pg_stat_kind_info
2026-07-01  Masahiko SawadaAdd min() and max() aggregate support for uuid.
2026-07-01  Tom LaneFix macro-redefinition warning introduced by aeb07c55f.
2026-07-01  Tom Lanebtree_gist: fix NaN handling in float4/float8 opclasses.
2026-07-01  Nathan Bossartdoc: Fix pg_stat_autovacuum_scores descriptions.
2026-07-01  Tom LaneImprove the names generated for indexes on expressions.
2026-07-01  Tom LaneSync our copy of the timezone library with IANA release...
2026-07-01  Tom LaneFix CPU-identification macros for RISC-V.
2026-07-01  Fujii MasaoClear base backup progress on backup failure
2026-07-01  Fujii MasaoWarn on password auth with MD5-encrypted passwords
2026-07-01  Peter EisentrautFix mismatched deallocation functions
2026-07-01  Peter EisentrautSplit dry-run messages into primary and detail
2026-07-01  Peter EisentrautDon't cast off_t to 32-bit type for output, bug fix
2026-07-01  Peter EisentrautUse C11 alignas instead of pg_attribute_aligned
2026-07-01  Richard GuoImprove UNION's output row count estimate
2026-07-01  Michael PaquierAvoid useless calls in pg_get_multixact_stats()
2026-07-01  John NaylorDocument wal_compression=on
2026-07-01  Michael Paquierdoc: Add new section describing fast-path locking
2026-06-30  Thomas MunroRemove radius from initdb authentication methods.
2026-06-30  Tom LaneDisallow set-returning functions within window OVER...
2026-06-30  Alexander Korotkovdoc: clarify MERGE PARTITIONS adjacency requirement
2026-06-30  Tom LaneClean up inconsistencies in CPU-identification macros.
2026-06-30  Nathan BossartRemove pg_spin_delay().
2026-06-30  Peter EisentrautMake SPI_prepare argtypes argument const
2026-06-30  Peter EisentrautFixes for SPI "const Datum *" use
2026-06-30  Michael PaquierAdd backend-level lock statistics
2026-06-30  Michael PaquierRefactor pg_stat_get_lock() to use a helper function
2026-06-30  Michael PaquierUse placeholders and not GUC names in error message...
2026-06-30  Michael PaquierChange stat_lock.wait_time to double precision
2026-06-30  Noah MischRestore comment at appendShellString().
2026-06-30  Fujii Masaobufmgr: Fix race in LockBufferForCleanup()
2026-06-30  Fujii MasaoRemove stray blank line in ParseFuncOrColumn()
2026-06-29  Fujii MasaoFix unlogged sequence corruption after standby promotion
2026-06-29  Michael PaquierSimplify some stats restore code with InputFunctionCall...
2026-06-29  Joe ConwayStamp HEAD as 20devel.
2026-06-29  Joe ConwayAdd previous 2 commits to .git-blame-ignore-revs.
2026-06-29  Joe ConwayRun pgperltidy
2026-06-29  Joe ConwaySync typedefs.list with the buildfarm.
2026-06-29  Peter EisentrautFix typo
2026-06-29  Peter EisentrautForbid FOR PORTION OF with WHERE CURRENT OF
2026-06-29  Peter EisentrautFix handling of copy_file_range() return value
2026-06-29  Michael Paquierdoc: Reorder table for Object DDL Functions
2026-06-29  Richard Guoplpython: Fix NULL pointer dereferences for broken...
2026-06-29  Amit LangoteHardwire RI fast-path end-of-xact cleanup into xact.c
2026-06-28  Daniel Gustafssondoc: Improve consistency in varlistentry attributes
2026-06-28  Tom LaneAvoid collation lookup failure when considering a ...
2026-06-28  Andrew DunstanUse named boolean parameters for pg_get_*_ddl option...
2026-06-28  Andrew Dunstanpgindent fix for commit effb923d9de
2026-06-27  Andrew Dunstandoc: Clarify ALTER CONSTRAINT enforceability behavior
2026-06-27  Andrew Dunstandoc: Clarify inherited constraint behavior
2026-06-27  Andrew DunstanPrevent inherited CHECK constraints from being weakened
2026-06-27  Andrew DunstanCOPY TO FORMAT JSON: respect column list order
2026-06-27  Peter EisentrautReject child partition FDWs in FOR PORTION OF
2026-06-27  Peter EisentrautMove FOR PORTION OF volatile check into planner
2026-06-27  Michael PaquierSwitch maximum of GUC huge_page_size to MAX_KILOBYTES
2026-06-26  Álvaro HerreraMake crosstabview honor boolean/null display settings
2026-06-26  Tomas VondraFix out-of-bounds access in autoprewarm worker
2026-06-26  Tomas VondraImprove docs for EXPLAIN (IO)
2026-06-26  Alexander KorotkovTake into account default_tablespace during MERGE/SPLIT...
2026-06-26  Michael Paquierdoc: Improve description of pg_get_multixact_stats()
2026-06-25  Masahiko SawadaMark uuid-to-bytea cast as leakproof.
2026-06-25  Tom LaneFix null-pointer crash in ECPG compiler.
2026-06-25  Peter EisentrautMessage and comment wording fixes
2026-06-25  Peter Eisentrautdoc: Some spell checking
2026-06-25  Peter EisentrautFix options listing of pg_test_timing --cutoff
2026-06-24  Melanie Plagemanpg_stat_io: Don't flag extends by autovacuum launcher
2026-06-24  Fujii Masaopsql: Add tab completion for subscription wal_receiver_...
2026-06-24  Peter EisentrautRemove extraneous newlines from guc_parameters.dat
2026-06-24  Heikki LinnakangasDistinguish datacheckums worker invocations more reliably
2026-06-24  Heikki LinnakangasMinor cleanup around checking datachecksum worker result
2026-06-24  Heikki LinnakangasAvoid leaving DataChecksumState->worker_pid to an old...
2026-06-24  Heikki LinnakangasMisc cleanup in datachecksums_state.[ch]
2026-06-24  Michael PaquierFix set of typos and grammar mistakes
2026-06-24  Fujii MasaoRefine error reporting for null treatment on non-window...
2026-06-24  Richard Guoplperl: Fix NULL pointer dereference for forged array...
2026-06-23  Amit LangoteRe-index ModifyTable FDW arrays when pruning result...
2026-06-23  Jeff DavisNail pg_parameter_acl in relcache.
2026-06-23  Tom LaneFix incorrect declarations of variadic pg_get_*_ddl...
2026-06-23  Tom Lanepsql: Tighten heuristics for BEGIN/END within CREATE...
2026-06-23  Michael Paquierdoc: Describe better handling of indexes in ALTER TABLE...
2026-06-23  Peter EisentrautReadable identity strings for property graph objects
2026-06-22  Michael Paquierdoc: Update pg_dump/dumpall/upgrade about handling...
2026-06-22  Tom LaneFix unsafe order of operations in ResourceOwnerReleaseA...
2026-06-22  Tom Lanepgcrypto: avoid recursive ResourceOwnerForget().
2026-06-22  Richard GuoStrip removed-relation references from PlaceHolderVars...
next