Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Tom Lane 6545a901aa Fix pg_restore's direct-to-database mode for standard_conforming_strings. 15 years ago
Peter Eisentraut 0fe8150827 Minor message style adjustment 15 years ago
Tom Lane c1420fcf7d Check to see whether libxml2 handles error context the way we expect. 15 years ago
Peter Eisentraut e67efb01e8 Add missing newlines at end of error messages 15 years ago
Peter Eisentraut ce8d7bb644 Replace printf format %i by %d 15 years ago
Robert Haas 8c18f3f0e1 Only display column comments for relkinds that support them. 15 years ago
Andrew Dunstan 74e6d37276 Silence compiler warning about uninitialized variable. 15 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 15 years ago
Tom Lane bcf23ba4bf Fix previous patch so it also works if not USE_SSL (mea culpa). 15 years ago
Tom Lane fee476da95 Improve libpq's error reporting for SSL failures. 15 years ago
Tom Lane d0c23026b2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 15 years ago
Andrew Dunstan e399eb74d9 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 15 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane 988cccc620 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 15 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 15 years ago
Tom Lane a9f0dbc39d Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Tom Lane 0ce7676aa0 Make xpath() do something useful with XPath expressions that return scalars. 15 years ago
Tom Lane aaf15e5c1c Ensure that xpath() escapes special characters in string values. 15 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 15 years ago
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 15 years ago
Alvaro Herrera c8dfc89232 Make isolationtester more robust on locked commands 15 years ago
Alvaro Herrera d6db0e4e0e Increase deadlock_timeout to 100ms in FK isolation tests 15 years ago
Alvaro Herrera a0eae1a2ee Add expected regress output on stricter isolation levels 15 years ago
Simon Riggs 7cb7122800 Remove O(N^2) performance issue with multiple SAVEPOINTs. 15 years ago
Robert Haas 8e5ac74c12 Some refinement for the "fast path" lock patch. 15 years ago
Robert Haas cdd61237d6 Remove superfluous variable. 15 years ago
Simon Riggs 4bd8ed31b7 Introduce sending servers as new category for replication params 15 years ago
Peter Eisentraut 6307fff358 Fix typo 15 years ago
Peter Eisentraut 30f854537d Change debug message from ereport to elog 15 years ago
Simon Riggs 5286105800 Cascading replication feature for streaming log-based replication. 15 years ago
Tom Lane 3d4890c0c5 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 15 years ago
Michael Meskes 3406dd22fd Adapted expected result for latest change to ecpglib. 15 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 15 years ago
Michael Meskes 8f8a273c4d Made ecpglib write double with a precision of 15 digits. 15 years ago
Robert Haas 3cba8999b3 Create a "fast path" for acquiring weak relation locks. 15 years ago
Robert Haas b59d2fe497 Add pg_opfamily_is_visible. 15 years ago
Tom Lane 9473bb96d0 Further thoughts about temp_file_limit patch. 15 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 15 years ago
Tom Lane 1bc16a9460 Improve make_subplanTargetList to avoid including Vars unnecessarily. 15 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Tom Lane 3ee7c8710d Use errdetail_internal() for SSI transaction cancellation details. 15 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 15 years ago
Magnus Hagander 0886dde5f8 Fix SSPI login when multiple roundtrips are required 15 years ago
Alvaro Herrera d71197cd35 Set different deadlock_timeout on each session in new isolation tests 15 years ago
Peter Eisentraut bf3c585681 Set information_schema.tables.commit_action to null 15 years ago
Heikki Linnakangas 8d260911e8 Change the way the offset of downlink is stored in GISTInsertStack. 15 years ago
Heikki Linnakangas bc175eb805 Fix two ancient bugs in GiST code to re-find a parent after page split: 15 years ago
Tom Lane f3ff0433ab In planner, don't assume that empty parent tables aren't really empty. 15 years ago
Peter Eisentraut f4678c205a Set information_schema.routines.is_udt_dependent to NO 15 years ago
Tom Lane 96f990e23b Update some comments to clarify who does what in targetlist creation. 15 years ago