| Age | Commit message (Expand) | Author |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-06 | Attached is the new patch. To summarize: | Bruce Momjian |
| 2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
| 2006-03-02 | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane |
| 2006-02-28 | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
| 2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
| 2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
| 2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
| 2006-02-12 | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane |
| 2006-02-12 | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian |
| 2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
| 2006-02-12 | Undo changes of trailing space in recently-committed expected files. | Tom Lane |
| 2006-02-11 | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian |
| 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-10 | Allow psql multi-line column values to align in the proper columns | Bruce Momjian |
| 2006-02-04 | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan |
| 2006-02-04 | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian |
| 2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
| 2006-01-25 | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian |
| 2006-01-22 | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-16 | Change the parameter_types column of the pg_prepared_statements to be | 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-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2005-12-28 | Update regression tests for new referential integrity error message | Bruce Momjian |
| 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-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 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-28 | Install pg_regress where PGXS' "make installcheck" can find it. | Alvaro Herrera |
| 2005-11-28 | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane |
| 2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 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 |