| Commit message (Expand) | Author | Age |
* | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 |
* | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 |
* | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 |
* | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue | 2001-09-29 |
* | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian | 2001-08-10 |
* | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian | 2001-08-04 |
* | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian | 2001-08-04 |
* | Remove some unused node symbols | Bruce Momjian | 2001-07-16 |
* | More EXTEND INDEX removal. | Bruce Momjian | 2001-07-16 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 |
* | Remove grammar restrictions on order of optional clauses in CREATE GROUP. | Tom Lane | 2001-07-12 |
* | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane | 2001-07-10 |
* | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian | 2001-06-23 |
* | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 |
* | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 |
* | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 |
* | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | When using a junkfilter, the output tuple should NOT be stored back into | Tom Lane | 2001-05-27 |
* | Print error on SELECT tab FROM tab: | Bruce Momjian | 2001-05-21 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance | Tom Lane | 2001-05-15 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Undo pgindent brain damage, so that node type numbers can once again be | Tom Lane | 2001-04-24 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Update mysql converter, new version released. | Bruce Momjian | 2001-03-04 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 |
* | Add missing piece of BitString support to node output functions. Expand | Peter Eisentraut | 2001-01-20 |
* | Move structure comments from the top block down to the line entries for | Bruce Momjian | 2001-01-17 |
* | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane | 2001-01-07 |
* | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 |
* | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane | 2000-12-01 |
* | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut | 2000-11-24 |