summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-301-3/+7
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-291-1/+5
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-7/+7
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-271-5/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Allow per-column foreign data wrapper options.Robert Haas2011-08-051-1/+5
* Per-column collation supportPeter Eisentraut2011-02-081-5/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-23/+19
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-311/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-13/+15
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-3/+2
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-2/+3
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-121-1/+24
* Cause pg_proc.probin to be declared as text, not bytea. Everything wasTom Lane2009-08-041-3/+3
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-021-254/+264
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-10/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-311-23/+25
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-255/+252
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-191-33/+35
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-2/+2
* Default values for function argumentsPeter Eisentraut2008-12-041-19/+23
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-091-23/+17
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-41/+45
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-161-31/+33
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-241-9/+9
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-7/+7
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-7/+7
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-7/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-6/+8
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-3/+5
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-111-31/+33
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-29/+33
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-3/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-19/+23
* 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