summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-9/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-5/+6
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-5/+9
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-5/+5
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-3/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-29/+27
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-7/+7
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-11/+1
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-79/+5
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-291-9/+13
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-3/+23
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-12/+12
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-40/+58
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-248/+242
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-121-17/+19
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-13/+15
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-161-153/+153
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-17/+21
* 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-232/+241
* pgindent run.Bruce Momjian2002-09-041-17/+17
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-227/+233
* Arrange to collect statistics on a few more system catalog columns.Tom Lane2002-08-081-15/+15
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-225/+231
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-311-16/+17
* Remove unused system table columns:Peter Eisentraut2002-07-241-73/+56
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-3/+3
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-1/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-29/+31
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-33/+35
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-021-15/+1
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-43/+45
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-45/+47
* Code review for DOMAIN patch.Tom Lane2002-03-201-5/+5
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-3/+14
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-14/+3
* Ok. Updated patch attached.Bruce Momjian2002-03-061-3/+14
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+3
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-2/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* 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-7/+7