]> granicus.if.org Git - postgresql/history - src/backend/lib
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / lib /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-11 Tom LaneAdd tests to enlargeStringInfo() to avoid possible...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-01-09 Bruce MomjianRemove bit.c/h routines. Not used anymore.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-04 Tom LaneAdd Assert check to catch vsnprintf overrunning its...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-07-31 Tom LaneFix unportable coding for FRONTEND case.
2001-06-02 Jan Wieckdllist.c is included in the frontend libpq interface...
2001-06-01 Tom LaneCheck for malloc failure.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-20 Tom LaneStandardize on just one spelling of BITSPERBYTE.
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-26 Bruce MomjianAdd:
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-01 Tom LaneInline check for full buffer in appendStringInfoChar.
1999-09-08 Tom LaneCope with versions of vsnprintf() written by people who
1999-08-31 Tom LaneMinor improvements to stringinfo package to make it...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-03 Tom LaneOoops ... dllist.c can't use Assert() when it is compil...
1999-05-31 Tom LaneFix some latent bugs in dllist.c (carelessness about...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-11-08 Tom LaneFix a potential infinite loop in appendStringInfo:...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-06 Bruce MomjianASSERT fixes.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-07 Bruce MomjianCleanup of outnodes.
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-17 Marc G. FournierFirst pass through, of many to come, towards making...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-06-06 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-01-14 Bruce MomjianRemove CFLAGS_SL from lib/Makefile
1997-01-12 Bruce MomjianShared library cleanup for -fpic.
1997-01-10 Bruce MomjianMakefile's -fpic only for gcc
1997-01-05 Marc G. Fournierfinal fix for shared library under BSD44_derived
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-06 Marc G. FournierSlowly getting faster to make sure it compiles...still...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. FournierClean out makefile
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01