summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-15Replace min_parallel_relation_size with two new GUCs.Robert Haas
2017-02-15Fix wrong articles in pg_proc descriptions.Robert Haas
2017-02-15Document new libpq connection statuses for target_session_attrs.Robert Haas
2017-02-15libpq: Make target_session_attrs=read-write consume empty result.Robert Haas
2017-02-15doc: Add advice about systemd RemoveIPCPeter Eisentraut
2017-02-15pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-15Fix some nonstandard capitalization.Robert Haas
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-15Fix typo in comment.Robert Haas
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-14Don't disallow dropping NOT NULL for a list partition key.Robert Haas
2017-02-14Remove duplicate code in planner.c.Tom Lane
2017-02-14Replace reference to "xlog-method" with "wal-method" in error message.Fujii Masao
2017-02-14Corrections and improvements to generic parallel query documentation.Robert Haas
2017-02-13Replace references to "xlog" with "wal" in docs.Fujii Masao
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-13doc: Remove accidental extra table cellPeter Eisentraut
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-10Update ddl.sgml for declarative partitioning syntaxSimon Riggs
2017-02-10Add keywords for partitioningSimon Riggs
2017-02-10Improve CREATE TABLE documentation of partitioningSimon Riggs
2017-02-09Rename command line options for ongoing xlog -> wal conversion.Robert Haas
2017-02-09Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-09Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-09Fix race condition in ConditionVariablePrepareToSleep.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-09Add explicit ORDER BY to a few tests that exercise hash-join code.Andres Freund
2017-02-08Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-08Fix relcache leaks in get_object_address_publication_rel()Peter Eisentraut
2017-02-08doc: Some improvements in CREATE SUBSCRIPTION ref pagePeter Eisentraut
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Speed up "brin" regression test a little bit.Tom Lane
2017-02-07Avoid redefining simplehash_allocate/simplehash_free.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-02-07Fix compiler warning.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-07Correct thinko in last-minute release note item.Tom Lane
2017-02-06Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.Tom Lane
2017-02-06doc: Document sequence function privileges betterPeter Eisentraut
2017-02-06Avoid permission failure in pg_sequences.last_valuePeter Eisentraut
2017-02-06Release note updates.Tom Lane