summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-018-48/+45
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Hello!Bruce Momjian1998-08-291-2/+7
* Here are additional patches for the UnixWare 7 port.Bruce Momjian1998-08-221-1/+6
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-1/+6
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-2/+2
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-2/+2
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-3/+3
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-093-17/+34
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+6
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-131-3/+3
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-4/+4
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-2/+2
* What I've done:Bruce Momjian1998-05-061-2/+2
* Last minute clean up for SunOS...Marc G. Fournier1998-03-022-4/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-267-92/+112
* 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier1998-02-011-1/+1
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-281-4/+4
* Deadlock ceallnup.Bruce Momjian1998-01-271-3/+7
* Fix local domain structure size computation.Bruce Momjian1998-01-271-2/+2
* #include <sys/types.h> required for u_longMarc G. Fournier1998-01-261-1/+3
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-267-219/+258
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-244-18/+11
* extern char* crypt_getpwdreloadfilename(void);Vadim B. Mikheev1998-01-131-1/+1
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-301-0/+7
* extern char* crypt_getpwdfilename(void);Vadim B. Mikheev1997-12-261-1/+1
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+20
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-2/+12
* More archive cleanup.Bruce Momjian1997-11-211-3/+1
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-4/+10
* Remove that 5 from MESSAGE SIZE that no one understands.Bruce Momjian1997-09-121-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-087-64/+65
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-087-181/+180
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-079-375/+410
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-192-4/+2
* Rename LOread() and LOwrite() to be lower case to allow useThomas G. Lockhart1997-05-061-4/+12
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-201-1/+9
* om: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-03-161-1/+6
* Missing bits from Dan's patches...sorry :(Marc G. Fournier1997-03-141-0/+12
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-122-4/+39
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-7/+1
* Add comment for questionable 5 padding.Bruce Momjian1997-02-111-2/+2
* Remove use of "bool", which user program may not have defined. This .h fileBryan Henderson1996-12-261-3/+3
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-7/+1
* Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson1996-11-241-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Okay...this pretty much cleans out the include files.Marc G. Fournier1996-11-064-13/+5
* Another one cleaned upMarc G. Fournier1996-11-061-4/+5
* And double check changesMarc G. Fournier1996-11-051-6/+1