| Commit message (Expand) | Author | Age | Files | Lines |
| * | This is mostly the same as an earlier patch I | Bruce Momjian | 2000-08-29 | 1 | -2/+149 |
| * | Make makeObjectName multibyte aware. Currently, it may produce | Tatsuo Ishii | 2000-08-22 | 1 | -1/+12 |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 1 | -37/+49 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -2/+2 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -2/+3 |
| * | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 | 1 | -2/+1 |
| * | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 | 1 | -1/+33 |
| * | Remove memory leak from VACUUM parsing. | Tom Lane | 2000-07-02 | 1 | -19/+1 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -34/+27 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -4/+4 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -4/+4 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -2/+2 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -335/+364 |
| * | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane | 2000-03-24 | 1 | -18/+22 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -3/+31 |
| * | Simplify parsing of column constraints by treating constraint attributes | Tom Lane | 2000-03-01 | 1 | -16/+131 |
| * | Changed execution time of ON <event> RESTRICT referential | Jan Wieck | 2000-02-29 | 1 | -27/+31 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -21/+28 |
| * | Enabling automatic primary key detection for self-referencing | Jan Wieck | 2000-02-05 | 1 | -3/+28 |
| * | Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). | Jan Wieck | 2000-02-04 | 1 | -8/+252 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -17/+17 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. | Tom Lane | 2000-01-22 | 1 | -1/+13 |
| * | Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This | Tom Lane | 2000-01-20 | 1 | -3/+36 |
| * | Fix broken FOR UPDATE error message. | Tom Lane | 2000-01-16 | 1 | -5/+7 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -3/+3 |
| * | Move fixes for >8 indexed fields. | Bruce Momjian | 2000-01-10 | 1 | -6/+6 |
| * | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 | 1 | -125/+125 |
| * | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 | 1 | -1/+3 |
| * | Completed FOREIGN KEY syntax. | Jan Wieck | 1999-12-06 | 1 | -19/+379 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -2/+5 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane | 1999-11-01 | 1 | -23/+36 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -25/+7 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -76/+81 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -4/+4 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -3/+1 |
| * | Repair the check for redundant UNIQUE and PRIMARY KEY indices. | Thomas G. Lockhart | 1999-08-15 | 1 | -13/+33 |
| * | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 | 1 | -141/+204 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -5/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -5/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -7/+1 |
| * | Instead of failing when the constructed name for a sequence, | Tom Lane | 1999-06-05 | 1 | -85/+92 |
| * | Make 0x007f -> (unsigned)0x7f to make pgindent happy. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -140/+153 |
| * | Detect case of invalid use of GROUP BY when there are no | Tom Lane | 1999-05-23 | 1 | -3/+3 |