]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-03-06  Andres Freundtableam: Add pg_dump support.
2019-03-06  Andres Freundtableam: introduce table AM infrastructure.
2019-03-06  Andres FreundFix bug in clearing of virtual tuple slot.
2019-03-06  Robert HaasRemoved unused variable, openLogOff.
2019-03-06  Andrew DunstanIncrease the default vacuum_cost_limit from 200 to...
2019-03-06  Michael PaquierTeach SKIP_LOCKED to psql tab completion of VACUUM...
2019-03-05  Andrew DunstanFix pgbench TAP test failure with funky file names...
2019-03-05  Peter EisentrautRemove duplicate macro
2019-03-05  Heikki LinnakangasScan GiST indexes in physical order during VACUUM.
2019-03-05  Peter GeogheganNote case where nbtree VACUUM finishes splits.
2019-03-04  Andrew DunstanDisable dump_connstr test on Msys2
2019-03-04  Andrew DunstanAllow recovery tests to run on Windows as an admin...
2019-03-04  Peter GeogheganCorrect obsolete nbtree page split WAL comment.
2019-03-04  Andrew DunstanReorder configure tests for accept() in Windows
2019-03-04  Alvaro Herrerapg_partition_ancestors
2019-03-04  Alvaro HerreraTest partition functions with legacy inheritance childr...
2019-03-04  Peter EisentrautRemove volatile from latch API
2019-03-04  Michael PaquierFix error handling of readdir() port implementation...
2019-03-04  Andrew Dunstanfix thinko in logrotate test
2019-03-03  Andrew DunstanDon't do pg_ctl logrotate test on Windows
2019-03-03  Tom LaneImprove performance of index-only scans with many index...
2019-03-03  Andrew DunstanAvoid accidental wildcard expansion in msys shell
2019-03-03  Dean RasheedFurther fixing for multi-row VALUES lists for updatable...
2019-03-02  Michael PaquierConsider only relations part of partition trees in...
2019-03-02  Andres FreundUse a virtual rather than a heap slot in two places...
2019-03-01  Tom LaneCheck we don't misoptimize a NOT IN where the subquery...
2019-03-01  Tom LaneTeach optimizer's predtest.c more things about ScalarAr...
2019-03-01  Peter EisentrautFix whitespace
2019-03-01  Andrew DunstanRemove tests for pg_dumpall --exclude-database missing...
2019-03-01  Andres FreundStore tuples for EvalPlanQual in slots, rather than...
2019-03-01  Andrew DunstanAdd extra descriptive headings in pg_dumpall
2019-03-01  Andrew DunstanAdd --exclude-database option to pg_dumpall
2019-03-01  Amit KapilaClear the local map when not used.
2019-03-01  Michael PaquierMake pg_partition_tree return no rows on unsupported...
2019-02-28  Andres FreundDon't superfluously materialize slot after DELETE from...
2019-02-28  Andres FreundDon't force materializing when copying a buffer tuple...
2019-02-28  Alvaro HerreraImprove docs for ALTER TABLE .. SET TABLESPACE
2019-02-28  Joe ConwayMake get_controlfile not leak file descriptors
2019-02-28  Andres FreundAllow buffer tuple table slots to materialize after...
2019-02-28  Alvaro Herrerapg_dump: Fix ArchiveEntry handling of some empty values
2019-02-28  Peter EisentrautMerge near-duplicate code in RI triggers
2019-02-28  Tom LaneStandardize some more loops that chase down parallel...
2019-02-28  Peter EisentrautClean up some variable names in ri_triggers.c
2019-02-28  Peter EisentrautCompact for loops
2019-02-28  Peter EisentrautReduce comments
2019-02-28  Peter EisentrautRemove unnecessary unused MATCH PARTIAL code
2019-02-28  Peter EisentrautUpdate comment
2019-02-28  Michael PaquierImprove documentation of data_sync_retry
2019-02-28  Michael PaquierFix SCRAM authentication via SSL when mixing versions...
2019-02-27  Peter EisentrautRemove unused macro
2019-02-27  Andres FreundInitialize variable to silence compiler warning.
2019-02-27  Peter EisentrautSet cluster_name for PostgresNode.pm instances
2019-02-27  Peter EisentrautSet fallback_application_name for a walreceiver to...
2019-02-27  Michael PaquierFix memory leak when inserting tuple at relation creati...
2019-02-27  Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-27  Andres FreundStore table oid and tuple's tid in tuple slots directly.
2019-02-27  Andres FreundAllow to use HeapTupleData embedded in [Buffer]HeapTupl...
2019-02-27  Andres FreundAdd ExecStorePinnedBufferHeapTuple.
2019-02-26  Robert HaasChange lock acquisition order in expand_inherited_rtentry.
2019-02-26  Michael MeskesFree memory in ecpg bytea regression test.
2019-02-26  Michael MeskesHopefully fixing memory handling issues in ecpglib...
2019-02-26  Michael PaquierSimplify some code in pg_rewind when syncing target...
2019-02-26  Peter GeogheganRemove unneeded argument from _bt_getstackbuf().
2019-02-26  Peter GeogheganCorrect obsolete nbtree page deletion comment.
2019-02-25  Peter Eisentrautpsql: Remove obsolete code
2019-02-25  Peter EisentrautRemove unnecessary use of PROCEDURAL
2019-02-25  Michael PaquierMake release of 2PC identifier and locks consistent...
2019-02-24  Thomas MunroFix inconsistent out-of-memory error reporting in dsa.c.
2019-02-24  Tom LaneFix ecpg bugs caused by missing semicolons in the backe...
2019-02-24  Thomas MunroTolerate EINVAL when calling fsync() on a directory.
2019-02-24  Thomas MunroTolerate ENOSYS failure from sync_file_range().
2019-02-23  Peter EisentrautRevert "pg_regress: Don't use absolute paths for the...
2019-02-22  Michael PaquierFix incorrect function reference in comment of twophase.c
2019-02-22  Michael PaquierAdd TAP tests for 2PC post-commit callbacks of multixac...
2019-02-22  Tom LaneFix plan created for inherited UPDATE/DELETE with all...
2019-02-22  Alvaro HerreraReport correct name in autovacuum "work items" activity
2019-02-22  Peter EisentrautAdd const qualifier
2019-02-22  Michael PaquierRemove duplicate variable declaration in fe-connect.c
2019-02-21  Tom LaneFix mark-and-restore-skipping test case to not be a...
2019-02-21  Tom LaneMove estimate_hashagg_tablesize to selfuncs.c, and...
2019-02-21  Peter EisentrautHide other user's pg_stat_ssl rows
2019-02-21  Peter Eisentrautdoc: Add security information about pg_stat_activity
2019-02-21  Peter Eisentrautpg_regress: Don't use absolute paths for the diff
2019-02-21  Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-21  Robert HaasDelay lock acquisition for partitions until we route...
2019-02-21  Peter EisentrautFix dbtoepub output file name
2019-02-21  Tom LaneSpeed up match_eclasses_to_foreign_key_col() when there...
2019-02-20  Andrew GierthUse an unsigned char for bool if we don't use the nativ...
2019-02-20  Tom LaneImprove planner's understanding of strictness of type...
2019-02-20  Tom LaneFix incorrect strictness test for ArrayCoerceExpr expre...
2019-02-20  Alvaro HerreraMake object address handling more robust
2019-02-20  Amit KapilaDoc: Update the documentation for FSM behavior for...
2019-02-20  Dean RasheedFix DEFAULT-handling in multi-row VALUES lists for...
2019-02-20  Michael PaquierMark correctly initial slot snapshots with MVCC type...
2019-02-19  Peter EisentrautUse varargs macro for CACHEDEBUG
2019-02-19  Tom LaneFix omissions in ecpg/test/sql/.gitignore.
2019-02-18  Andres FreundRemove line duplicated during conflict resolution.
2019-02-18  Tom LaneDe-clutter display of script runtimes in pg_regress.
2019-02-18  Andrew DunstanProvide an extra-float-digits setting for pg_dump ...
2019-02-18  Michael MeskesProperly end string to make sure ecpglib does not read...
next