Age | Commit message (Expand) | Author |
2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2005-03-20 | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane |
2005-02-06 | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-11 | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane |
2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-08 | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane |
2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
2003-03-03 | Prevent clustering on incomplete indexes: partial indexes are verboten, | Tom Lane |
2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
2002-12-30 | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane |
2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |
2002-12-06 | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian |
2002-12-06 | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian |
2002-12-06 | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian |
2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
2002-12-04 | Make usesysid consistently int4, not oid. | Bruce Momjian |
2002-11-23 | Fix compile warnings from truncate patch. | Tom Lane |
2002-11-23 | Transaction safe Truncate | Bruce Momjian |
2002-11-18 | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian |
2002-11-15 | New version attached. The following is implemented: | Bruce Momjian |
2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
2002-11-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
2002-11-02 | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |