| Commit message (Expand) | Author | Age |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 |
* | Repair some bugs in new union/intersect/except code. | Tom Lane | 2000-11-09 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz' | Tom Lane | 2000-07-22 |
* | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | 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 |
* | Repair coredump seen when a view refers to an inheritance group | Tom Lane | 2000-04-18 |
* | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane | 2000-04-14 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 |
* | Avoid a little bit of unnecessary computation in canonicalize_qual. | Tom Lane | 2000-02-27 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 |
* | Make EXPLAIN results for Append, Group, Agg, Unique nodes more plausible. | Tom Lane | 2000-02-03 |
* | Apply the heuristic proposed by Taral (see pgsql-general archives for | Tom Lane | 2000-01-28 |
* | 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 |
* | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane | 1999-12-14 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs. | Tom Lane | 1999-10-30 |
* | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane | 1999-09-13 |
* | Further improvements in cnfify: reduce amount of self-recursion | Tom Lane | 1999-09-12 |
* | Performance improvements in cnfify(): get rid of exponential | Tom Lane | 1999-09-07 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane | 1999-08-09 |
* | Create a standardized expression_tree_mutator support routine | Tom Lane | 1999-08-09 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | 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 |
* | Fix errors in SELECT ... GROUP BY ... UNION SELECT ... | Tom Lane | 1999-06-10 |
* | Fix problems with grouping/aggregation in queries that use | Tom Lane | 1999-06-06 |
* | new_relation_targetlist used to cause about 8 separate (and | Tom Lane | 1999-05-29 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |