Commit Graph

44153 Commits (a541dbb6fa389bb0ffdd24a403bc6d276d77a074)
 

Author SHA1 Message Date
Bruce Momjian a541dbb6fa doc: simplify intermediate certificate mention in libpq docs 8 years ago
Peter Eisentraut 1c2183403b Extract common bits from OpenSSL implementation 8 years ago
Peter Eisentraut f966101d19 Move SSL API comments to header files 8 years ago
Peter Eisentraut 573bd08b99 Move EDH support to common files 8 years ago
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Peter Eisentraut f5da5683a8 Add installcheck support to more test suites 8 years ago
Tom Lane b3f8401205 Move handling of database properties from pg_dumpall into pg_dump. 8 years ago
Tom Lane d6c84667d1 Reorder code in pg_dump to dump comments etc in a uniform order. 8 years ago
Peter Eisentraut f498704346 PL/Python: Fix tests for older Python versions 8 years ago
Tom Lane 2b792ab094 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Magnus Hagander b9ff79b8f1 Fix docs typo 8 years ago
Magnus Hagander 1cc4f536ef Support huge pages on Windows 8 years ago
Magnus Hagander 5c15a54e85 Fix wording of "hostaddrs" 8 years ago
Bruce Momjian 815f84aa16 doc: update intermediate certificate instructions 8 years ago
Peter Eisentraut 918e02a221 Improve type conversion of SPI_processed in Python 8 years ago
Tom Lane 96102a32a3 Suppress possibly-uninitialized-variable warnings. 8 years ago
Peter Eisentraut eee50a8d4c PL/Python: Simplify PLyLong_FromInt64 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Alvaro Herrera 7f17fd6fc7 Fix CompareIndexInfo's attnum comparisons 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType 8 years ago
Alvaro Herrera 42b5856038 Fix pg_dump version comparison 8 years ago
Alvaro Herrera 189d0ff588 Fix regression tests for better stability 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Alvaro Herrera 1ef61ddce9 Fix StoreCatalogInheritance1 to use 32bit inhseqno 8 years ago
Robert Haas 29d58fd3ad Transfer state pertaining to pending REINDEX operations to workers. 8 years ago
Simon Riggs 4e54dd2e0a Fix typo in recent commit 8 years ago
Peter Eisentraut a228e44ce4 Update comment 8 years ago
Peter Eisentraut 958c7ae0b7 Fix typo and improve punctuation 8 years ago
Peter Eisentraut 77216cae47 Add tests for session_replication_role 8 years ago
Tom Lane 2082b3745a Extend configure's __int128 test to check for a known gcc bug. 8 years ago
Peter Eisentraut a063d842f8 doc: Expand documentation of session_replication_role 8 years ago
Bruce Momjian f033462d8f Reorder C includes 8 years ago
Robert Haas 4bbf6edfbd postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. 8 years ago
Tom Lane dca48d145e Remove useless lookup of root partitioned rel in ExecInitModifyTable(). 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Andrew Dunstan 585e166e46 Fix compiler warnings due to commit cc4feded 8 years ago
Andrew Dunstan cc4feded0a Centralize json and jsonb handling of datetime types 8 years ago
Peter Eisentraut d91da5eced Remove useless use of bit-masking macros 8 years ago
Michael Meskes 649aeb123f Cope with indicator arrays that do not have the correct length. 8 years ago
Bruce Momjian 255f14183a docs: replace dblink() mention with foreign data mention 8 years ago
Tom Lane e9f2703ab7 Fix postgres_fdw to cope with duplicate GROUP BY entries. 8 years ago
Tom Lane 680d540502 Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT. 8 years ago
Tom Lane 90947674fc Fix incorrect handling of subquery pullup in the presence of grouping sets. 8 years ago
Michael Meskes ca4587f3f9 Fix parsing of compatibility mode argument. 8 years ago
Alvaro Herrera 49c784ece7 Remove hard-coded schema knowledge about pg_attribute from genbki.pl 8 years ago
Bruce Momjian bdb70c12b3 C comment: fix "the the" mentions in C comments 8 years ago
Peter Eisentraut bbd3363e12 Refactor subscription tests to use PostgresNode's wait_for_catchup 8 years ago
Tom Lane 4d41b2e092 Add QueryEnvironment to ExplainOneQuery_hook's parameter list. 8 years ago