| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 5 | -54/+47 |
| * | Update regression output for new prepare transaction error messages. | Bruce Momjian | 2005-10-13 | 1 | -1/+1 |
| * | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 | 2 | -16/+16 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 3 | -7/+2 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 7 | -20/+158 |
| * | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 | 1 | -2/+2 |
| * | Adjust regression for new cancel query message. | Bruce Momjian | 2005-09-16 | 1 | -2/+2 |
| * | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway | 2005-09-14 | 2 | -10/+10 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -1/+2 |
| * | Update regression tests for new USA timezone data. Mea culpa for not | Tom Lane | 2005-09-08 | 1 | -15/+15 |
| * | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 1 | -20/+3 |
| * | Add regression tests for disabling constraints. | Bruce Momjian | 2005-08-30 | 2 | -0/+105 |
| * | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 | 1 | -3/+2 |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 1 | -4/+4 |
| * | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 2 | -48/+48 |
| * | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 | 2 | -3/+10 |
| * | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 2 | -0/+100 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+1 |
| * | Please find attached diffs for documentation and simple regression | Bruce Momjian | 2005-07-30 | 4 | -0/+56 |
| * | Remove no-longer-needed hack to add pgsleep.c to regress.so. | Tom Lane | 2005-07-28 | 1 | -13/+3 |
| * | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 | 1 | -1/+1 |
| * | Change build of regress.so to use Makefile.shlib instead of depending | Tom Lane | 2005-07-25 | 1 | -18/+28 |
| * | Regenerate badly-obsolete README file. | Tom Lane | 2005-07-24 | 1 | -279/+277 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -12/+13 |
| * | In the stats test, delay for the stats collector to catch up using a | Tom Lane | 2005-07-23 | 5 | -44/+42 |
| * | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane | 2005-07-22 | 5 | -1476/+1476 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -7/+7 |
| * | Make pg_regress accept a command-line option for the temporary installation's | Tom Lane | 2005-07-17 | 2 | -5/+19 |
| * | Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related | Tom Lane | 2005-07-15 | 2 | -0/+90 |