Commit Graph

41862 Commits (16be2fd100199bdf284becfcee02c5eb20d8a11d)
 

Author SHA1 Message Date
Robert Haas 16be2fd100 Make dsa_allocate interface more like MemoryContextAlloc. 9 years ago
Magnus Hagander 1a16af8b35 Fix help message for pg_basebackup -R 9 years ago
Peter Eisentraut e3a58c8835 Optimize query for information_schema.constraint_column_usage 9 years ago
Peter Eisentraut 68f3dbc552 doc: Fix typos 9 years ago
Peter Eisentraut 363ac78aee pg_dump: Message style improvements 9 years ago
Tom Lane a029d2cf42 Document usage of COPT environment variable for adjusting configure flags. 9 years ago
Peter Eisentraut 39370e6a0a pg_dump: Fix typo in query 9 years ago
Peter Eisentraut 638d650dd7 Remove redundant coverage target 9 years ago
Peter Eisentraut e7e4cd1ab5 Fix typo on comment 9 years ago
Robert Haas 9acb85597f Add new function dsa_allocate0. 9 years ago
Tom Lane 3b7673388d Doc: remove duplicate index entry. 9 years ago
Robert Haas 59407301a3 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 9 years ago
Tom Lane 93e6e40574 Formatting and docs corrections for logical decoding output plugins. 9 years ago
Tom Lane adb67d67f0 Doc: fix typo in logicaldecoding.sgml. 9 years ago
Tom Lane f2ec57dee9 Make sure that hash join's bulk-tuple-transfer loops are interruptible. 9 years ago
Tom Lane 2b18743614 Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE. 9 years ago
Tom Lane a5d4e3ff79 Fix tab completion for "ALTER SYSTEM SET variable ...". 9 years ago
Tom Lane 01e0cbc4f6 Fix YA unwanted behavioral difference with operator_precedence_warning. 9 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
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