summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_database.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-4/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-0/+1
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-271-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-151-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-6/+4
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-2/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-11/+15
* 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
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane2007-09-031-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-10/+8
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-9/+11
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-4/+4
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-10/+1
* 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
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* Minor clarification or fix of typos.Thomas G. Lockhart2002-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-2/+2
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-4/+6
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-3/+5
* 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-4/+3
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-10/+13
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+6