Age | Commit message (Expand) | Author |
2007-09-10 | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera |
2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-27 | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-07-11 | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian |
2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
2006-06-07 | Have REINDEX use NOTICE, so it can be suppressed. | Bruce Momjian |
2006-06-07 | Use INFO-level for reindex messages, rather than NOTICE. | Bruce Momjian |
2006-05-10 | Clean up code associated with updating pg_class statistics columns | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
2005-06-21 | Trivial dead code removal: in makeObjectName(), name1 must be non-NULL | Neil Conway |
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 |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
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-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | 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-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | 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-10-02 | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut |
2003-09-29 | Eliminate another gratuitous message wording difference. | Peter Eisentraut |
2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
2003-09-23 | Putting back the previous change must be the first thing. | Hiroshi Inoue |
2003-09-19 | Seems like a bad idea that REINDEX TABLE supports (or thinks it does) | Tom Lane |
2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
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 |