summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-15Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-07-08Message style improvementsPeter Eisentraut
2011-07-07Fix a bug with SSI and prepared transactions:Heikki Linnakangas
2011-07-04Message style tweaksPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-22Update alternative expected file for recent sequence test changes.Tom Lane
2011-06-22Revert "Don't select log_cnt in sequence regression tests."Tom Lane
2011-06-22Don't select log_cnt in sequence regression tests.Robert Haas
2011-06-22Add some regression tests for serial pseudotypes.Robert Haas
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-21Adjust the alternative expected output file for prepared_xacts test case,Heikki Linnakangas
2011-06-21Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas
2011-06-20Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane
2011-06-18Capitalization fixesPeter Eisentraut
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane