]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2020-01-23  Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23  Tom LaneClean up formatting.c's logic for matching constant...
2020-01-22  Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21  Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21  Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20  Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-20  Heikki LinnakangasFix crash in BRIN inclusion op functions, due to missin...
2020-01-20  Tom LaneFix out-of-memory handling in ecpglib.
2020-01-18  Michael PaquierAdd GUC checks for ssl_min_protocol_version and ssl_max...
2020-01-17  Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17  Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-17  Tomas VondraAllocate freechunks bitmap as part of SlabContext
2020-01-15  Michael PaquierFix buggy logic in isTempNamespaceInUse()
2020-01-14  Bruce Momjiandocs: change "default role" wording to "predefined...
2020-01-14  Dean RasheedMake rewriter prevent auto-updates on views with condit...
2020-01-14  Amit KapilaRevert test added by commit d207038053.
2020-01-13  Peter EisentrautFix base backup with database OIDs larger than INT32_MAX
2020-01-13  Amit KapilaFix typo.
2020-01-12  Tom LaneFix edge-case crashes and misestimation in range contai...
2020-01-12  Michael PaquierRemove incorrect assertion for INSERT in logical replic...
2020-01-11  Tom LaneExtensive code review for GSSAPI encryption mechanism.
2020-01-11  Noah MischMaintain valid md.c state when FileClose() fails.
2020-01-10  Michael Paquierdoc: Fix naming of SELinux
2020-01-09  Peter Eisentrautdoc: Add link to upgrading chapter to release notes
2020-01-08  Alvaro HerreraReimplement nullification of walsender timestamp
2020-01-08  Tom LaneFix handling of generated columns in ALTER TABLE.
2020-01-08  Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-07  Alvaro Herrerapg_stat_activity: show NULL stmt start time for walsenders
2020-01-06  Tom LaneReduce the number of GetFlushRecPtr() calls done by...
2020-01-06  Peter EisentrautHave logical replication subscriber fire column triggers
2020-01-05  Tatsuo IshiiDocs: use more standard terminology "round-to-nearest...
2020-01-03  Amit KapilaFix typos in parallel query docs.
2020-01-02  Alvaro HerreraFix cloning of row triggers to sub-partitions
2020-01-02  Peter EisentrautFix comment in test
2020-01-02  Amit KapilaFix running out of file descriptors for spill files.
2020-01-01  Bruce MomjianUpdate copyrights for 2020
2019-12-27  Alvaro HerreraAdd pg_dump test for triggers on partitioned tables
2019-12-27  Bruce Momjiandoc: add examples of creative use of unique expression...
2019-12-27  Bruce Momjiandocs: clarify infinite range values from data-type...
2019-12-27  Michael PaquierForbid DROP SCHEMA on temporary namespaces
2019-12-26  Tom LaneFix possible loss of sync between rectypeid and underly...
2019-12-26  Michael PaquierFix some comments related to logical repslot advancing
2019-12-24  Thomas MunroRotate instead of shifting hash join batch number.
2019-12-23  Joe ConwayDisallow null category in crosstab_hash
2019-12-23  Tom LaneDisallow partition key expressions that return pseudo...
2019-12-23  Tom LanePrevent a rowtype from being included in itself via...
2019-12-22  Tom LaneAvoid low-probability regression test failures in times...
2019-12-21  Tom LaneIn pgwin32_open, loop after ERROR_ACCESS_DENIED only...
2019-12-21  Bruce Momjiandocs: clarify handling of column lists in COPY TO...
2019-12-20  Tom Lanelibpq should expose GSS-related parameters even when...
2019-12-19  Tom LaneDoc: add a short summary of available authentication...
2019-12-19  Robert HaasUpdate neglected comment.
2019-12-18  Amit KapilaFix subscriber invalid memory access on DDL.
2019-12-18  Michael PaquierRemove shadow variables linked to RedoRecPtr in xlog.c
2019-12-17  Tom LaneFix error reporting for index expressions of prohibited...
2019-12-17  Amit KapilaChange overly strict Assert in TransactionGroupUpdateXi...
2019-12-16  Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-16  Heikki LinnakangasFix yet another crash in page split during GiST index...
2019-12-16  Etsuro FujitaClean up some misplaced comments in partition_join...
2019-12-14  Tom LanePrevent overly-aggressive collapsing of joins to RTE_RE...
2019-12-14  Thomas MunroFix mdsyncfiletag(), take II.
2019-12-14  Thomas MunroDon't use _mdfd_getseg() in mdsyncfiletag().
2019-12-13  Heikki LinnakangasFix crash when a page was split during GiST index creation.
2019-12-12  Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12  Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-12  Etsuro FujitaRemove extra parenthesis from comment.
2019-12-10  Tom LaneIn pg_ctl, work around ERROR_SHARING_VIOLATION on the...
2019-12-10  Etsuro FujitaFix handling of multiple AFTER ROW triggers on a foreig...
2019-12-09  Tom LaneFix race condition in our Windows signal emulation.
2019-12-09  Tom LaneImprove isolationtester's timeout management.
2019-12-09  Amit KapilaFix typos in miscinit.c.
2019-12-08  Noah MischDocument search_path security with untrusted dbowner...
2019-12-08  Tom LaneDoc: improve documentation about run-time pruning's...
2019-12-06  Michael PaquierFix handling of OpenSSL's SSL_clear_options
2019-12-04  Etsuro FujitaFix whitespace.
2019-12-03  Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-03  Michael PaquierFix failures with TAP tests of pg_ctl on Windows
2019-12-01  Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30  Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-28  Tomas VondraRemove unnecessary clauses_attnums variable
2019-11-28  Tomas VondraFix choose_best_statistics to check clauses individually
next