]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-07-19  Heikki LinnakangasExpand run-time partition pruning to work with MergeAppend
2018-07-19  Michael PaquierFix print of Path nodes when using OPTIMIZER_DEBUG
2018-07-19  Michael PaquierFix re-parameterize of MergeAppendPath
2018-07-18  Tom LaneRemove race-prone hot_standby_feedback test cases in...
2018-07-18  Tom LaneDrop the rule against included index columns duplicatin...
2018-07-18  Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-07-18  Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-18  Michael PaquierFix more portability issues with casts to Size when...
2018-07-18  Michael PaquierFix casting in error message for two-phase file
2018-07-17  Michael PaquierRework error messages around file handling
2018-07-17  Alvaro Herreradoc: move PARTITION OF stanza to just below PARTITION BY
2018-07-17  Alvaro HerreraRevise BuildIndexValueDescription to simplify it
2018-07-17  Alvaro HerreraFix ALTER TABLE...SET STATS error message for included...
2018-07-16  Alvaro HerreraFix partition pruning with IS [NOT] NULL clauses
2018-07-16  Robert HaasAdd subtransaction handling for table synchronization...
2018-07-16  Peter EisentrautAdd plan_cache_mode setting
2018-07-16  Peter Eisentrautdoc: Update redirecting links
2018-07-14  Tom LaneFix hashjoin costing mistake introduced with inner_uniq...
2018-07-13  Tom LaneFix crash in contrib/ltree's lca() function for empty...
2018-07-13  Peter EisentrautUpdate documentation editor setup instructions
2018-07-13  Tom LaneFix crash in json{b}_populate_recordset() and json...
2018-07-13  Alvaro HerreraDump foreign keys on partitioned tables
2018-07-13  Heikki LinnakangasImprove performance of tuple conversion map generation
2018-07-13  Tom LaneFix inadequate buffer locking in FSM and VM page re...
2018-07-13  Bruce Momjiandocs: Remove "New" description of the libpqxx interface
2018-07-13  Peter EisentrautProhibit transaction commands in security definer proce...
2018-07-13  Peter EisentrautRemove obsolete documentation build tools for Windows
2018-07-13  Thomas MunroAccept invalidation messages in InitializeSessionUserId().
2018-07-13  Thomas MunroAdd pg_dump --on-conflict-do-nothing option.
2018-07-13  Michael PaquierFix argument of pg_create_logical_replication_slot...
2018-07-12  Michael PaquierClean up temporary WAL segments after an instance crash
2018-07-12  Peter EisentrautReset shmem_exit_inprogress after shmem_exit()
2018-07-12  Tom LaneDoc: minor improvement in pl/pgsql FETCH/MOVE documenta...
2018-07-12  Alvaro HerreraFix FK checks of TRUNCATE involving partitioned tables
2018-07-12  Tom LaneDoc: clarify release note text about v11's new window...
2018-07-12  Tom LaneDoc: update documentation for requirement of ORDER...
2018-07-12  Peter EisentrautImprove two error messages
2018-07-12  Peter EisentrautAdd regression test for system catalog toast tables
2018-07-12  Amit KapilaAllow using the updated tuple while moving it to a...
2018-07-12  Michael PaquierRename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
2018-07-12  Michael PaquierAdd assertion in expand_vacuum_rel() for non-autovacuum...
2018-07-12  Michael PaquierMake logical WAL sender report streaming state appropri...
2018-07-11  Tom LaneMark built-in btree comparison functions as leakproof...
2018-07-11  Tom LaneFix create_scan_plan's handling of sortgrouprefs for...
2018-07-11  Tom LaneFix bugs with degenerate window ORDER BY clauses in...
2018-07-11  Alexander KorotkovFix more wrong paths in header comments
2018-07-11  Alvaro HerreraRethink how to get float.h in old Windows API for isnan...
2018-07-11  Alexander KorotkovFix wrong file path in header comment
2018-07-11  Thomas MunroUse signals for postmaster death on FreeBSD.
2018-07-11  Thomas MunroUse signals for postmaster death on Linux.
2018-07-10  Michael PaquierBlock replication slot advance for these not yet reserv...
2018-07-10  Alvaro HerreraBetter handle pseudotypes as partition keys
2018-07-10  Peter EisentrautRemove dynamic_shared_memory_type=none
2018-07-10  Heikki LinnakangasAdd test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR...
2018-07-10  Peter EisentrautFix typos
2018-07-09  Michael PaquierAdd pg_rewind --no-sync
2018-07-09  Michael PaquierSimplify logic to sync target directory at the end...
2018-07-09  Tom LaneAvoid emitting a bogus WAL record when recycling an...
2018-07-09  Alvaro HerreraFlip argument order in XLogSegNoOffsetToRecPtr
2018-07-09  Tom LaneFix yet more problems with incorrectly-constructed...
2018-07-09  Bruce Momjianrel notes: mention enabling of parallelism in PG 10
2018-07-09  Peter EisentrautAdd UtilityReturnsTuples() support for CALL
2018-07-09  Michael PaquierFix table format in documentation for I/O wait events
2018-07-09  Michael PaquierRework order of end-of-recovery actions to delay timeli...
2018-07-08  Jeff DavisFix WITH CHECK OPTION on views referencing postgres_fdw...
2018-07-08  Peter GeogheganCorrect obsolete unique index insertion comment.
2018-07-08  Michael PaquierUse access() to check file existence in GetNewRelFileNode()
2018-07-07  Peter EisentrautAdd separate error message for procedure does not exist
2018-07-06  Michael PaquierAdd note in pg_rewind documentation about read-only...
2018-07-06  Peter EisentrautFix assert in nested SQL procedure call
2018-07-06  Peter EisentrautAllow CALL with polymorphic type arguments
2018-07-06  Alvaro HerreraAllow replication slots to be dropped in single-user...
2018-07-06  Andrew DunstanPrint DEBUG2 like that rather than as DEBUG
2018-07-06  Jeff DavisAdd test for partitionwise join involving default parti...
2018-07-05  Alvaro Herreralogical decoding: beware of an unset specinsert change
2018-07-05  Peter Eisentrautdoc: Reword old inheritance partitioning documentation
2018-07-05  Peter Eisentrautdoc: Fix typos
2018-07-05  Alvaro HerreraReduce cost of test_decoding's new oldest_xmin test
2018-07-05  Peter EisentrautFix typo
2018-07-05  Michael PaquierPrevent references to invalid relation pages after...
2018-07-05  Andres FreundUse context with correct lifetime in hypothetical_dense...
2018-07-04  Andres FreundCheck for interrupts inside the nbtree page deletion...
2018-07-04  Fujii MasaoImprove the performance of relation deletes during...
2018-07-04  Peter Eisentrautdoc: Reorganize CREATE TABLE / LIKE option documentation
2018-07-04  Michael PaquierRemove dead code for temporary relations in partition...
2018-07-03  Peter EisentrautAdd $Test::Builder::Level to pgbench test functions
2018-07-03  Peter EisentrautCorrect comment
2018-07-02  Michael PaquierAdd wait event for fsync of WAL segments
2018-07-02  Michael PaquierCorrect function name in comment of logical decoding...
2018-07-01  Peter Eisentrautpg_standby: Remove code for .backup files
2018-07-01  Peter EisentrautFix libpq example programs
2018-07-01  Andrew DunstanUse more modern instructions for creating a new dev...
2018-07-01  Michael PaquierAdd tests for inheritance trees mixing permanent and...
2018-07-01  Peter EisentrautUse $Test::Builder::Level in TAP test functions
2018-07-01  Michael PaquierUse optimized bitmap set function for membership test...
2018-06-30  Andrew DunstanStamp HEAD as 12devel
2018-06-30  Andrew Dunstanperltidy run prior to branching
2018-06-30  Andrew Dunstanpgindent run prior to branching
2018-06-30  Andrew DunstanUpdate typedefs list
2018-06-29  Peter EisentrautDocumentation spell checking and markup improvements
next