| Commit message (Expand) | Author | Age | Files | Lines |
| * | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 | 1 | -2/+4 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -1/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -6/+5 |
| * | Add a little more error checking and reporting to readDatum(). | Tom Lane | 2001-07-03 | 1 | -4/+9 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -1/+55 |
| * | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 | 1 | -1/+3 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -87/+3 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -4/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -380/+379 |
| * | Suppress compiler warning on Alpha. | Tom Lane | 2001-02-12 | 1 | -3/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up | Tom Lane | 2001-01-08 | 1 | -112/+144 |
| * | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane | 2001-01-07 | 1 | -390/+384 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -1/+6 |
| * | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 | 1 | -1/+4 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -57/+47 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -52/+52 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -20/+45 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -64/+108 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -22/+126 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -32/+38 |
| * | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 | 1 | -45/+1 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -5/+1 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -2/+2 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -37/+3 |
| * | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane | 2000-06-16 | 1 | -18/+27 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -16/+16 |
| * | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 | 1 | -1/+5 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -3/+3 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -1/+32 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -65/+55 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -7/+58 |
| * | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 | 1 | -48/+15 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -36/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -31/+1 |
| * | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane | 2000-01-14 | 1 | -87/+63 |
| * | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 | 1 | -27/+44 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -1/+9 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -1/+67 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -1/+5 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -24/+16 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -259/+29 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -1/+6 |
| * | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 | 1 | -9/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -10/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |