summaryrefslogtreecommitdiff
path: root/src/backend/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-3/+1
* Update copyright to 2002.Bruce Momjian2002-06-204-8/+8
* Add Assert check to catch vsnprintf overrunning its buffer. (Seen toTom Lane2002-03-041-1/+12
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-7/+5
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-052-60/+2
* Fix unportable coding for FRONTEND case.Tom Lane2001-07-311-10/+9
* dllist.c is included in the frontend libpq interface via symlink.Jan Wieck2001-06-021-1/+16
* Check for malloc failure.Tom Lane2001-06-011-1/+5
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-6/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-9/+8
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-245-10/+10
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-7/+16
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-66/+32
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-261-7/+7
* Standardize on just one spelling of BITSPERBYTE.Tom Lane2000-08-201-15/+9
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-283-156/+8
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-6/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-122-9/+13
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-4/+4
* Add:Bruce Momjian2000-01-266-12/+18
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Inline check for full buffer in appendStringInfoChar.Tom Lane1999-11-011-4/+3
* Cope with versions of vsnprintf() written by people whoTom Lane1999-09-081-2/+7
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-311-27/+32
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-162-4/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-155-15/+15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-11/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Ooops ... dllist.c can't use Assert() when it is compiled intoTom Lane1999-06-031-2/+11
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-311-33/+63
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-1/+3
* pgindent run over code.Bruce Momjian1999-05-252-17/+19
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-85/+131
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-136-16/+16
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-19/+21
* Fix a potential infinite loop in appendStringInfo: would lockTom Lane1998-11-081-19/+20
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-014-21/+21
* Remove un-needed braces around single statements.Bruce Momjian1998-06-153-19/+3
* ASSERT fixes.Bruce Momjian1998-04-061-2/+2
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-302-314/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-21/+21
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-8/+8
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4