]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-03-21  Noah MischFix cosmetic blemishes involving rd_createSubid.
2020-03-21  Bruce Momjiandocs: use alias in WHERE clause of full text search...
2020-03-20  Andrew DunstanTurn off deprecated bison warnings under MSVC
2020-03-19  Bruce Momjianpg_upgrade: make get_major_server_version() err msg...
2020-03-19  Michael PaquierFix comment related to concurrent index swapping in...
2020-03-18  Fujii MasaoCorrect the descriptions of recovery-related wait event...
2020-03-18  Amit KapilaAdd missing errcode() in a few ereport calls.
2020-03-18  Michael PaquierFix typo in indexcmds.c
2020-03-17  Alvaro HerreraFix consistency issues with replication slot copy
2020-03-17  Tom LaneDoc: clarify behavior of "anyrange" pseudo-type.
2020-03-17  Tom LaneUse pkg-config, if available, to locate libxml2 during...
2020-03-17  Tom LaneAvoid holding a directory FD open across assorted SRF...
2020-03-16  Alvaro HerreraDocument pg_ls_*dir hiding of directories and special...
2020-03-16  Alvaro HerreraPlug memory leak
2020-03-14  Tom LaneRestructure polymorphic-type resolution in funcapi.c.
2020-03-13  Tom LaneDoc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
2020-03-13  Peter EisentrautPreserve replica identity index across ALTER TABLE...
2020-03-11  Tom LaneFix test case instability introduced in 085b6b667.
2020-03-11  Peter GeogheganPaper over bt_metap() oldest_xact bug in backbranches.
2020-03-11  Alvaro HerreraAdd pg_dump support for ALTER obj DEPENDS ON EXTENSION
2020-03-11  Tom LaneAvoid holding a directory FD open across pg_ls_dir_file...
2020-03-11  Alvaro HerreraAvoid duplicates in ALTER ... DEPENDS ON EXTENSION
2020-03-10  Michael PaquierPrevent reindex of invalid indexes on TOAST tables
2020-03-09  Tom LaneFix pg_dump/pg_restore to restore event triggers later.
2020-03-09  Fujii MasaoFix bug that causes to report waiting in PS display...
2020-03-09  Fujii MasaoAvoid assertion failure with targeted recovery in stand...
2020-03-09  Michael PaquierDoc: fix some description of environment variables...
2020-03-07  Peter EisentrautFix typo
2020-03-05  Michael PaquierFix more issues with dependency handling at swap phase...
2020-03-03  Michael PaquierFix assertion failure with ALTER TABLE ATTACH PARTITION...
2020-03-03  Fujii MasaoFix the name of the first WAL segment file, in docs.
2020-03-03  Michael PaquierPreserve pg_index.indisclustered across REINDEX CONCURR...
2020-03-02  Michael PaquierFix command-line colorization on Windows with VT100...
2020-02-29  Tom LaneCorrectly re-use hash tables in buildSubPlanHash().
2020-02-29  Tom LaneAvoid failure if autovacuum tries to access a just...
2020-02-28  Tom LaneDoc: correct thinko in pg_buffercache documentation.
2020-02-27  Michael PaquierRemove TAP test for createdb --lc-ctype
2020-02-27  Michael PaquierSkip foreign tablespaces when running pg_checksums...
2020-02-27  Michael Paquiercreatedb: Fix quoting of --encoding, --lc-ctype and...
2020-02-26  Tom LaneSuppress unnecessary RelabelType nodes in more cases.
2020-02-26  Alvaro HerreraFix docs regarding AFTER triggers on partitioned tables
2020-02-24  Michael PaquierAdd prefix checks in exclude lists for pg_rewind, pg_ch...
2020-02-21  Michael PaquierDoc: Fix instructions to control build environment...
2020-02-20  Alvaro HerreraSimplify FK-to-partitioned regression test query
2020-02-20  Etsuro FujitaRemove extra word from comment.
2020-02-19  Tom LaneDoc: discourage use of partial indexes for poor-man...
2020-02-19  Peter EisentrautFix typo
2020-02-19  Tom LaneFix confusion about event trigger vs. plain function...
2020-02-19  Fujii MasaoFix mesurement of elapsed time during truncating heap...
2020-02-19  Amit KapilaStop demanding that top xact must be seen before subxac...
2020-02-17  Tom LaneTeach pg_dump to dump comments on RLS policy objects.
2020-02-17  Peter EisentrautFill in extraUpdatedCols in logical replication
2020-02-17  Fujii MasaoAdd description about GSSOpenServer wait event into...
2020-02-17  Fujii MasaoAdd description about LogicalRewriteTruncate wait event...
2020-02-16  Tom LaneTry again to work around Windows' ERROR_SHARING_VIOLATI...
2020-02-13  Tom LaneAvoid a performance regression in float overflow/underf...
2020-02-12  Tom LaneDoc: fix old oversights in GRANT/REVOKE documentation.
2020-02-11  Peter EisentrautDocument the pg_upgrade -j/--jobs option as taking...
2020-02-10  Tom LaneStamp 12.2. REL_12_2
2020-02-10  Tom LaneLast-minute updates for release notes.
2020-02-10  Alvaro Herreracreateuser: fix parsing of --connection-limit argument
2020-02-10  Alvaro HerreraFix priv checks for ALTER <object> DEPENDS ON EXTENSION
2020-02-10  Peter EisentrautTranslation updates
2020-02-10  Michael PaquierRevert "pg_upgrade: Fix quoting of some arguments in...
2020-02-10  Amit Kapiladoc: Spell checking
2020-02-10  Michael Paquierpg_upgrade: Fix quoting of some arguments in pg_ctl...
2020-02-09  Tom LaneRevert "docs: change "default role" wording to "predefi...
2020-02-09  Tom LaneRelease notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21...
2020-02-09  Tom LaneStore the deletion horizon XID for a deleted GIN page...
2020-02-08  Fujii MasaoRevert recent change of ScanOption values and renumber...
2020-02-07  Tom LaneFirst-draft release notes for 12.2.
2020-02-07  Alvaro HerreraFix failure to create FKs correctly in partitions
2020-02-07  Alvaro HerreraFix TRUNCATE .. CASCADE on partitions
2020-02-07  Fujii MasaoFix bug in Tid scan.
2020-02-06  Michael PaquierRevert "Add GUC checks for ssl_min_protocol_version...
2020-02-06  Fujii MasaoAdd note about access permission checks by inherited...
2020-02-06  Amit KapilaFix typo.
2020-02-06  Fujii MasaoFix bug in LWLock statistics mechanism.
2020-02-05  Andrew GierthForce tuple conversion when the source has missing...
2020-02-05  Alvaro HerreraALTER SUBSCRIPTION / REFRESH docs: explain copy_data
2020-02-05  Noah MischWhen a TAP file has non-zero exit status, retain tempor...
2020-02-05  Fujii MasaoAdd note about how each partition's default value is...
2020-02-04  Thomas MunroHandle lack of DSM slots in parallel btree build, take 2.
2020-02-04  Tom LaneFix handling of "Subplans Removed" field in EXPLAIN...
2020-02-03  Alvaro HerreraAdd missing break out seqscan loop in logical replication
2020-02-03  Fujii MasaoRevert commit de0177788b.
2020-02-01  Thomas MunroFix memory leak on DSM slot exhaustion.
2020-01-31  Tom LaneFix CheckAttributeType's handling of collations for...
2020-01-31  Tom LaneFix parallel pg_dump/pg_restore for failure to create...
2020-01-31  Michael PaquierFix typo in recently-added TAP test for replication...
2020-01-30  Tom LaneIn jsonb_plpython.c, suppress warning message from...
2020-01-30  Thomas MunroHandle lack of DSM slots in parallel btree build.
2020-01-30  Fujii MasaoMake inherited TRUNCATE perform access permission check...
2020-01-30  Michael PaquierFix slot data persistency when advancing physical repli...
2020-01-29  Michael PaquierFix dispsize for libpq connection parameters channel_bi...
2020-01-28  Tom LaneFix dangling pointer in EvalPlanQual machinery.
2020-01-27  Thomas MunroAvoid unnecessary shm writes in Parallel Hash Join.
2020-01-26  Tom LaneFix EXPLAIN (SETTINGS) to follow policy about when...
2020-01-26  Tom LaneIn postgres_fdw, don't try to ship MULTIEXPR updates...
2020-01-24  Michael PaquierDoc: Fix list of storage parameters available for ALTER...
next