]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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]
2025-02-12  John NaylorDoc: Fix punctuation errors
2025-02-11  Nathan BossartAdd cost-based vacuum delay time to progress views.
2025-02-11  Nathan BossartAdd is_analyze parameter to vacuum_delay_point().
2025-02-11  Melanie PlagemanLimit pgbench COPY FREEZE to ordinary relations
2025-02-11  Jeff DavisInjection points for hash aggregation.
2025-02-11  Melanie PlagemanEagerly scan all-visible pages to amortize aggressive...
2025-02-11  Andres Freundconfig: Rename "Asynchronous Behavior" to "I/O"
2025-02-11  Andres Freundconfig: Split "Worker Processes" out of "Asynchronous...
2025-02-11  Tom LaneAllow extension functions to participate in in-place...
2025-02-11  Tom LaneImplement new optimization rule for updates of expanded...
2025-02-11  Tom LaneDetect whether plpgsql assignment targets are "local...
2025-02-11  Tom LanePreliminary refactoring of plpgsql expression construction.
2025-02-11  Tom LaneRefactor pl_funcs.c to provide a usage-independent...
2025-02-11  Peter EisentrautReplace AssertMacro() with Assert() when not in macro
2025-02-10  Michael PaquierFix indentation of comment in plannodes.h
2025-02-10  Tom LaneAdapt appendPsqlMetaConnect() to the new fmtId() encodi...
2025-02-10  Jeff DavisLock table in ShareUpdateExclusive when importing index...
2025-02-10  Andres FreundFix type in test_escape test
2025-02-10  Andres Freunddocs: EUC_TW can be up to four bytes wide, not three
2025-02-10  Andres FreundAdd test of various escape functions
2025-02-10  Andres FreundFix handling of invalidly encoded data in escaping...
2025-02-10  Andres FreundSpecify the encoding of input to fmtId()
2025-02-10  Andres FreundAdd pg_encoding_set_invalid()
2025-02-10  Michael PaquierReformat node comments in plannodes.h
2025-02-09  Peter EisentrautCache NO ACTION foreign keys separately from RESTRICT...
2025-02-09  Peter EisentrautMake TLS write functions' buffer arguments pointers...
2025-02-09  Michael PaquierRefactor TAP test code for file comparisons into new...
2025-02-08  Tom LanePDF docs build: avoid spurious "warn" in build logs.
2025-02-07  Tom LaneFix pgbench performance issue induced by commit af35fe501.
2025-02-07  Tom LaneDoc: clarify behavior of timestamptz input some more.
2025-02-07  Peter EisentrautAllow non-btree speculative insertion indexes
2025-02-07  Peter EisentrautSupport non-btree indexes for foreign keys
2025-02-07  Peter EisentrautVirtual generated columns
2025-02-07  Amit LangoteTrack unpruned relids to avoid processing pruned relations
2025-02-07  Michael Paquierinjection_points: Tweak more permutation in isolation...
2025-02-07  Michael PaquierMove SQL tests of pg_stat_io for WAL data to recovery...
2025-02-06  Nathan BossartDisallow COPY FREEZE on foreign tables.
2025-02-06  Daniel Gustafssonlibpq: Handle asynchronous actions during SASL
2025-02-06  Daniel GustafssonRemove support for linking with libeay32 and ssleay32
2025-02-06  Nathan BossartFix autovacuum_vacuum_max_threshold's GUC description.
2025-02-06  Daniel Gustafssonpgcrypto: Remove static storage class from variables
2025-02-06  Michael Paquierinjection_points: Re-enable permutation in isolation...
2025-02-05  Nathan BossartIntroduce autovacuum_vacuum_max_threshold.
2025-02-05  Tom LaneShow more-intuitive titles for psql commands \dt, ...
2025-02-05  Daniel Gustafssondoc: Update links which returned 404
2025-02-05  Amit KapilaAvoid updating inactive_since for invalid replication...
2025-02-04  Andres Freundmeson: ci: ensure tests are built before running them
2025-02-04  Andres Freundmeson: Add missing dependencies for libpq tests
2025-02-04  Andres Freundmeson: Add missing dependencies to libpq_pipeline test
2025-02-04  Andres Freundmeson: Add test dependencies for test_json_parser
2025-02-04  Andres Freundmeson: Add pg_regress_ecpg to ecpg test dependencies
2025-02-04  Andres Freundmeson: Improve dependencies for tmp_install test target
2025-02-04  Andres Freundmeson: Narrow dependencies for 'install-quiet' target
2025-02-04  Alexander Korotkovpg_controldata: Fix possible errors on corrupted pg_control
2025-02-04  Alexander KorotkovAllow usage of match_orclause_to_indexcol() for joins
2025-02-04  Alexander KorotkovRevise the header comment for match_clause_to_indexcol()
2025-02-04  Nathan Bossartvacuumdb: Add missing PQfinish() calls to vacuum_one_da...
2025-02-04  Peter Eisentrautsepgsql: update TAP test to use fat comma style
2025-02-04  Michael PaquierAdd data for WAL in pg_stat_io and backend statistics
next