summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-2/+2
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-301-1/+15
* For application to HEAD, following community review.Bruce Momjian2004-02-251-1/+3
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-021-0/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Re-add Win32 missing files, I think.Bruce Momjian2002-11-022-0/+126
* Re-add Win32 files.Bruce Momjian2002-11-022-0/+0
* Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian2002-10-302-126/+0
* Re-add getopt.c for MSWin psql.Bruce Momjian2002-10-291-0/+0
* Re-add getopt.c.Bruce Momjian2002-10-291-0/+0
* Remove mention of utils/getopt.c. Not used anymore.Bruce Momjian2002-10-191-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-2/+2
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-272-0/+126
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-164-174/+0
* Remove indenting of Makefile comments, per Peter.\Bruce Momjian2002-07-151-3/+3
* Remove utils/getopt.c file, not needed, it only allowed "--flag"Bruce Momjian2002-07-152-129/+2
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-151-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix.Bruce Momjian2001-11-261-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-4/+4
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-0/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-4/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* #ifdef out entire file for newer Cygwin versions.Peter Eisentraut2001-01-111-0/+5
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-4/+4
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-022-165/+8
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-2/+2
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-11/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Clean up dependencies for version.o.Tom Lane2000-02-271-6/+11
* Add:Bruce Momjian2000-01-262-4/+6
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-33/+28
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* pgindent run over code.Bruce Momjian1999-05-252-44/+43
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-134-6/+6
* Add missing Windows files.Bruce Momjian1999-01-181-0/+105
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-172-2/+13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-41/+51
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-7/+7
* From: Magnus Hagander <mha@edu.sollentuna.se>Marc G. Fournier1998-08-271-0/+117
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-04-291-6/+6
* Hi,Bruce Momjian1998-04-061-2/+2
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-271-6/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-082-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-072-93/+111
* Remove unneeded stat calls.Bruce Momjian1997-08-271-28/+20