aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-31
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Allow port numbers 32k - 64k.Bruce Momjian1999-07-07
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-31
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-10
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-25
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-24
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* Apply Magnus Hagander's followup patch to correctTom Lane1999-01-17
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-12
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Hello!Bruce Momjian1998-08-29
* Here are additional patches for the UnixWare 7 port.Bruce Momjian1998-08-22
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-13
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* What I've done:Bruce Momjian1998-05-06
* Last minute clean up for SunOS...Marc G. Fournier1998-03-02
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier1998-02-01
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-28
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Fix local domain structure size computation.Bruce Momjian1998-01-27
* #include <sys/types.h> required for u_longMarc G. Fournier1998-01-26
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24