summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/database.c
Commit message (Expand)AuthorAgeFilesLines
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-189/+0
* 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-20/+18
* Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane2004-01-221-86/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-2/+4
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-4/+4
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-3/+1
* pgindent run.Bruce Momjian2002-09-041-2/+2
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* A little paranoia never hurt anyone.Tom Lane2002-05-051-2/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-2/+2
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-301-13/+5
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-10/+7
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-22/+20
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Another go-round on making GetRawDatabaseInfo behave as well as it can,Tom Lane2001-01-141-34/+67
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-4/+11
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+11
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-031-3/+3
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-6/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-34/+39
* Bruce and all:Bruce Momjian2000-03-081-4/+9
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-89/+46
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-22/+28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-48/+23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanupBruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* Fix ifdef.Bruce Momjian1998-09-031-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+8
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-3/+20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-6/+2
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-3/+3