]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-02-09  Robert HaasRename command line options for ongoing xlog -> wal...
2017-02-09  Robert HaasRename dtrace probes for ongoing xlog -> wal conversion.
2017-02-09  Robert HaasRename user-facing tools with "xlog" in the name to...
2017-02-09  Tom LaneBlind try to fix portability issue in commit 8f93bd851...
2017-02-09  Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-09  Robert Haassimplehash: Additional tweaks to make specifying an...
2017-02-09  Robert HaasFix race condition in ConditionVariablePrepareToSleep.
2017-02-09  Robert Haaspageinspect: Fix hash_bitmap_info not to read the under...
2017-02-09  Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-09  Andres FreundAdd explicit ORDER BY to a few tests that exercise...
2017-02-08  Tom LaneFix roundoff problems in float8_timestamptz() and make_...
2017-02-08  Robert HaasAdd WAL consistency checking facility.
2017-02-08  Peter EisentrautFix relcache leaks in get_object_address_publication_rel()
2017-02-08  Peter Eisentrautdoc: Some improvements in CREATE SUBSCRIPTION ref page
2017-02-07  Robert HaasRevise the way the element allocator for a simplehash...
2017-02-07  Tom LaneSpeed up "brin" regression test a little bit.
2017-02-07  Robert HaasAvoid redefining simplehash_allocate/simplehash_free.
2017-02-07  Robert HaasAllow the element allocator for a simplehash to be...
2017-02-07  Robert HaasFix compiler warning.
2017-02-07  Robert HaasCache hash index's metapage in rel->rd_amcache.
2017-02-07  Tom LaneCorrect thinko in last-minute release note item.
2017-02-06  Tom LaneRelease notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.
2017-02-06  Peter Eisentrautdoc: Document sequence function privileges better
2017-02-06  Peter EisentrautAvoid permission failure in pg_sequences.last_value
2017-02-06  Tom LaneRelease note updates.
2017-02-06  Tom LaneAvoid returning stale attribute bitmaps in RelationGetI...
2017-02-06  Peter Eisentrautdoc: Update CREATE DATABASE examples
2017-02-06  Tom LaneUpdate comment in relcache.c.
2017-02-06  Peter EisentrautAdd missing newline to error messages
2017-02-06  Heikki LinnakangasFix typo also in expected output.
2017-02-06  Heikki LinnakangasFix typo in variable name.
2017-02-06  Heikki LinnakangasFix typos in comments.
2017-02-04  Tom LaneFirst-draft release notes for 9.6.2.
2017-02-04  Robert HaasRemove redundant comment.
2017-02-03  Robert HaasImprove grammar of message about two-phase state files.
2017-02-03  Robert Haaspageinspect: More type-sanity surgery on the new hash...
2017-02-03  Robert Haaspgstattuple: Add pgstathashindex.
2017-02-03  Fujii MasaoBe sure to release LogicalRepLauncherLock in DROP SUBSC...
2017-02-03  Tom LaneIn pageinspect/hashfuncs.c, avoid crashes on alignment...
2017-02-03  Robert Haaspageinspect: Remove platform-dependent values from...
2017-02-03  Tom LaneFix a bunch more portability bugs in commit 08bf6e529.
2017-02-03  Robert Haaspageinspect: Try to fix some bugs in previous commit.
2017-02-03  Tom LaneClean up psql's behavior for a few more control variables.
2017-02-03  Tom LaneAvoid improbable null pointer dereference in pgpassfile...
2017-02-03  Tom LaneFix placement of initPlans when forcibly materializing...
2017-02-02  Peter Eisentrautdoc: Add missing include in example code
2017-02-02  Tom LaneFix mishandling of tSRFs at different nesting levels.
2017-02-02  Peter Eisentrautdoc: Document result set of CREATE_REPLICATION_SLOT
2017-02-02  Robert HaasIncrease upper bound for bgwriter_lru_maxpages.
2017-02-02  Robert Haaspageinspect: Support hash indexes.
2017-02-02  Noah MischCode review for avoidance of direct cross-module links.
2017-02-02  Heikki LinnakangasAdd KOI8-U map files to Makefile.
2017-02-02  Heikki LinnakangasSilence compiler warning.
2017-02-01  Andrew DunstanDon't count background workers against a user's connect...
2017-02-01  Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01  Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-02-01  Robert HaasRefactor other replication commands to use DestRemoteSi...
2017-02-01  Tom LaneMake psql's \set display variables in alphabetical...
2017-02-01  Tom LaneImprove psql's behavior for \set and \unset of its...
2017-02-01  Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-02-01  Heikki LinnakangasDon't create "holes" in BufFiles, in the new logtape...
2017-02-01  Heikki LinnakangasSmall fixes to the Perl scripts to create unicode conve...
2017-01-31  Robert HaasMove comment about test slightly closer to test.
2017-01-31  Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-31  Stephen Frostpg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
2017-01-31  Stephen Frostperltidy pg_dump TAP tests
2017-01-31  Stephen Frosttest_pg_dump: perltidy cleanup
2017-01-30  Tom LaneSimplify some long-obsolete code in hba.c's next_token().
2017-01-30  Tom LaneInvent pg_hba_file_rules view to show the content of...
2017-01-30  Tom LaneAdd a regression test script dedicated to exercising...
2017-01-30  Tom LaneMake psql reject attempts to set special variables...
2017-01-30  Peter EisentrautFix sequence test in cs_CZ locale
2017-01-30  Peter EisentrautAdditional test coverage for sequences
2017-01-30  Tom LaneUpdate time zone data files to tzdata release 2016j.
2017-01-30  Heikki LinnakangasRemove leftover reference to "indirect blocks" in comment.
2017-01-30  Stephen FrostHandle ALTER EXTENSION ADD/DROP with pg_init_privs
2017-01-30  Stephen Frosttest_pg_dump TAP test whitespace cleanup
2017-01-27  Robert HaasFix typo in comment.
2017-01-27  Robert HaasRefactor bitmap heap scan estimation of heap pages...
2017-01-27  Tom LaneRestructure hba.c to replace 3 parallel lists with...
2017-01-27  Tom LaneImprove comments about ProcessUtility's queryString...
2017-01-27  Tom LaneOrthography fixes for new castNode() macro.
2017-01-27  Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-27  Andres FreundUse the new castNode() macro in a number of places.
2017-01-27  Andres FreundAdd castNode(type, ptr) for safe casting between NodeTa...
2017-01-26  Alvaro HerreraRemove test for COMMENT ON DATABASE
2017-01-26  Peter EisentrautFill in no_priv_msg for publications and subscriptions
2017-01-26  Peter Eisentrautdoc: Update privileges documentation
2017-01-26  Peter EisentrautSimplify sequence test
2017-01-26  Simon RiggsCheck interrupts during hot standby waits
2017-01-26  Peter EisentrautAdd object_address tests for publications and subscriptions
2017-01-26  Simon RiggsReset hot standby xmin on master after restart
2017-01-26  Tom LaneEnsure that a tsquery like '!foo' matches empty tsvectors.
2017-01-26  Fujii MasaoFix typo in description for pg_replication_origin_advan...
2017-01-25  Peter EisentrautFix typo: pg_statistics -> pg_statistic
2017-01-25  Tom LaneIntroduce convenience macros to hide JsonbContainer...
2017-01-25  Peter Eisentrautdoc: Fix typo
2017-01-25  Peter Eisentrautdoc: Logical replication documentation improvements
2017-01-25  Peter EisentrautUpdate copyright years in some recently added files
2017-01-25  Peter EisentrautClose replication connection when slot creation errors
next