| Commit message (Expand) | Author | Age | Files | Lines |
| * | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 | 1 | -7/+13 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -2/+2 |
| * | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 | 1 | -3/+4 |
| * | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway | 2004-01-23 | 1 | -18/+3 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 1 | -2/+21 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -9/+9 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -7/+7 |
| * | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 | 1 | -10/+9 |
| * | Adjust setRelhassubclassInRelation() to not perform actual heap_update | Tom Lane | 2003-10-13 | 1 | -86/+34 |
| * | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 | 1 | -9/+10 |
| * | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 | 1 | -2/+2 |
| * | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 | 1 | -2/+2 |
| * | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 | 1 | -1/+8 |
| * | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut | 2003-10-02 | 1 | -2/+2 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -4/+4 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -42/+42 |
| * | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 | 1 | -42/+25 |
| * | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 | 1 | -12/+1 |
| * | Guard against pgindent changing =- to = -. | Bruce Momjian | 2003-08-30 | 1 | -5/+5 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -140/+145 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -30/+44 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -327/+488 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 1 | -3/+3 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -60/+64 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | Prevent palloc(0) error when parent table has zero columns. | Tom Lane | 2003-04-21 | 1 | -3/+4 |
| * | Fix ALTER TABLE / CLUSTER ON breakage. | Bruce Momjian | 2003-03-21 | 1 | -1/+2 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 1 | -1/+85 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -3/+3 |
| * | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 1 | -2/+117 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -31/+29 |
| * | Reconsider old decision to try to constant-fold default and constraint | Tom Lane | 2003-01-08 | 1 | -2/+5 |
| * | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane | 2002-12-30 | 1 | -3/+7 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -11/+6 |
| * | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 | 1 | -6/+4 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -12/+13 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -2/+7 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -4/+4 |
| * | Fix compile warnings from truncate patch. | Tom Lane | 2002-11-23 | 1 | -2/+2 |
| * | Transaction safe Truncate | Bruce Momjian | 2002-11-23 | 1 | -15/+14 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -14/+1 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -6/+10 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -185/+147 |
| * | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 | 1 | -2/+216 |
| * | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane | 2002-11-02 | 1 | -15/+32 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -1/+11 |