aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-09
* Back-port shell script syntax fix needed for some BSD machines.Tom Lane2006-06-19
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-18
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-05
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-01
* Update regression tests for new USA timezone data. Mea culpa for notTom Lane2005-09-08
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-22
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-17
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-15
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Fix bug in COPY CSV mode: handle consecutive embedded newlines in COPYNeil Conway2005-05-13
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Add Windows-specific variant comparison file.Tom Lane2005-03-26
* Add another ORDER BY to rules test to eliminate platform-specificTom Lane2005-03-26
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-24
* Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane2005-02-02
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-01
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-28
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-22
* This trivial patch adds a regression test for CASE expressions that useNeil Conway2005-01-17
* pg_regress now needs to know that Windows hasn't got unix sockets,Tom Lane2005-01-15
* Ensure that the test postmaster started by 'make check' listens to asTom Lane2005-01-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.Tom Lane2004-12-23
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-21
* plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane2004-12-19
* Add regression tests for the fix committed by Tom for casting betweenNeil Conway2004-12-12
* Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing thePeter Eisentraut2004-12-12
* As long as we're forcing an ORDER BY in these four join queries, we hadTom Lane2004-12-03
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-02
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Force LANG=en on Windows, since system may fail to default to English.Tom Lane2004-11-17
* Add installcheck-parallel regression test target. Magnus HaganderTom Lane2004-11-17
* Add variant regression file to support BSDen that underflow to plus zero insteadTom Lane2004-11-17
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-16
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Use psql -q option instead of 2>/dev/null during first invocationTom Lane2004-10-31
* Fix to_number for the case of a trailing S.Tom Lane2004-10-28
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-27
* Adjust message to not be misleading on Windows.Tom Lane2004-10-24
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Unbreak regression tests (Peter's recent checkin to executor/spi.c didNeil Conway2004-10-13
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-11
* Update CIDR regresion tests to test for network masks inside the lastBruce Momjian2004-10-08
* Remove benchmark comment.Bruce Momjian2004-10-07
* Remove mention of -Q option for bench.Bruce Momjian2004-10-07
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-04
* Add regression test inspired by Sebastian Böck.Tom Lane2004-10-03