Commit Graph

32238 Commits (c9737310d5f9b87b5edb3674b5d34eea2f198a0b)
 

Author SHA1 Message Date
Andrew Dunstan c9737310d5 Don't build replacement getpeereid function on mingw. 14 years ago
Andrew Dunstan 74e6d37276 Silence compiler warning about uninitialized variable. 14 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 14 years ago
Robert Haas f5af8eed92 Improvements to SQL/MED documentation. 14 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 14 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 14 years ago
Tom Lane bcf23ba4bf Fix previous patch so it also works if not USE_SSL (mea culpa). 14 years ago
Tom Lane fee476da95 Improve libpq's error reporting for SSL failures. 14 years ago
Tom Lane d0c23026b2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 14 years ago
Bruce Momjian 081a5518c0 In pg_upgrade on Windows, check if the directory is writable by actually 14 years ago
Andrew Dunstan e399eb74d9 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 14 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 14 years ago
Tom Lane 988cccc620 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 14 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 14 years ago
Bruce Momjian 43aa40e155 In pg_upgrade, add C comment about why we don't try to do shared file 14 years ago
Tom Lane a9f0dbc39d Fix PQsetvalue() to avoid possible crash when adding a new tuple. 14 years ago
Tom Lane 0ce7676aa0 Make xpath() do something useful with XPath expressions that return scalars. 14 years ago
Tom Lane aaf15e5c1c Ensure that xpath() escapes special characters in string values. 14 years ago
Bruce Momjian 17a16eeb7c In pg_upgrade, fix the -l/log option to work on Windows. 14 years ago
Bruce Momjian 6b43fddee4 In pg_upgrade, use pg_strudup(), for consistency. 14 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 14 years ago
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 14 years ago
Robert Haas d79a601fd9 Improve sepgsql and SECURITY LABEL documentation. 14 years ago
Robert Haas 550cd074f9 Minor improvement to pg_seclabel documentation. 14 years ago
Alvaro Herrera c8dfc89232 Make isolationtester more robust on locked commands 14 years ago
Alvaro Herrera d6db0e4e0e Increase deadlock_timeout to 100ms in FK isolation tests 14 years ago
Alvaro Herrera a0eae1a2ee Add expected regress output on stricter isolation levels 14 years ago
Simon Riggs 7cb7122800 Remove O(N^2) performance issue with multiple SAVEPOINTs. 14 years ago
Robert Haas 8e5ac74c12 Some refinement for the "fast path" lock patch. 14 years ago
Robert Haas cdd61237d6 Remove superfluous variable. 14 years ago
Simon Riggs 6ba77bce93 Minor doc additions for cascading replication. 14 years ago
Simon Riggs 4bd8ed31b7 Introduce sending servers as new category for replication params 14 years ago
Peter Eisentraut 6307fff358 Fix typo 14 years ago
Peter Eisentraut bf6be7af25 Put inline declaration before return type 14 years ago
Peter Eisentraut 30f854537d Change debug message from ereport to elog 14 years ago
Simon Riggs 5286105800 Cascading replication feature for streaming log-based replication. 14 years ago
Tom Lane 3d4890c0c5 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 14 years ago
Michael Meskes 3406dd22fd Adapted expected result for latest change to ecpglib. 14 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 14 years ago
Michael Meskes 8f8a273c4d Made ecpglib write double with a precision of 15 digits. 14 years ago
Robert Haas 3cba8999b3 Create a "fast path" for acquiring weak relation locks. 14 years ago
Peter Eisentraut 7ed8f6c517 Remove claim that the project is not represented in the SQL working group 14 years ago
Peter Eisentraut 3835855589 Note that information_schema.sql_languages was removed in SQL:2008 14 years ago
Robert Haas b59d2fe497 Add pg_opfamily_is_visible. 14 years ago
Tom Lane 9473bb96d0 Further thoughts about temp_file_limit patch. 14 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 14 years ago
Tom Lane 1bc16a9460 Improve make_subplanTargetList to avoid including Vars unnecessarily. 14 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 14 years ago
Tom Lane 3ee7c8710d Use errdetail_internal() for SSI transaction cancellation details. 14 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 14 years ago