Commit Graph

44193 Commits (c12693d8f3bbbffcb79f6af476cc647402e1145e)
 

Author SHA1 Message Date
Andres Freund c12693d8f3 Introduce ExecQualAndReset() helper. 8 years ago
Tom Lane 97d4445a03 Save a few bytes by removing useless last argument to SearchCatCacheList. 8 years ago
Andres Freund fc96c69425 Initialize unused ExprEvalStep fields. 8 years ago
Peter Eisentraut 1e1e599d66 doc: Clarify pg_upgrade documentation 8 years ago
Andres Freund ab9f2c429d Prevent growth of simplehash tables when they're "too empty". 8 years ago
Andres Freund c068f87723 Improve bit perturbation in TupleHashTableHash. 8 years ago
Tom Lane 15be274601 Avoid misleading psql password prompt when username is multiply specified. 8 years ago
Tom Lane 35a528062c Add stack-overflow guards in set-operation planning. 8 years ago
Bruce Momjian 010123e144 C includes: Reorder C includes in partition.c 8 years ago
Tom Lane 41fc04ff91 Update time zone data files to tzdata release 2018c. 8 years ago
Tom Lane 2e668c522e Avoid crash during EvalPlanQual recheck of an inner indexscan. 8 years ago
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