Commit Graph

2261 Commits (e0d273500a84ab94c69cbfa10ea0537604fbdda3)

Author SHA1 Message Date
Robert Haas 3e9a2672d2 Attempt to reduce local dependencies in regression tests. 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 14 years ago
Tom Lane 45401c1c25 Prevent index-only scans in stats regression test. 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Tom Lane 5ec6b7f1b8 Improve generated column names for cases involving sub-SELECTs. 14 years ago
Alvaro Herrera bbd38af3a8 Remove dependency on error ordering in isolation tests 14 years ago
Alvaro Herrera 1734992738 Fix typo 14 years ago
Tom Lane 269c5dd2f4 Fix window functions that sort by expressions involving aggregates. 14 years ago
Tom Lane 16762b519c Speed up array element assignment in plpgsql by caching type information. 14 years ago
Robert Haas 4893552e21 Fix another bit of unlogged-table-induced breakage. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Tom Lane f0bedf3e45 Fix corner case bug in numeric to_char(). 15 years ago
Robert Haas 48fb49e394 Minor improvements to mbregress.sh script. 15 years ago
Peter Eisentraut b83bb97fdb Clean up pg_regress --help output 15 years ago
Robert Haas 8a3d33c8e6 Fix parsing of time string followed by yesterday/today/tomorrow. 15 years ago
Alvaro Herrera 28190bacfd Add expected isolationtester output when prepared xacts are disabled 15 years ago
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 15 years ago
Robert Haas 0371d4d063 Change format of SQL/MED generic options in psql backslash commands. 15 years ago
Alvaro Herrera f18795e7b7 Update FK alternative test output to new whitespace rules 15 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 15 years ago
Bruce Momjian 5473f283f5 Properly call strerror() in thread test; add comments. 15 years ago
Bruce Momjian e319ec4b73 Simplify errno generating in thread testing program. 15 years ago
Tom Lane b33f78df17 Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 15 years ago
Bruce Momjian 6cc08e703b Have thread_test create its test files in the current directory, rather 15 years ago
Tom Lane 11c88e59a6 Explain max_prepared_transactions requirement in isolation tests' README. 15 years ago
Heikki Linnakangas af35737313 Add an SSI regression test that tests all interesting permutations in the 15 years ago
Heikki Linnakangas 62fd1afc55 Strip whitespace from SQL blocks in the isolation test suite. This is purely 15 years ago
Peter Eisentraut 5845f42721 Adjust regression tests for error message change 15 years ago
Robert Haas d82d84864c Display both per-table and per-column FDW options in psql's \d output. 15 years ago
Tom Lane 77ba232564 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Robert Haas d82a9d2a60 Teach psql to display the comments on SQL/MED objects in verbose mode. 15 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 15 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 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
Peter Eisentraut 6307fff358 Fix typo 15 years ago
Tom Lane 3d4890c0c5 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 15 years ago
Robert Haas 3cba8999b3 Create a "fast path" for acquiring weak relation locks. 15 years ago
Alvaro Herrera d71197cd35 Set different deadlock_timeout on each session in new isolation tests 15 years ago
Tom Lane c1d9579dd8 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. 15 years ago
Alvaro Herrera 846af54dd5 Add support for blocked commands in isolationtester 15 years ago
Peter Eisentraut f05c65090a Message style improvements 15 years ago
Heikki Linnakangas 928408d9e5 Fix a bug with SSI and prepared transactions: 15 years ago
Peter Eisentraut 27af66162b Message style tweaks 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago