aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* Remove dependency on error ordering in isolation testsAlvaro Herrera2011-09-27
* Fix typoAlvaro Herrera2011-09-27
* Fix window functions that sort by expressions involving aggregates.Tom Lane2011-09-26
* Speed up array element assignment in plpgsql by caching type information.Tom Lane2011-09-26
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-21
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Minor improvements to mbregress.sh script.Robert Haas2011-09-01
* Clean up pg_regress --help outputPeter Eisentraut2011-08-30
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-30
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-25
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Change format of SQL/MED generic options in psql backslash commands.Robert Haas2011-08-25
* Update FK alternative test output to new whitespace rulesAlvaro Herrera2011-08-24
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Properly call strerror() in thread test; add comments.Bruce Momjian2011-08-22
* Simplify errno generating in thread testing program.Bruce Momjian2011-08-21
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Have thread_test create its test files in the current directory, ratherBruce Momjian2011-08-20
* Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane2011-08-18
* Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas2011-08-18
* Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas2011-08-18
* Adjust regression tests for error message changePeter Eisentraut2011-08-15
* Display both per-table and per-column FDW options in psql's \d output.Robert Haas2011-08-11
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas2011-08-08
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Unbreak unlogged tables.Robert Haas2011-07-22
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-21
* Ensure that xpath() escapes special characters in string values.Tom Lane2011-07-20
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Make isolationtester more robust on locked commandsAlvaro Herrera2011-07-19
* Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera2011-07-19
* Add expected regress output on stricter isolation levelsAlvaro Herrera2011-07-19
* Fix typoPeter Eisentraut2011-07-19
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-18
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera2011-07-15
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Add support for blocked commands in isolationtesterAlvaro Herrera2011-07-12
* Message style improvementsPeter Eisentraut2011-07-08
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29