| Commit message (Expand) | Author | Age |
* | Add Windows-specific variant comparison file. | Tom Lane | 2005-03-26 |
* | Add another ORDER BY to rules test to eliminate platform-specific | Tom Lane | 2005-03-26 |
* | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | 2005-03-25 |
* | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 |
* | Add CVS \r\n regression tests. | Bruce Momjian | 2005-03-16 |
* | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 |
* | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 |
* | This patch changes makes some significant changes to how compilation | Neil Conway | 2005-02-22 |
* | Add a regression test to verify that the stack depth checker actually | Tom Lane | 2005-02-11 |
* | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway | 2005-02-11 |
* | Adjust constant-folding of CASE expressions so that the simple comparison | Tom Lane | 2005-02-02 |
* | Add support for temporary views, including documentation and regression | Neil Conway | 2005-02-02 |
* | Adjust estimate_num_groups() to not clamp per-relation group count | Tom Lane | 2005-02-01 |
* | When dealing with multiple grouping columns coming from the same table, | Tom Lane | 2005-01-28 |
* | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 |
* | Add regression tests for recent cursor/savepoint bug fixed by Alvaro and | Neil Conway | 2005-01-27 |
* | Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that | Neil Conway | 2005-01-25 |
* | This patch updates the regression tests to allow "make installcheck" to | Neil Conway | 2005-01-22 |
* | Add some basic regression tests for refcursors in PL/PgSQL. | Neil Conway | 2005-01-19 |
* | This trivial patch adds a regression test for CASE expressions that use | Neil Conway | 2005-01-17 |
* | pg_regress now needs to know that Windows hasn't got unix sockets, | Tom Lane | 2005-01-15 |
* | Ensure that the test postmaster started by 'make check' listens to as | Tom Lane | 2005-01-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. | Tom Lane | 2004-12-23 |
* | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane | 2004-12-21 |
* | plpgsql's exec_eval_simple_expr() now has to take responsibility for | Tom Lane | 2004-12-19 |
* | Add regression tests for the fix committed by Tom for casting between | Neil Conway | 2004-12-12 |
* | Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the | Peter Eisentraut | 2004-12-12 |
* | As long as we're forcing an ORDER BY in these four join queries, we had | Tom Lane | 2004-12-03 |
* | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Force LANG=en on Windows, since system may fail to default to English. | Tom Lane | 2004-11-17 |
* | Add installcheck-parallel regression test target. Magnus Hagander | Tom Lane | 2004-11-17 |
* | Add variant regression file to support BSDen that underflow to plus zero instead | Tom Lane | 2004-11-17 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Use psql -q option instead of 2>/dev/null during first invocation | Tom Lane | 2004-10-31 |
* | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 |
* | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane | 2004-10-27 |
* | Adjust message to not be misleading on Windows. | Tom Lane | 2004-10-24 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | Unbreak regression tests (Peter's recent checkin to executor/spi.c did | Neil Conway | 2004-10-13 |
* | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 |
* | Update CIDR regresion tests to test for network masks inside the last | Bruce Momjian | 2004-10-08 |
* | Remove benchmark comment. | Bruce Momjian | 2004-10-07 |
* | Remove mention of -Q option for bench. | Bruce Momjian | 2004-10-07 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |