aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-27
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* 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
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* 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
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* 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
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-05
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* elog mop-up.Tom Lane2003-07-27
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane2003-07-15
* typedef sa_family_t for cygwin.Bruce Momjian2003-06-24
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-23
* IPv6 cleanups.Bruce Momjian2003-06-12
* Back out this patch because it is patched inside a later patch.Bruce Momjian2003-06-12
* Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian2003-06-12
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-09
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-08
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02