Commit Graph

41904 Commits (285ca26132abdd0a1adc11a21789f103c4e3f6d8)
 

Author SHA1 Message Date
Tom Lane 285ca26132 Put back #include <windows.h> in dirmod.c. 9 years ago
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Bruce Momjian 5639ceddcb pg_upgrade docs: clarify instructions on standby extensions 9 years ago
Tom Lane c5658a0764 Suppress compiler warnings in ecpg test on newer Windows toolchains. 9 years ago
Tom Lane 41c16edcf6 Fix unportable definition of BSWAP64() macro. 9 years ago
Robert Haas 5dbdb2f799 Make tablesample work with partitioned tables. 9 years ago
Tom Lane 6d493e1a01 Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer. 9 years ago
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