| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+2 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 1 | -8/+3 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -7/+7 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 1 | -164/+87 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 1 | -31/+59 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -36/+45 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -1/+3 |
| * | $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 | -6/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -3/+4 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -64/+69 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -19/+7 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -27/+43 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -32/+23 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -5/+5 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -3/+3 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -3/+4 |
| * | Prevent clustering on incomplete indexes: partial indexes are verboten, | Tom Lane | 2003-03-03 | 1 | -1/+30 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -3/+3 |
| * | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane | 2002-12-30 | 1 | -4/+10 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -245/+257 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -5/+5 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -5/+5 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -5/+5 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -2/+2 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 1 | -3/+3 |
| * | Fix compile warnings from truncate patch. | Tom Lane | 2002-11-23 | 1 | -2/+2 |
| * | Transaction safe Truncate | Bruce Momjian | 2002-11-23 | 1 | -13/+26 |
| * | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian | 2002-11-18 | 1 | -2/+2 |
| * | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 | 1 | -24/+301 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -3/+2 |
| * | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 | 1 | -1/+3 |
| * | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane | 2002-11-02 | 1 | -1/+15 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -51/+57 |
| * | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 | 1 | -15/+16 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -2/+1 |
| * | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | 2002-08-27 | 1 | -4/+28 |
| * | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 1 | -166/+262 |
| * | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian | 2002-08-10 | 1 | -15/+6 |
| * | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian | 2002-08-10 | 1 | -64/+242 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -3/+11 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -28/+16 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -1/+2 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -3/+2 |
| * | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane | 2002-03-31 | 1 | -26/+22 |