| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 3 | -13/+16 |
| * | Fix Joubert's complaint that int8-sized numeric literals are mishandled | Tom Lane | 2001-03-22 | 1 | -5/+11 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -179/+124 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 9 | -483/+490 |
| * | 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 | 10 | -20/+20 |
| * | Add missing piece of BitString support to node output functions. Expand | Peter Eisentraut | 2001-01-20 | 1 | -2/+2 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 3 | -10/+10 |
| * | Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up | Tom Lane | 2001-01-08 | 2 | -159/+210 |
| * | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane | 2001-01-07 | 3 | -455/+434 |
| * | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 | 2 | -12/+12 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 3 | -5/+16 |
| * | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 | 3 | -3/+11 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 2 | -6/+6 |
| * | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut | 2000-11-24 | 2 | -27/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 2 | -5/+27 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -10/+10 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 2 | -2/+6 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 4 | -117/+125 |
| * | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 | 2 | -2/+8 |
| * | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 2 | -5/+17 |
| * | Change internal string representation of BitString node to include a | Peter Eisentraut | 2000-10-31 | 2 | -5/+6 |
| * | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 | 5 | -10/+45 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 3 | -3/+48 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 2 | -73/+53 |
| * | The following patch was sent to the patches list: | Bruce Momjian | 2000-10-18 | 2 | -33/+6 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 2 | -28/+10 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 6 | -125/+203 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 6 | -214/+297 |
| * | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 1 | -5/+7 |
| * | Fix coredump in copyCommentStmt(). | Tom Lane | 2000-09-20 | 1 | -2/+3 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 6 | -174/+406 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -3/+4 |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 2 | -61/+2285 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 5 | -88/+116 |
| * | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 | 4 | -119/+4 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 4 | -15/+6 |
| * | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 | 1 | -6/+4 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 4 | -21/+14 |
| * | Add test code to copy all parse/plan trees. Repair essential omissions | Tom Lane | 2000-06-29 | 2 | -164/+153 |
| * | Remove freefuncs.c, which hasn't been used in a long time and is not | Tom Lane | 2000-06-29 | 2 | -1338/+4 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 5 | -161/+14 |
| * | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane | 2000-06-16 | 2 | -21/+34 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 2 | -6/+6 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+16 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -1/+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 | 2 | -12/+5 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -5/+1 |
| * | Clean up sloppy coding of _outAExpr(). | Tom Lane | 2000-05-25 | 1 | -3/+7 |