summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-26Change FK trigger creation order to better support self-referential FKs.Tom Lane
2011-10-25Add debugging aid in isolationtesterAlvaro Herrera
2011-10-21Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas
2011-10-20Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.Robert Haas
2011-10-20Remove a few of the new DROP-IF-EXISTS regression tests.Robert Haas
2011-10-20Add some more regression tests for DROP IF EXISTS.Robert Haas
2011-10-16Fix collate.linux.utf8 expected output for recent error message change.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-10Attempt to reduce local dependencies in regression tests.Robert Haas
2011-10-10Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas
2011-10-09Prevent index-only scans in stats regression test.Tom Lane
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-10-01Improve generated column names for cases involving sub-SELECTs.Tom Lane
2011-09-27Remove dependency on error ordering in isolation testsAlvaro Herrera
2011-09-27Fix typoAlvaro Herrera
2011-09-27Fix window functions that sort by expressions involving aggregates.Tom Lane
2011-09-26Speed up array element assignment in plpgsql by caching type information.Tom Lane
2011-09-21Fix another bit of unlogged-table-induced breakage.Robert Haas
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-09-01Minor improvements to mbregress.sh script.Robert Haas
2011-08-30Clean up pg_regress --help outputPeter Eisentraut
2011-08-30Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas
2011-08-25Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-08-25Change format of SQL/MED generic options in psql backslash commands.Robert Haas
2011-08-24Update FK alternative test output to new whitespace rulesAlvaro Herrera
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-22Properly call strerror() in thread test; add comments.Bruce Momjian
2011-08-22Simplify errno generating in thread testing program.Bruce Momjian
2011-08-21Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane
2011-08-20Have thread_test create its test files in the current directory, ratherBruce Momjian
2011-08-18Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane
2011-08-18Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas
2011-08-18Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas
2011-08-15Adjust regression tests for error message changePeter Eisentraut
2011-08-11Display both per-table and per-column FDW options in psql's \d output.Robert Haas
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-08-08Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-07-22Unbreak unlogged tables.Robert Haas
2011-07-21Make xpath() do something useful with XPath expressions that return scalars.Tom Lane
2011-07-20Ensure that xpath() escapes special characters in string values.Tom Lane
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Make isolationtester more robust on locked commandsAlvaro Herrera
2011-07-19Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera
2011-07-19Add expected regress output on stricter isolation levelsAlvaro Herrera
2011-07-19Fix typoPeter Eisentraut