summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Produce a more specific error message when backend sees EOF onTom Lane1999-02-181-3/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1312-25/+25
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-2/+2
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-7/+6
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-241-6/+6
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-232-90/+165
* Fix cfor typos.Bruce Momjian1999-01-181-0/+1
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-175-5/+41
* Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane1999-01-172-26/+15
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-122-290/+138
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-9/+18
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-142-4/+4
* Many more cleanups...Marc G. Fournier1998-12-147-207/+193
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-37/+28
* pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane1998-11-291-26/+13
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-4/+4
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-131-5/+5
* make lock variable only used with fcntlBruce Momjian1998-10-071-1/+3
* Add configure test to make sure fcntl(SETLK) is available,Tom Lane1998-10-061-3/+7
* SummaryBruce Momjian1998-10-021-3/+18
* flock --> fcntlVadim B. Mikheev1998-09-101-4/+14
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-017-52/+60
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-019-170/+170
* Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-4/+35
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+3
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* Fix _lo_commit: core if LO memmory context was not created (LO were not used?)Vadim B. Mikheev1998-07-221-5/+9
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-2/+23
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-6/+6
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-132-9/+9
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-093-115/+55
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* Remove un-needed include files.Bruce Momjian1998-06-211-2/+1
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-162-2/+48
* Remove un-needed braces around single statements.Bruce Momjian1998-06-158-44/+6
* Cleanup of 'sameuser' patch.Bruce Momjian1998-06-132-6/+6
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-133-20/+23
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-2/+2
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-3/+6
* postmaster/postgres options cleanup.Bruce Momjian1998-05-271-2/+2
* Clean up pg_hba.confBruce Momjian1998-05-241-12/+12
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-8/+5
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-121-2/+2
* Hi,Bruce Momjian1998-04-061-5/+3
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-1/+3
* From: hankin <hankin@consultco.com>Marc G. Fournier1998-03-151-4/+8
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-151-0/+8