summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_class.h
Commit message (Expand)AuthorAgeFilesLines
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-15/+14
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-9/+14
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-23/+12
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-10/+10
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-281-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-6/+1
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-21/+7
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-291-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-29/+34
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-2/+2
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-121-2/+2
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-2/+2
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+2
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-2/+2
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+2
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-2/+2
* Remove unused system table columns:Peter Eisentraut2002-07-241-4/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+2
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-2/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-2/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-33/+35
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-2/+2
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-2/+2
* Ok. Updated patch attached.Bruce Momjian2002-03-061-2/+2
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-3/+3
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+3
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-2/+2
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-4/+1
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-34/+36
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-16/+3
* Mark as unused:Bruce Momjian2001-05-301-5/+5
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-4/+1
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+2