]> granicus.if.org Git - postgresql/history - src/include/libpq
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
[postgresql] / src / include / libpq /
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-06-24 Tom LaneAvoid including <sys/time.h> on platforms that don...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-04-05 Bruce MomjianCorrects issues recently posted by Dann Corbit, allowin...
2004-03-19 Tom LaneCode review for log_line_prefix patch. Cooperate with...
2004-03-09 Bruce MomjianAdd:
2004-02-21 Tom LaneFix random build breakage from log_disconnections patch.
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-02 Neil ConwayFix a read of uninitialized memory in next_token()...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-15 Tom LaneAvoid use of int64_t, which seems not to be very portab...
2003-06-24 Bruce Momjiantypedef sa_family_t for cygwin.
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-08 Tom LaneI think we're done with protocol instability, so mark...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianAdd prototype for getaddrinfo().
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianAdd missing v6utils file.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-05 Bruce MomjianClearify variables names so it is clear which variable...
2002-12-05 Bruce MomjianAllow 'password' encryption even when pg_shadow has...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-27 Bruce MomjianThe attached patch implements the password packet lengt...
2002-08-27 Bruce MomjianAdd most of Neil Conway's cleanups.
2002-08-18 Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-08-12 Tom LaneBuffer-overrun paranoia.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-14 Bruce MomjianSSL patch that adds support for optional client certifi...
2002-06-14 Bruce MomjianSSL patch to periodically renegotiate session key.
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-06-03 Bruce MomjianDocument that SM_* variables should be longer.
2002-06-03 Bruce MomjianMention SM_USER should be the same size as the others.
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-02-22 Bruce MomjianWe had a problem with to compile pgsql-7.2 under SW...
2001-12-04 Tom LaneReplace pq_getbytes(&ch, 1) calls with pq_getbyte(...
2001-11-12 Tom LaneRemove a bunch more no-longer-used stuff in libpq-be.h.
2001-11-12 Tom LaneThe PacketReceive/PacketSend routines aren't used anymore.
2001-11-12 Bruce MomjianAdd comments of duplicate definitions in interfaces...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix pg_pwd caching mechanism, which was broken by chang...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-01 Tatsuo IshiiFix a compile error on a platform that does not have...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
next