| Commit message (Expand) | Author | Age | Files | Lines |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -2/+2 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 1 | -9/+2 |
| * | When renaming a column that participates in a foreign key, we must | Tom Lane | 2004-07-17 | 1 | -1/+15 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 1 | -6/+282 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -13/+58 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 1 | -35/+43 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -8/+40 |
| * | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane | 2004-06-10 | 1 | -1/+3 |
| * | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane | 2004-06-10 | 1 | -15/+26 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -43/+31 |
| * | Allow use of table rowtypes directly as column types of other tables. | Tom Lane | 2004-06-06 | 1 | -1/+96 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -3/+3 |
| * | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 1 | -17/+8 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 1 | -2/+20 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -119/+105 |
| * | Fix a couple of oversights in new ALTER TABLE code that broke | Tom Lane | 2004-05-08 | 1 | -5/+8 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 1 | -82/+60 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -5/+5 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 1 | -3/+11 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -998/+2073 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -5/+4 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -120/+66 |
| * | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 | 1 | -22/+72 |
| * | 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 |