Commit Graph

44182 Commits (ba8c2dfffd8e018fa0fae554fee69a7b7e93472e)
 

Author SHA1 Message Date
Magnus Hagander ba8c2dfffd Add missing semicolons in documentation examples 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Robert Haas 9fd8b7d632 Factor some code out of create_grouping_paths. 8 years ago
Tom Lane 4971d2a322 Remove the obsolete WITH clause of CREATE FUNCTION. 8 years ago
Robert Haas b0313f9cc8 pageinspect: Fix use of wrong memory context by hash_page_items. 8 years ago
Peter Eisentraut c1869542b3 Use abstracted SSL API in server connection log messages 8 years ago
Peter Eisentraut a6ef00b5c3 Remove byte-masking macros for Datum conversion macros 8 years ago
Bruce Momjian 6588a43bca Fix C comment typo 8 years ago
Tom Lane 1368e92e16 Support --no-comments in pg_dump, pg_dumpall, pg_restore. 8 years ago
Tom Lane bb415675d8 Add missing "static" markers. 8 years ago
Tom Lane 0d4e6ed308 Clean up some aspects of pg_dump/pg_restore item-selection logic. 8 years ago
Alvaro Herrera 05fb5d6619 Ignore partitioned indexes where appropriate 8 years ago
Tom Lane 5955d93419 Improve pg_dump's handling of "special" built-in objects. 8 years ago
Peter Eisentraut 2a5ecb56d2 Update documentation to mention huge pages on other OSes 8 years ago
Peter Eisentraut 0b5e33f667 Remove use of byte-masking macros in record_image_cmp 8 years ago
Peter Eisentraut 4a3fdbdf76 Allow spaces in connection strings in SSL tests 8 years ago
Robert Haas 945f71db84 Avoid referencing off the end of subplan_partition_offsets. 8 years ago
Bruce Momjian d6ab720360 doc: properly indent CREATE TRIGGER paragraph 8 years ago
Peter Eisentraut a61116da8b Add tests for record_image_eq and record_image_cmp 8 years ago
Bruce Momjian 5b2a8cf96f doc: clarify use of RegisterDynamicBackgroundWorker 8 years ago
Tom Lane 434e6e1484 Improve implementation of pg_attribute_always_inline. 8 years ago
Bruce Momjian e0a0deca38 doc: mention psql -l uses the 'postgres' database by default 8 years ago
Tom Lane bb94ce4d26 Teach reparameterize_path() to handle AppendPaths. 8 years ago
Alvaro Herrera 95be5ce1bc Remove unnecessary include 8 years ago
Tom Lane c9707d9413 Documentation fix: pg_ctl no longer makes connection attempts. 8 years ago
Peter Eisentraut f9bbd46adb pgbench: Remove accidental garbage in test file 8 years ago
Robert Haas 28e04155f1 Update obsolete sentence in README.parallel. 8 years ago
Robert Haas 2badb5afb8 Report an ERROR if a parallel worker fails to start properly. 8 years ago
Tom Lane 160a4f62ee In pg_dump, force reconnection after issuing ALTER DATABASE SET command(s). 8 years ago
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