]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-07-17  Melanie PlagemanTurn visibilitymap_clear() Assert back into an error
2026-07-17  Tom LaneRevert "Add GROUP BY ALL".
2026-07-17  Peter GeogheganFix GiST index-only scan column alignment issue.
2026-07-17  Andres Freundci: Generate crashlogs on Windows
2026-07-17  Andres Freundci: Use optimized build for mingw
2026-07-17  Andres Freundmeson: Fix ccache issues when using precompiled headers...
2026-07-17  Peter Eisentrautdoc: Fix SQL quoting in example
2026-07-17  Daniel GustafssonFix truncation rules for base64 encoding
2026-07-17  Fujii MasaoRestrict pg_stat_io entries for data checksum processes
2026-07-17  Amit KapilaDoc: Clarify DROP SUBSCRIPTION behavior after SET ...
2026-07-16  Peter GeogheganFix wrong variable offset sanity check.
2026-07-16  Michael PaquierRemove SQL function getpgusername()
2026-07-16  Peter GeogheganUse fake LSNs consistently in hash index AM.
2026-07-16  Masahiko Sawadapg_controldata: Show logical decoding status.
2026-07-16  Masahiko SawadaCorrect logical decoding status at end of recovery...
2026-07-16  Masahiko SawadaReject infinite and out-of-range interval shifts in...
2026-07-16  Tom LaneIn transformIndexStmt, transform index expressions...
2026-07-16  Fujii MasaoHandle concurrent sequence drops during synchronization
2026-07-16  Fujii Masaopostgres_fdw: stabilize terminated-connection regressio...
2026-07-16  Daniel Gustafssondoc: Fix link text for data checksums
2026-07-16  Peter EisentrautRevert "Make PL/Tcl require Tcl 8.6 or later"
2026-07-16  Peter EisentrautRequire ICU 55 or later
2026-07-16  Peter EisentrautMake PL/Tcl require Tcl 8.6 or later
2026-07-16  Peter EisentrautDrop support for _MSC_VER less than 1933
2026-07-16  Peter EisentrautRaise requirement to Visual Studio 2022
2026-07-16  Fujii MasaoCheck CREATE_REPLICATION_SLOT response shape in libpqwa...
2026-07-16  Fujii Masaodoc: Mention REPACK in MAINTAIN privilege descriptions
2026-07-16  Fujii Masaodoc: Fix log_parameter_max_length docs to reference...
2026-07-15  Melanie PlagemanTest that VM clear registers VM buffers
2026-07-15  Melanie PlagemanFix VM clear WAL logging by registering VM blocks
2026-07-15  Melanie PlagemanMake VM clear take a RelFileLocator and not fake relcache
2026-07-15  Melanie PlagemanIntroduce macros for WAL block reference IDs of some...
2026-07-15  Melanie PlagemanInclude last block in FSM vacuum of bulk extended relation
2026-07-15  Daniel Gustafssonpgbench: Fix incorrect parameter name in error message
2026-07-15  Jeff DavisFix like_fixed_prefix_ci() selectivity.
2026-07-15  Robert HaasAdd additional sanity checks when reading a blkreftable.
2026-07-15  Fujii MasaoFix argument names in pg_clear_attribute_stats() errors
2026-07-15  Amit KapilaReject concurrent sequence refreshes.
2026-07-15  Peter EisentrautAdd assertion about ssize_t narrowing in AIO code
2026-07-15  Peter EisentrautClean up write() return type
2026-07-15  Peter EisentrautClean up read() return type
2026-07-15  Peter EisentrautClean up secure_read()/secure_write() return type
2026-07-15  Michael PaquierRework pgstat_write_statsfile() in combination with...
2026-07-15  Michael PaquierInclude check on polpermissive relcache for policies
2026-07-15  Richard GuoStrip removed-relation references from PHVs in join...
2026-07-14  Michael PaquierRevert "Rename routines for write/read of pgstats file"
2026-07-14  Alexander Korotkovpostgres_fdw: don't push down non-relabeling ArrayCoerc...
2026-07-14  Alexander KorotkovRemove unreachable error check in JSON_TABLE plan transform
2026-07-14  Alexander KorotkovAvoid redundant re-evaluation of JSON_TABLE nested...
2026-07-14  Alexander KorotkovFix and polish JSON_TABLE documentation
2026-07-14  Alexander KorotkovMake JSON_TABLE generated path names avoid collisions
2026-07-14  Alexander KorotkovFix JSON_TABLE PLAN deparse to keep parentheses around...
2026-07-14  Alexander KorotkovRevert cascading of JSON_TABLE's ON ERROR
2026-07-14  Peter EisentrautReplace __builtin_types_compatible_p with _Generic
2026-07-13  Michael PaquierAdd recovery test for missing redo segment with backup_...
2026-07-13  Peter EisentrautMake blkreftable API use size_t/ssize_t consistently
2026-07-13  Peter EisentrautClean up copy_file_range() return type
2026-07-13  Peter EisentrautClean up readlink() return type
2026-07-13  Peter EisentrautMove Windows ssize_t definition earlier
2026-07-13  Peter EisentrautSome const qualifications added in passing
2026-07-13  Amit KapilaDon't show tables redundantly when their schema is...
2026-07-13  Michael PaquierAdd recovery/startup test with backup_label and missing...
2026-07-11  Tomas VondraShorten pg_attribute_always_inline to pg_always_inline
2026-07-11  Peter EisentrautFix for loop variables used with lengthof
2026-07-11  Peter EisentrautFix for loop variables
2026-07-10  Melanie PlagemanUpdate FSM after updating VM on-access
2026-07-10  Andres Freundbufmgr: Fix order of operations in UnlockBufHdrExt
2026-07-10  Álvaro HerreraDon't lock tables in get_tables_to_repack()
2026-07-10  Fujii MasaoFix data checksum processing for temp relations and...
2026-07-10  Fujii MasaoFix data checksum progress counter initialization
2026-07-10  Fujii Masaopostgres_fdw: Mark statistics import helpers as static
2026-07-10  Peter EisentrautForbid FOR PORTION OF on views with INSTEAD OF triggers
2026-07-10  Etsuro Fujitapostgres_fdw: Remove SPI from postgresImportForeignStat...
2026-07-09  Fujii MasaoSimplify truncate_query_log() callers
2026-07-09  Fujii MasaoImprove log_statement_max_length truncation reporting
2026-07-09  Alexander KorotkovBump catversion for JSON_TABLE PLAN clause
2026-07-09  Nathan BossartRemove WaitEventCustomCounterData.
2026-07-09  Heikki Linnakangaslibpq: Make error checks in the new buffer draining...
2026-07-09  Heikki Linnakangasssl: Include limits.h to get INT_MAX when using LibreSSL
2026-07-09  Heikki LinnakangasFix advertising autovacuum launcher's ProcNumber
2026-07-09  Alexander KorotkovJSON_TABLE PLAN clause
2026-07-09  Peter EisentrautProhibit locking clauses on GRAPH_TABLE
2026-07-09  Peter EisentrautFix outdated comment
2026-07-09  Michael PaquierReject incorrect range_bounds_histograms in stats impor...
2026-07-09  Amit KapilaDoc: Clarify sequence synchronization commands.
2026-07-09  Richard GuoAdd an enable_groupagg GUC parameter
2026-07-09  Fujii Masaodoc: Fix data checksum progress reporting documentation
2026-07-08  David RowleyTidy up datatype usage in test_random_offset_operations()
2026-07-08  Alexander KorotkovDon't create SPLIT/MERGE partitions as internal relations
2026-07-08  Nathan BossartRemove the refint extension.
2026-07-08  Dean RasheedFix RETURNING OLD with BEFORE UPDATE trigger and concur...
2026-07-08  Alexander KorotkovMove WAIT_FOR_WAL_* wait events from Client to IPC...
2026-07-08  Peter EisentrautWhole-row fixes for ALTER COLUMN SET EXPRESSION
2026-07-08  Heikki LinnakangasRefactor how some aux processes advertise their ProcNumber
2026-07-08  Heikki LinnakangasRemove sketchy TerminateThread() call on Ctrl-C on...
2026-07-08  David RowleyIntroduce bms_offset_members() function
2026-07-08  Fujii MasaoAdd hints for sequence synchronization permission warnings
2026-07-08  Fujii Masaodoc: Clarify pg_get_sequence_data() NULL-return cases
2026-07-08  Peter EisentrautResolve unknown-type literals in property expressions
2026-07-08  Peter EisentrautFix replace_property_refs() ignoring the root of expres...
next