index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
Fix wrong articles in pg_proc descriptions.
Robert Haas
2017-02-15
Document new libpq connection statuses for target_session_attrs.
Robert Haas
2017-02-15
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
doc: Add advice about systemd RemoveIPC
Peter Eisentraut
2017-02-15
pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
Fix some nonstandard capitalization.
Robert Haas
2017-02-15
btree: Support parallel index scans.
Robert Haas
2017-02-15
Fix typo in comment.
Robert Haas
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-14
Remove duplicate code in planner.c.
Tom Lane
2017-02-14
Replace reference to "xlog-method" with "wal-method" in error message.
Fujii Masao
2017-02-14
Corrections and improvements to generic parallel query documentation.
Robert Haas
2017-02-13
Replace references to "xlog" with "wal" in docs.
Fujii Masao
2017-02-13
Remove contrib/tsearch2.
Robert Haas
2017-02-13
doc: Remove accidental extra table cell
Peter Eisentraut
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
Update ddl.sgml for declarative partitioning syntax
Simon Riggs
2017-02-10
Add keywords for partitioning
Simon Riggs
2017-02-10
Improve CREATE TABLE documentation of partitioning
Simon Riggs
2017-02-09
Rename command line options for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
Fix race condition in ConditionVariablePrepareToSleep.
Robert Haas
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
Add explicit ORDER BY to a few tests that exercise hash-join code.
Andres Freund
2017-02-08
Fix roundoff problems in float8_timestamptz() and make_interval().
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-08
Fix relcache leaks in get_object_address_publication_rel()
Peter Eisentraut
2017-02-08
doc: Some improvements in CREATE SUBSCRIPTION ref page
Peter Eisentraut
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Speed up "brin" regression test a little bit.
Tom Lane
2017-02-07
Avoid redefining simplehash_allocate/simplehash_free.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-07
Fix compiler warning.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
Correct thinko in last-minute release note item.
Tom Lane
2017-02-06
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.
Tom Lane
2017-02-06
doc: Document sequence function privileges better
Peter Eisentraut
2017-02-06
Avoid permission failure in pg_sequences.last_value
Peter Eisentraut
2017-02-06
Release note updates.
Tom Lane
[next]