| Commit message (Expand) | Author | Age |
* | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 |
* | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 |
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane | 2000-03-24 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Simplify parsing of column constraints by treating constraint attributes | Tom Lane | 2000-03-01 |
* | Changed execution time of ON <event> RESTRICT referential | Jan Wieck | 2000-02-29 |
* | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 |
* | Enabling automatic primary key detection for self-referencing | Jan Wieck | 2000-02-05 |
* | Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). | Jan Wieck | 2000-02-04 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. | Tom Lane | 2000-01-22 |
* | Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This | Tom Lane | 2000-01-20 |
* | Fix broken FOR UPDATE error message. | Tom Lane | 2000-01-16 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Move fixes for >8 indexed fields. | Bruce Momjian | 2000-01-10 |
* | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 |
* | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 |
* | Completed FOREIGN KEY syntax. | Jan Wieck | 1999-12-06 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane | 1999-11-01 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Repair the check for redundant UNIQUE and PRIMARY KEY indices. | Thomas G. Lockhart | 1999-08-15 |
* | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 |
* | Instead of failing when the constructed name for a sequence, | Tom Lane | 1999-06-05 |
* | Make 0x007f -> (unsigned)0x7f to make pgindent happy. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Detect case of invalid use of GROUP BY when there are no | Tom Lane | 1999-05-23 |
* | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 |
* | Prior patch added 2 more characters to string allocated | Tom Lane | 1999-05-17 |
* | Add double quotes around the sequence name generated to support the | Thomas G. Lockhart | 1999-05-13 |
* | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 |
* | Fix problem with multiple indices defined if using column- and table- | Thomas G. Lockhart | 1999-05-12 |
* | Put in explicit checks for implicit index name lengths. | Thomas G. Lockhart | 1999-02-23 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |