]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-10-30  Peter GeogheganFix bug in nbtree array primitive scan scheduling.
2024-10-30  Álvaro HerreraFix some more bugs in foreign keys connecting partition...
2024-10-30  Peter Eisentrautmeson: Add missing dependency to unicode test programs
2024-10-30  Amit KapilaReplicate generated columns when specified in the colum...
2024-10-29  Jeff DavisAdd missing CommandCounterIncrement() in stats import...
2024-10-29  Noah MischUnpin buffer before inplace update waits for an XID...
2024-10-29  Tom LaneUpdate time zone data files to tzdata release 2024b.
2024-10-29  David RowleyReduce variable scope and possibly useless palloc
2024-10-29  David RowleyDoc: add detail about EXPLAIN's "Disabled" property
2024-10-29  Peter EisentrautAdd missing FATAL => 'all' to a use warnings in Perl
2024-10-29  Michael Paquierdoc: Add better description for rewrite functions in...
2024-10-29  David RowleyDoc: clarify enable_indexscan=off also disabled Index...
2024-10-28  Michael PaquierFix dependency of partitioned table and table AM with...
2024-10-28  Nathan BossartEnsure we have a snapshot when updating pg_index in...
2024-10-28  Tom LaneUnify src/common/'s definitions of MaxAllocSize.
2024-10-28  Tom LaneGuard against enormously long input in pg_saslprep().
2024-10-28  Tom LaneStrip Windows newlines from extension script files...
2024-10-28  Peter EisentrautFix WAL_DEBUG build
2024-10-28  Peter Geoghegannbtree: Minor sibling link traversal tweaks.
2024-10-28  Heikki LinnakangasFix overflow in bsearch_arg() with more than INT_MAX...
2024-10-28  Heikki LinnakangasRestore missing line to copyright notice
2024-10-28  Peter EisentrautRemove unused #include's from contrib, pl, test .c...
2024-10-28  Amit KapilaChange the default value of the streaming option to...
2024-10-28  Michael PaquierSet query ID for inner queries of CREATE TABLE AS and...
2024-10-27  Peter GeogheganFix obsolete nbtree split buffer comment.
2024-10-27  Peter EisentrautRemove unused #include's from backend .c files
2024-10-25  Jeff DavisRefactor the code to create a pg_locale_t into new...
2024-10-25  Tom LaneRead extension script files in text not binary mode.
2024-10-25  Melanie PlagemanMake table_scan_bitmap_next_block() async-friendly
2024-10-25  Melanie PlagemanMove EXPLAIN counter increment to heapam_scan_bitmap_ne...
2024-10-25  Noah MischWAL-log inplace update before revealing it to other...
2024-10-25  Noah MischFor inplace update, send nontransactional invalidations.
2024-10-25  Daniel Gustafssondoc: Fix typo in pg_restore_*_stats function documentation
2024-10-25  Alexander KorotkovFix concurrrently in typcache_rel_type_cache.sql
2024-10-25  Amit KapilaDoc: Add a caution in alter publication.
2024-10-25  Tatsuo Ishiipgbench: Fix typo.
2024-10-25  Michael PaquierRefactor code converting a publication name List to...
2024-10-25  Michael PaquierAdd install rules for Kerberos.pm and AdjustUpgrade.pm
2024-10-25  Michael Paquierinjection_points: Disable one permutation in isolation...
2024-10-25  Richard GuoRemove the RTE_GROUP RTE if we drop the groupClause
2024-10-24  Jeff DavisAdd functions pg_restore_relation_stats(), pg_restore_a...
2024-10-24  Tom LaneGeneralize plpgsql's heuristic for importing expanded...
2024-10-24  Noah MischFix parallel worker tracking of new catalog relfilenumbers.
2024-10-24  Noah MischStop reading uninitialized memory in heap_inplace_lock().
2024-10-24  Fujii MasaoRefactor GetLockStatusData() to skip backends/groups...
2024-10-24  Daniel GustafssonSupport configuring TLSv1.3 cipher suites
2024-10-24  Daniel GustafssonSupport configuring multiple ECDH curves
2024-10-24  Daniel GustafssonRaise the minimum supported OpenSSL version to 1.1.1
2024-10-24  Daniel GustafssonHandle alphanumeric characters in matching GUC names
2024-10-24  Alexander KorotkovAdd 'no_error' argument to pg_wal_replay_wait()
2024-10-24  Alexander KorotkovRefactor WaitForLSNReplay() to return the result of...
2024-10-24  Alexander KorotkovMake WaitForLSNReplay() issue FATAL on postmaster death
2024-10-24  Alexander KorotkovMove LSN waiting declarations and definitions to better...
2024-10-24  Alexander KorotkovAvoid looping over all type cache entries in TypeCacheR...
2024-10-24  Alexander KorotkovUpdate header comment for lookup_type_cache()
2024-10-24  Michael PaquierTrack more precisely query locations for nested statements
2024-10-23  Jeff DavisImprove pg_set_attribute_stats() error message.
2024-10-23  Masahiko SawadaFix typo in tidstore.h.
2024-10-23  Jeff DavisAnother documentation fixup.
2024-10-23  Jeff DavisFix compiler warning.
2024-10-23  Jeff DavisDocumentation fixup.
2024-10-23  Daniel GustafssonFix incorrect struct reference in comment
2024-10-23  Daniel GustafssonMake SASL max message length configurable
2024-10-23  Daniel Gustafssondoc: Fix INSERT statement syntax for identity columns
2024-10-23  Amit LangoteRemove unnecessary word in a comment
2024-10-22  Michael Paquierecpg: Fix out-of-bound read in DecodeDateTime()
2024-10-22  Jeff DavisAdd functions pg_set_attribute_stats() and pg_clear_att...
2024-10-22  Jeff DavisChange pg_*_relation_stats() functions to return type...
2024-10-22  Tom LaneImprove reporting of errors in extension script files.
2024-10-22  Tom LaneImprove parser's reporting of statement start locations.
2024-10-22  Fujii Masaoecpg: Refactor ecpg_log() to skip unnecessary calls...
2024-10-22  Álvaro HerreraRestructure foreign key handling code for ATTACH/DETACH
2024-10-22  Alexander KorotkovMake all Perl warnings fatal in 043_wal_replay_wait.pl
2024-10-22  Peter EisentrautFix C23 compiler warning
2024-10-22  Michael Paquierpg_stat_statements: Add tests for nested queries with...
2024-10-21  Tom LaneFix wrong assertion and poor error messages in "COPY...
2024-10-21  Heikki LinnakangasUpdate outdated comment on WAL-logged locks with invali...
2024-10-21  Heikki LinnakangasFix race condition in committing a serializable transaction
2024-10-21  Michael PaquierFix grammar of a comment in bufmgr.c
2024-10-21  Michael Paquierinjection_points: Add basic isolation test
2024-10-20  Álvaro HerreraNote that index_name in ALTER INDEX ATTACH PARTITION...
2024-10-20  Amit LangoteSQL/JSON: Fix some oversights in commit b6e1157e7
2024-10-19  Tom LaneFix comment about pg_authid.
2024-10-18  Jeff DavisDisable autovacuum for tables in stats import tests.
2024-10-18  Jeff DavisAllow pg_set_relation_stats() to set relpages to -1.
2024-10-18  Peter GeogheganOptimize nbtree backwards scans.
2024-10-18  Nathan BossartAdjust documentation for configuring Linux huge pages.
2024-10-18  Peter EisentrautFix memory leaks from incorrect strsep() uses
2024-10-18  Peter EisentrautFix strsep() use for SCRAM secrets parsing
2024-10-18  Fujii MasaoRemove unused code for unlogged materialized views.
2024-10-18  Michael PaquierFix description of PostgreSQL::Test::Cluster::wait_for_...
2024-10-17  Jeff DavisImprove ThrowErrorData() comments for use with soft...
2024-10-17  Tom Laneecpg: fix more minor mishandling of bad input in prepro...
2024-10-17  Thomas MunroFix extreme skew detection in Parallel Hash Join.
2024-10-17  Peter EisentrautRemove superfluous forward declaration
2024-10-17  Peter EisentrautFix whitespace
2024-10-17  Peter EisentrautFix unnecessary casts of copyObject() result
2024-10-17  Peter EisentrautImprove node type forward reference
2024-10-17  Peter Eisentrautjsonapi: fully initialize dummy lexer
2024-10-17  Peter EisentrautFix unusual include style
next