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