| Age | Commit message (Expand) | Author |
| 2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-02-04 | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan |
| 2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
| 2006-01-22 | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-15 | Add regression tests to verify that domain constraints on parameters | Neil Conway |
| 2006-01-15 | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway |
| 2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2005-12-28 | Add COPY CSV test that tests CSV output of \. | Bruce Momjian |
| 2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
| 2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-14 | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane |
| 2005-12-11 | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway |
| 2005-12-07 | Spell "explicitly" correctly, per Simon. | Tom Lane |
| 2005-12-05 | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane |
| 2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-19 | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan |
| 2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-10-06 | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-14 | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway |
| 2005-08-30 | Add regression tests for disabling constraints. | Bruce Momjian |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-04 | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane |
| 2005-08-01 | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane |
| 2005-07-30 | Please find attached diffs for documentation and simple regression | Bruce Momjian |
| 2005-07-23 | In the stats test, delay for the stats collector to catch up using a | Tom Lane |
| 2005-07-15 | Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related | Tom Lane |
| 2005-07-10 | Change typreceive function API so that receive functions get the same | Tom Lane |
| 2005-07-10 | I made the patch that implements regexp_replace again. | Bruce Momjian |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-02 | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway |
| 2005-07-01 | Fix platform-dependency in recently added regression tests. | Tom Lane |
| 2005-07-01 | Avoid function name conflict when plpgsql and rangefuncs regression tests | Tom Lane |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
| 2005-06-22 | 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-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-14 | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway |
| 2005-06-10 | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway |
| 2005-06-08 | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane |
| 2005-06-07 | 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 |