| Commit message (Expand) | Author | Age | Files | Lines |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 2 | -1/+5 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 2 | -3/+3 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 2 | -28/+28 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 1 | -0/+21 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -4/+0 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+1 |
| * | In the stats test, delay for the stats collector to catch up using a | Tom Lane | 2005-07-23 | 1 | -5/+9 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 1 | -6/+6 |
| * | Regression tests for the COPY CSV header feature. From Andrew Dunstan. | Neil Conway | 2005-05-10 | 1 | -0/+10 |
| * | Fix minor breakage to regression tests induced in previous commit -- I had | Neil Conway | 2005-04-07 | 1 | -0/+2 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -1/+1 |
| * | Add CVS \r\n regression tests. | Bruce Momjian | 2005-03-16 | 1 | -0/+27 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -12/+4 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -0/+45 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -4/+4 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 2 | -2/+41 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -1/+17 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -2/+3 |
| * | Teach psql to show the location of syntax errors visually, per recent | Tom Lane | 2004-03-14 | 1 | -0/+4 |
| * | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane | 2004-03-14 | 1 | -0/+4 |
| * | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 | 1 | -1/+2 |
| * | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 | 1 | -1/+1 |
| * | Forget to update the real source of the regression test results after | Peter Eisentraut | 2003-09-25 | 1 | -25/+25 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -3/+3 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -22/+22 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -1/+1 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 2 | -6/+6 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -10/+14 |
| * | Includes: | Bruce Momjian | 2003-06-25 | 1 | -1/+4 |
| * | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane | 2003-05-29 | 2 | -3/+3 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -1/+2 |
| * | Update for new serial functionality. | Bruce Momjian | 2003-03-20 | 1 | -3/+1 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 1 | -2/+3 |
| * | Fix regression test breakage from triggers patch. | Tom Lane | 2002-11-23 | 1 | -1/+3 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -1/+1 |
| * | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 | 1 | -4/+4 |
| * | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 | 1 | -0/+1 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -8/+19 |
| * | More changes to match new error format. | Bruce Momjian | 2002-08-18 | 2 | -3/+3 |
| * | Make cluster regress test functional. | Tom Lane | 2002-08-11 | 1 | -232/+0 |
| * | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian | 2002-08-10 | 1 | -0/+232 |
| * | Change messages like this: | Bruce Momjian | 2002-08-04 | 1 | -20/+20 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -2/+2 |
| * | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian | 2002-07-11 | 1 | -21/+21 |
| * | Back out cleanup patch. Got old version and needs work. | Bruce Momjian | 2002-06-25 | 1 | -21/+21 |
| * | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-25 | 1 | -21/+21 |
| * | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 | 1 | -0/+25 |
| * | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 | 1 | -1/+0 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -1/+1 |