]> 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-03  Alvaro HerreraAdd missing break out seqscan loop in logical replication
2020-02-03  Fujii MasaoRevert commit 4b96c03a0a.
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-30  Fujii MasaoMake inherited TRUNCATE perform access permission check...
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-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-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-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  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  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  Peter EisentrautHave logical replication subscriber fire column triggers
2020-01-03  Amit KapilaFix typos in parallel query docs.
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  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-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-18  Amit KapilaFix subscriber invalid memory access on DDL.
2019-12-17  Tom LaneFix error reporting for index expressions of prohibited...
2019-12-16  Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
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-11  Tom LaneDoc: back-patch documentation about limitations of...
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-03  Tomas VondraEnsure maxlen is at leat 1 in dict_int
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-27  Etsuro FujitaFix typo in comment.
2019-11-26  Amit KapilaDon't shut down Gather[Merge] early under Limit.
2019-11-24  Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-24  Thomas Munrodoc: Fix whitespace in syntax.
2019-11-24  Tom LaneStabilize NOTIFY behavior by transmitting notifies...
2019-11-23  Tom LaneImprove test coverage for LISTEN/NOTIFY.
2019-11-22  Tom LaneAdd test coverage for "unchanged toast column" replicat...
2019-11-22  Tom LaneFix bogus tuple-slot management in logical replication...
2019-11-21  Tom LaneDefend against self-referential views in relation_is_up...
2019-11-21  Michael PaquierProvide statistics for hypothetical BRIN indexes
2019-11-20  Magnus HaganderRemove incorrect markup
2019-11-19  Alexander KorotkovRevise GIN README
2019-11-19  Alexander KorotkovFix traversing to the deleted GIN page via downlink
2019-11-19  Alexander KorotkovFix deadlock between ginDeletePage() and ginStepRight()
2019-11-19  Tom LaneDoc: clarify use of RECURSIVE in WITH.
2019-11-19  Tom LaneDoc: clarify behavior of ALTER DEFAULT PRIVILEGES ...
2019-11-17  Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-16  Tomas VondraSkip system attributes when applying mvdistinct stats
2019-11-13  Tom LaneAvoid downcasing/truncation of RADIUS authentication...
2019-11-13  Tom LaneInclude TableFunc references when computing expression...
2019-11-13  Tom LaneHandle arrays and ranges in pg_upgrade's test for non...
2019-11-11  Tom LaneStamp 10.11. REL_10_11
2019-11-11  Tom LaneDoc: fix ancient mistake, or at least obsolete info...
2019-11-11  Peter EisentrautTranslation updates
2019-11-10  Tom LaneRelease notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20...
2019-11-09  Peter EisentrautFix subscription test
2019-11-09  Peter EisentrautFix negative bitmapset member not allowed error in...
2019-11-08  Peter EisentrautFix gratuitous error message variation
2019-11-08  Etsuro Fujitapostgres_fdw: Fix error message for PREPARE TRANSACTION.
2019-11-07  Bruce Momjiandocs: clarify that only INSERT and UPDATE triggers...
2019-11-07  Tom LaneMove declaration of ecpg_gettext() to a saner place.
2019-11-07  Tom LaneFix integer-overflow edge case detection in interval_mu...
2019-11-07  Fujii MasaoFix assertion failure when running pgbench -s.
2019-11-06  Peter EisentrautFix memory allocation mistake
2019-11-06  Michael PaquierFix timestamp of sent message for write context in...
2019-11-06  Andrew GierthRequest small targetlist for input to WindowAgg.
2019-11-06  Bruce Momjiandoc: fix plurality typo on bgwriter doc sentence
2019-11-05  Tom LaneAvoid logging complaints about abandoned connections...
2019-11-05  Alvaro HerreraChange pg_restore -f- to dump to stdout instead of...
2019-11-05  Michael PaquierDoc: Improve description around ALTER TABLE ATTACH...
next