Commit Graph

41872 Commits (04aad401867ad3e1519615d8486e32b50dbcb5f5)
 

Author SHA1 Message Date
Peter Eisentraut 04aad40186 Drop support for Python 2.3 8 years ago
Simon Riggs 0bf41dd190 Small correction to BRIN docs 8 years ago
Tom Lane 1c073505e8 Improve error message for misuse of TZ, tz, OF formatting patterns. 8 years ago
Tom Lane 10257fc5ff Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns. 8 years ago
Tom Lane 090f21bbad Make src/interfaces/libpq/test clean up after itself. 8 years ago
Tom Lane 5b3a2ca850 Dept of second thoughts: rename new perl script. 8 years ago
Tom Lane 170511b30d Adjust PL/Tcl regression test to dodge a possible bug or zone dependency. 8 years ago
Tom Lane 65d508fd4d Suppress "unused variable" warnings with older versions of flex. 8 years ago
Robert Haas a3dc8e495b Make partitions automatically inherit OIDs. 8 years ago
Robert Haas 0414b26bac Add optimizer and executor support for parallel index-only scans. 8 years ago
Robert Haas 16be2fd100 Make dsa_allocate interface more like MemoryContextAlloc. 8 years ago
Magnus Hagander 1a16af8b35 Fix help message for pg_basebackup -R 8 years ago
Peter Eisentraut e3a58c8835 Optimize query for information_schema.constraint_column_usage 8 years ago
Peter Eisentraut 68f3dbc552 doc: Fix typos 8 years ago
Peter Eisentraut 363ac78aee pg_dump: Message style improvements 8 years ago
Tom Lane a029d2cf42 Document usage of COPT environment variable for adjusting configure flags. 8 years ago
Peter Eisentraut 39370e6a0a pg_dump: Fix typo in query 8 years ago
Peter Eisentraut 638d650dd7 Remove redundant coverage target 8 years ago
Peter Eisentraut e7e4cd1ab5 Fix typo on comment 8 years ago
Robert Haas 9acb85597f Add new function dsa_allocate0. 8 years ago
Tom Lane 3b7673388d Doc: remove duplicate index entry. 8 years ago
Robert Haas 59407301a3 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 8 years ago
Tom Lane 93e6e40574 Formatting and docs corrections for logical decoding output plugins. 8 years ago
Tom Lane adb67d67f0 Doc: fix typo in logicaldecoding.sgml. 8 years ago
Tom Lane f2ec57dee9 Make sure that hash join's bulk-tuple-transfer loops are interruptible. 8 years ago
Tom Lane 2b18743614 Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE. 8 years ago
Tom Lane a5d4e3ff79 Fix tab completion for "ALTER SYSTEM SET variable ...". 8 years ago
Tom Lane 01e0cbc4f6 Fix YA unwanted behavioral difference with operator_precedence_warning. 8 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 8 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 8 years ago
Robert Haas 5d40286985 Fix wrong articles in pg_proc descriptions. 8 years ago
Robert Haas 1330a7d726 Document new libpq connection statuses for target_session_attrs. 8 years ago
Robert Haas 1de0a4e00e libpq: Make target_session_attrs=read-write consume empty result. 8 years ago
Peter Eisentraut fbe7a3fa45 doc: Add advice about systemd RemoveIPC 8 years ago
Robert Haas b877761123 pg_upgrade: Fix problems caused by renaming pg_resetxlog. 8 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 8 years ago
Robert Haas e403732ef6 Fix some nonstandard capitalization. 8 years ago
Robert Haas 569174f1be btree: Support parallel index scans. 8 years ago
Robert Haas 8569955ee3 Fix typo in comment. 8 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 8 years ago
Robert Haas 8da9a22636 Split index xlog headers from other private index headers. 8 years ago
Robert Haas fb47544d0c Minor fixes for WAL consistency checking. 8 years ago
Robert Haas e28b115612 Don't disallow dropping NOT NULL for a list partition key. 8 years ago
Tom Lane 8d396a0a70 Remove duplicate code in planner.c. 8 years ago
Fujii Masao 0dfa89ba29 Replace reference to "xlog-method" with "wal-method" in error message. 8 years ago
Robert Haas 0ede57a1a5 Corrections and improvements to generic parallel query documentation. 8 years ago
Fujii Masao f10637ebe0 Replace references to "xlog" with "wal" in docs. 8 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