Commit Graph

41887 Commits (b4316928d57bec22e95875e6487a4d665bd03a52)
 

Author SHA1 Message Date
Robert Haas b4316928d5 Fix incorrect typecast. 9 years ago
Robert Haas acf555bc53 Shut down Gather's children before shutting down Gather itself. 9 years ago
Robert Haas d912dd062b doc: Add missing comma. 9 years ago
Tom Lane c56ac2913a Suppress unused-variable warning. 9 years ago
Tom Lane f97de05a14 Fix sloppy handling of corner-case errors in fd.c. 9 years ago
Alvaro Herrera 30820982b2 Add tests for two-phase commit 9 years ago
Peter Eisentraut 74321d87fb Fix whitespace 9 years ago
Fujii Masao e14ec7d346 Fix typo in comment. 9 years ago
Fujii Masao 898a792eb8 Fix connection leak in DROP SUBSCRIPTION command. 9 years ago
Fujii Masao 1d04a59be3 Make walsender always initialize the buffers. 9 years ago
Fujii Masao d36537008a Remove confusing comment about unsupported feature. 9 years ago
Peter Eisentraut 7248099c16 doc: Update URL for plr 9 years ago
Tom Lane 1c95f0b478 Use less-generic table name in new regression test case. 9 years ago
Peter Eisentraut 38d103763d Make more use of castNode() 9 years ago
Tom Lane 4e5ce3c1ae Reject too-old Python versions a bit sooner. 9 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 9 years ago
Simon Riggs 0bf41dd190 Small correction to BRIN docs 9 years ago
Tom Lane 1c073505e8 Improve error message for misuse of TZ, tz, OF formatting patterns. 9 years ago
Tom Lane 10257fc5ff Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns. 9 years ago
Tom Lane 090f21bbad Make src/interfaces/libpq/test clean up after itself. 9 years ago
Tom Lane 5b3a2ca850 Dept of second thoughts: rename new perl script. 9 years ago
Tom Lane 170511b30d Adjust PL/Tcl regression test to dodge a possible bug or zone dependency. 9 years ago
Tom Lane 65d508fd4d Suppress "unused variable" warnings with older versions of flex. 9 years ago
Robert Haas a3dc8e495b Make partitions automatically inherit OIDs. 9 years ago
Robert Haas 0414b26bac Add optimizer and executor support for parallel index-only scans. 9 years ago
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