aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAge
* #ifdef out entire file for newer Cygwin versions.Peter Eisentraut2001-01-11
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-29
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up dependencies for version.o.Tom Lane2000-02-27
* Add:Bruce Momjian2000-01-26
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add missing Windows files.Bruce Momjian1999-01-18
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Magnus Hagander <mha@edu.sollentuna.se>Marc G. Fournier1998-08-27
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-04-29
* Hi,Bruce Momjian1998-04-06
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Remove unneeded stat calls.Bruce Momjian1997-08-27
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-28
* Forgot in yesterday's Ultrix compile work.Bryan Henderson1996-11-27
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-26
* Put in #include <fcntl.h> for those systems that don't have it included by so...Bryan Henderson1996-11-26
* Add a blank install target so that 'make install' worksMarc G. Fournier1996-11-11
* Add missing include errno.hMarc G. Fournier1996-11-11
* Add utils directory for cross-subsystem tools to keep make files from havingBryan Henderson1996-11-11