aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq-be.h
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-24
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-05
* Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane2004-03-19
* Add:Bruce Momjian2004-03-09
* Fix random build breakage from log_disconnections patch.Tom Lane2004-02-21
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-17
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-12
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up #include's.Bruce Momjian2000-06-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-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
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07