| Commit message (Expand) | Author | Age |
* | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 |
* | 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-02-04 |
* | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 |
* | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian | 2006-01-25 |
* | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway | 2006-01-22 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 |
* | 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-15 |
* | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 |
* | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
* | 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-28 |
* | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 |
* | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway | 2005-12-11 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |
* | Spell "explicitly" correctly, per Simon. | Tom Lane | 2005-12-07 |
* | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane | 2005-12-05 |
* | 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-28 |
* | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2005-11-23 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 |
* | Change array_push and array_cat so that they retain the lower bound of | Tom Lane | 2005-11-19 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 |
* | Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 | Andrew Dunstan | 2005-11-01 |
* | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 |
* | Improve testlibpq3.c's example of PQexecParams() usage to include sending | Tom Lane | 2005-10-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Update regression output for new prepare transaction error messages. | Bruce Momjian | 2005-10-13 |
* | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 |
* | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 |
* | Adjust regression for new cancel query message. | Bruce Momjian | 2005-09-16 |
* | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway | 2005-09-14 |
* | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 |
* | Update regression tests for new USA timezone data. Mea culpa for not | Tom Lane | 2005-09-08 |
* | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 |
* | Add regression tests for disabling constraints. | Bruce Momjian | 2005-08-30 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 |