]> granicus.if.org Git - postgresql/history - src/include/libpq/pqcomm.h
Remove references to sa_family_t, except when SOCKADDR_STORAGE requires
[postgresql] / src / include / libpq / pqcomm.h
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-12 Bruce MomjianIPv6 cleanups.
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-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 MomjianWe have just finished porting the old KAME IPv6 patch...
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-03 Bruce MomjianDocument that SM_* variables should be longer.
2002-06-03 Bruce MomjianMention SM_USER should be the same size as the others.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Bruce MomjianThis fixes clashing defines of ERROR. On win32, winapi...
2001-08-21 Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
2001-08-16 Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Tom LaneMake default socket directory location configurable...
2000-11-25 Bruce MomjianMove connection defines to miscadmin.h.
2000-11-25 Bruce MomjianRename GUC name from unixsocket to unix_socket_directory
2000-11-22 Bruce MomjianRecommit socket path fix. It works now.
2000-11-22 Bruce MomjianBack out socket path until it works.
2000-11-22 Bruce MomjianBack out socket file path change until it works.
2000-11-22 Bruce MomjianMake socket option specify just the directory, not...
2000-11-15 Peter EisentrautRename parameter "hostname" to "virtual_host". Seemed...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-01 Peter EisentrautAdd runtime configuration options to control permission...
2000-09-27 Peter EisentrautFixes for Cygwin, with help from Pete Forman <gsez020...
2000-01-26 Bruce MomjianAdd:
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1999-01-17 Tom LaneApply Magnus Hagander's followup patch to correct
1999-01-12 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-29 Bruce MomjianHello!
1998-08-22 Bruce MomjianHere are additional patches for the UnixWare 7 port.
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-05-06 Bruce MomjianWhat I've done:
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-28 Bruce MomjianMore deadlock code to check for escallation locks.
1998-01-27 Bruce MomjianDeadlock ceallnup.
1998-01-27 Bruce MomjianFix local domain structure size computation.
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-09-12 Bruce MomjianRemove that 5 from MESSAGE SIZE that no one understands.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-20 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-16 Marc G. Fournierom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-11 Bruce MomjianAdd comment for questionable 5 padding.
1996-12-26 Bryan HendersonRemove use of "bool", which user program may not have...
1996-11-05 Marc G. FournierAnd double check changes
1996-10-31 Marc G. Fournierremove:
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-11 Bryan HendersonPrepare for new host-based authentication
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...