| Commit message (Expand) | Author | Age |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support. | Tatsuo Ishii | 1999-04-26 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | 1998-12-31 |
* | Oops, sorry...meant to commit the patch from Thomas for tzn->CTZName | Marc G. Fournier | 1998-12-15 |
* | tzn undeclared in FreeBSD, commented out. | Vadim B. Mikheev | 1998-12-15 |
* | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 |
* | Switch around conditional code so that HAVE_TM_ZONE takes precedence | Thomas G. Lockhart | 1998-12-13 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Remove unneeded strcpy() of timezone. | Bruce Momjian | 1998-07-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | No datedebug printing of date debug is not defined. | Bruce Momjian | 1998-02-02 |
* | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian | 1998-02-01 |
* | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 |
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Fix for when POSIX time not defined. | Bruce Momjian | 1997-10-30 |
* | Clean up comments. | Thomas G. Lockhart | 1997-10-25 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 |
* | Date-type fixes from Tatsuo Ishii | Bruce Momjian | 1997-07-08 |
* | Use the standard date/time encoder rather than strftime() for output. | Thomas G. Lockhart | 1997-06-23 |
* | Fix timezone manipulation code to avoid crashes on some machines. | Thomas G. Lockhart | 1997-05-11 |
* | More timezone patches by Thomas: | Marc G. Fournier | 1997-04-25 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-22 |
* | A small fix, where default: condition in case had not 'break;'...not required, | Marc G. Fournier | 1997-04-15 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-02 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-28 |
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-03-28 |
* | include float.h *after* postgres.h :( | Marc G. Fournier | 1997-03-26 |
* | need float.h under FreeBSD for DBL_MIN | Marc G. Fournier | 1997-03-26 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-25 |
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-03-21 |
* | Resync the source tree, commit some things that were missing (pqcomprim.c) and | Marc G. Fournier | 1997-03-18 |
* | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 |
* | Slight change to nabstime.c so that configure is able to handle a system | Marc G. Fournier | 1997-01-27 |
* | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 |