| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 2 | -4/+45 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 21 | -186/+186 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 2 | -0/+31 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 6 | -0/+106 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 2 | -4/+132 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 2 | -39/+0 |
| * | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 | 2 | -15/+53 |
| * | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 | 2 | -0/+42 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+2 |
| * | Undo changes of trailing space in recently-committed expected files. | Tom Lane | 2006-02-12 | 2 | -163/+163 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 2 | -0/+39 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 2 | -210/+296 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 2 | -0/+140 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 2 | -14/+13 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 2 | -0/+51 |
| * | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 | 3 | -0/+542 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 2 | -1/+7 |
| * | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian | 2006-01-25 | 1 | -2/+2 |
| * | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway | 2006-01-22 | 8 | -2/+99 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -3/+3 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 3 | -1/+88 |
| * | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 | 2 | -8/+8 |
| * | Add regression tests to verify that domain constraints on parameters | Neil Conway | 2006-01-15 | 2 | -0/+23 |
| * | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway | 2006-01-15 | 2 | -23/+32 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 5 | -29/+4 |
| * | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 | 1 | -1/+1 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 3 | -8/+82 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -2/+2 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 3 | -397/+3 |
| * | Update regression tests for new referential integrity error message | Bruce Momjian | 2005-12-28 | 1 | -10/+10 |
| * | Add COPY CSV test that tests CSV output of \. | Bruce Momjian | 2005-12-28 | 2 | -0/+6 |
| * | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian | 2005-12-28 | 2 | -0/+13 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 2 | -0/+154 |
| * | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 | 2 | -0/+27 |
| * | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway | 2005-12-11 | 2 | -0/+31 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 2 | -7/+7 |
| * | Spell "explicitly" correctly, per Simon. | Tom Lane | 2005-12-07 | 2 | -6/+6 |
| * | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane | 2005-12-05 | 3 | -0/+40 |
| * | Install pg_regress where PGXS' "make installcheck" can find it. | Alvaro Herrera | 2005-11-28 | 1 | -1/+7 |
| * | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane | 2005-11-28 | 1 | -14/+14 |
| * | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2005-11-23 | 2 | -0/+97 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -9/+9 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 2 | -0/+119 |
| * | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 | 4 | -2/+161 |
| * | Change array_push and array_cat so that they retain the lower bound of | Tom Lane | 2005-11-19 | 1 | -12/+12 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 3 | -7/+116 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 3 | -98/+1 |
| * | Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 | Andrew Dunstan | 2005-11-01 | 2 | -8/+19 |
| * | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 | 1 | -1/+1 |
| * | Improve testlibpq3.c's example of PQexecParams() usage to include sending | Tom Lane | 2005-10-20 | 1 | -47/+107 |