| Commit message (Expand) | Author | Age |
* | Regression tests for the COPY CSV header feature. From Andrew Dunstan. | Neil Conway | 2005-05-10 |
* | Update "expected" regression test output for the recent stats collector | Neil Conway | 2005-05-09 |
* | Change catalog entries for record_out and record_send to show only one | Tom Lane | 2005-04-30 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 |
* | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Fix some issues with missing or too many newlines at | Tom Lane | 2005-04-07 |
* | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane | 2005-04-07 |
* | Fix minor breakage to regression tests induced in previous commit -- I had | Neil Conway | 2005-04-07 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane | 2005-04-05 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | 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 |