| Commit message (Expand) | Author | Age |
* | Fix overlooked regression output file. | Tom Lane | 2005-06-26 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 |
* | Remove forced CHECKPOINT in regression tests --- redundant now that | Tom Lane | 2005-06-25 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 |
* | Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, | Neil Conway | 2005-06-22 |
* | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway | 2005-06-22 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Change shell syntax that seems not to work right on FreeBSD 6-CURRENT | Tom Lane | 2005-06-20 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway | 2005-06-14 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 |
* | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway | 2005-06-07 |
* | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 |
* | Display only 9 subsecond digits instead of 10 for time values, for | Bruce Momjian | 2005-05-27 |
* | Back out part of patch that should be applied later. | Bruce Momjian | 2005-05-27 |
* | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian | 2005-05-27 |
* | Back out SQLSTATE and SQLERRM support. | Bruce Momjian | 2005-05-26 |
* | Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful" | Neil Conway | 2005-05-26 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 |
* | Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on | Bruce Momjian | 2005-05-26 |
* | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 |
* | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 |
* | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 |
* | Add regression test for consecutive newlines in COPY CSV mode. (There is | Neil Conway | 2005-05-13 |
* | Give pg_regress a --load-language option, so that it can be used to test | Tom Lane | 2005-05-11 |
* | 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 |
* | 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 |