]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-02-21 Simon RiggsSmall correction to BRIN docs
2017-02-20 Tom LaneImprove error message for misuse of TZ, tz, OF formatti...
2017-02-20 Tom LaneFix documentation of to_char/to_timestamp TZ, tz, OF...
2017-02-19 Tom LaneMake src/interfaces/libpq/test clean up after itself.
2017-02-19 Tom LaneDept of second thoughts: rename new perl script.
2017-02-19 Tom LaneAdjust PL/Tcl regression test to dodge a possible bug...
2017-02-19 Tom LaneSuppress "unused variable" warnings with older versions...
2017-02-19 Robert HaasMake partitions automatically inherit OIDs.
2017-02-19 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-19 Robert HaasMake dsa_allocate interface more like MemoryContextAlloc.
2017-02-18 Magnus HaganderFix help message for pg_basebackup -R
2017-02-18 Peter EisentrautOptimize query for information_schema.constraint_column...
2017-02-17 Peter Eisentrautdoc: Fix typos
2017-02-17 Peter Eisentrautpg_dump: Message style improvements
2017-02-17 Tom LaneDocument usage of COPT environment variable for adjusti...
2017-02-17 Peter Eisentrautpg_dump: Fix typo in query
2017-02-17 Peter EisentrautRemove redundant coverage target
2017-02-17 Peter EisentrautFix typo on comment
2017-02-16 Robert HaasAdd new function dsa_allocate0.
2017-02-16 Tom LaneDoc: remove duplicate index entry.
2017-02-16 Robert HaasAvoid crash in ALTER TABLE not_partitioned DETACH PARTI...
2017-02-15 Tom LaneFormatting and docs corrections for logical decoding...
2017-02-15 Tom LaneDoc: fix typo in logicaldecoding.sgml.
2017-02-15 Tom LaneMake sure that hash join's bulk-tuple-transfer loops...
2017-02-15 Tom LaneDoc: fix syntax synopsis for INSERT ... ON CONFLICT...
2017-02-15 Tom LaneFix tab completion for "ALTER SYSTEM SET variable ...
2017-02-15 Tom LaneFix YA unwanted behavioral difference with operator_pre...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15 Robert HaasReplace min_parallel_relation_size with two new GUCs.
2017-02-15 Robert HaasFix wrong articles in pg_proc descriptions.
2017-02-15 Robert HaasDocument new libpq connection statuses for target_sessi...
2017-02-15 Robert Haaslibpq: Make target_session_attrs=read-write consume...
2017-02-15 Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-02-15 Robert Haaspg_upgrade: Fix problems caused by renaming pg_resetxlog.
2017-02-15 Peter EisentrautAdd CREATE COLLATION IF NOT EXISTS clause
2017-02-15 Robert HaasFix some nonstandard capitalization.
2017-02-15 Robert Haasbtree: Support parallel index scans.
2017-02-15 Robert HaasFix typo in comment.
2017-02-14 Robert HaasAllow parallel workers to execute subplans.
2017-02-14 Robert HaasSplit index xlog headers from other private index headers.
2017-02-14 Robert HaasMinor fixes for WAL consistency checking.
2017-02-14 Robert HaasDon't disallow dropping NOT NULL for a list partition...
2017-02-14 Tom LaneRemove duplicate code in planner.c.
2017-02-14 Fujii MasaoReplace reference to "xlog-method" with "wal-method...
2017-02-14 Robert HaasCorrections and improvements to generic parallel query...
2017-02-13 Fujii MasaoReplace references to "xlog" with "wal" in docs.
2017-02-13 Robert HaasRemove contrib/tsearch2.
2017-02-13 Peter Eisentrautdoc: Remove accidental extra table cell
2017-02-12 Noah MischIgnore tablespace ACLs when ignoring schema ACLs.
2017-02-10 Peter EisentrautAdd CREATE SEQUENCE AS <data type> clause
2017-02-10 Simon RiggsUpdate ddl.sgml for declarative partitioning syntax
2017-02-10 Simon RiggsAdd keywords for partitioning
2017-02-10 Simon RiggsImprove CREATE TABLE documentation of partitioning
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.
next