Commit Graph

41843 Commits (51ee6f3160d2e1515ed6197594bda67eb99dc2cc)
 

Author SHA1 Message Date
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Robert Haas 5d40286985 Fix wrong articles in pg_proc descriptions. 9 years ago
Robert Haas 1330a7d726 Document new libpq connection statuses for target_session_attrs. 9 years ago
Robert Haas 1de0a4e00e libpq: Make target_session_attrs=read-write consume empty result. 9 years ago
Peter Eisentraut fbe7a3fa45 doc: Add advice about systemd RemoveIPC 9 years ago
Robert Haas b877761123 pg_upgrade: Fix problems caused by renaming pg_resetxlog. 9 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
Robert Haas e403732ef6 Fix some nonstandard capitalization. 9 years ago
Robert Haas 569174f1be btree: Support parallel index scans. 9 years ago
Robert Haas 8569955ee3 Fix typo in comment. 9 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 9 years ago
Robert Haas 8da9a22636 Split index xlog headers from other private index headers. 9 years ago
Robert Haas fb47544d0c Minor fixes for WAL consistency checking. 9 years ago
Robert Haas e28b115612 Don't disallow dropping NOT NULL for a list partition key. 9 years ago
Tom Lane 8d396a0a70 Remove duplicate code in planner.c. 9 years ago
Fujii Masao 0dfa89ba29 Replace reference to "xlog-method" with "wal-method" in error message. 9 years ago
Robert Haas 0ede57a1a5 Corrections and improvements to generic parallel query documentation. 9 years ago
Fujii Masao f10637ebe0 Replace references to "xlog" with "wal" in docs. 9 years ago
Robert Haas 7ada2d31f4 Remove contrib/tsearch2. 9 years ago
Peter Eisentraut ae0e550ce1 doc: Remove accidental extra table cell 9 years ago
Noah Misch f30f34e589 Ignore tablespace ACLs when ignoring schema ACLs. 9 years ago
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Simon Riggs 9401883a7a Update ddl.sgml for declarative partitioning syntax 9 years ago
Simon Riggs 61c9a9dac4 Add keywords for partitioning 9 years ago
Simon Riggs c1369fe2ea Improve CREATE TABLE documentation of partitioning 9 years ago
Robert Haas 62e8b38751 Rename command line options for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 3f01fd4ca0 Rename dtrace probes for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Tom Lane 5d2adf0f81 Blind try to fix portability issue in commit 8f93bd851 et al. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Robert Haas 72257f9578 simplehash: Additional tweaks to make specifying an allocator work. 9 years ago
Robert Haas 3f3d60d3bb Fix race condition in ConditionVariablePrepareToSleep. 9 years ago
Robert Haas fc8219dc54 pageinspect: Fix hash_bitmap_info not to read the underlying page. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Andres Freund 7c5d8c16e1 Add explicit ORDER BY to a few tests that exercise hash-join code. 9 years ago
Tom Lane 8f93bd8512 Fix roundoff problems in float8_timestamptz() and make_interval(). 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Peter Eisentraut 115cb31597 Fix relcache leaks in get_object_address_publication_rel() 9 years ago
Peter Eisentraut e35bbea7dd doc: Some improvements in CREATE SUBSCRIPTION ref page 9 years ago
Robert Haas c3c4f6e174 Revise the way the element allocator for a simplehash is specified. 9 years ago
Tom Lane 242066cc8e Speed up "brin" regression test a little bit. 9 years ago
Robert Haas ac8eb972f2 Avoid redefining simplehash_allocate/simplehash_free. 9 years ago
Robert Haas 565903af47 Allow the element allocator for a simplehash to be specified. 9 years ago
Robert Haas 94708c0e8c Fix compiler warning. 9 years ago
Robert Haas 293e24e507 Cache hash index's metapage in rel->rd_amcache. 9 years ago
Tom Lane 39c3ca5161 Correct thinko in last-minute release note item. 9 years ago
Tom Lane 64ee636a5b Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. 9 years ago
Peter Eisentraut 696af9ab0a doc: Document sequence function privileges better 9 years ago
Peter Eisentraut ab82340a43 Avoid permission failure in pg_sequences.last_value 9 years ago
Tom Lane ad6af3fc42 Release note updates. 9 years ago