Commit Graph

41896 Commits (c29aff959dc64f7321062e7f33d8c6ec23db53d3)
 

Author SHA1 Message Date
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane d28aafb6dd Remove pg_control's enableIntTimes field. 9 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 9 years ago
Peter Eisentraut c3368f9173 Fix logical replication with different encodings 9 years ago
Peter Eisentraut e8d016d819 Remove deprecated COMMENT ON RULE syntax 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Andrew Dunstan 502a3832cc Correctly handle array pseudotypes in to_json and to_jsonb 9 years ago
Robert Haas 4c728f3829 Pass the source text for a parallel query to the workers. 9 years ago
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