aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* On second thought, we'd better just drop these tests altogether.Tom Lane2011-11-06
* Un-break horology regression test.Tom Lane2011-11-06
* Update regression tests for \d+ modificationMagnus Hagander2011-11-05
* Unbreak isolationtester on Win32Alvaro Herrera2011-11-04
* Implement a dry-run mode for isolationtesterAlvaro Herrera2011-11-03
* Support range data types.Heikki Linnakangas2011-11-03
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* Fix btree stop-at-nulls logic properly.Tom Lane2011-11-02
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-26
* Add debugging aid in isolationtesterAlvaro Herrera2011-10-24
* Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas2011-10-21
* Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.Robert Haas2011-10-19
* Remove a few of the new DROP-IF-EXISTS regression tests.Robert Haas2011-10-19
* Add some more regression tests for DROP IF EXISTS.Robert Haas2011-10-19
* Fix collate.linux.utf8 expected output for recent error message change.Tom Lane2011-10-16
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Attempt to reduce local dependencies in regression tests.Robert Haas2011-10-10
* Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas2011-10-09
* Prevent index-only scans in stats regression test.Tom Lane2011-10-08
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* 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