]> granicus.if.org Git - postgresql/history - src/backend/libpq
Divide the lock manager's shared state into 'partitions', so as to
[postgresql] / src / backend / libpq /
2003-12-05 Tom LaneGuard against bug in Solaris' bsearch(), per Michael...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-25 Bruce MomjianRemove socket credentials defines not referenced.
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-13 Bruce MomjianWhen I sent in the sslmode patch I forgot to update the
2003-09-12 Tom LaneRevert to our pre-7.4 behavior of identifying Unix...
2003-09-08 Tom LaneAvoid using s_addr as a local variable name, to work...
2003-09-07 Tom LaneMake the default pg_hba.conf include an entry for ...
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-09-05 Bruce MomjianThis fixes three minor typos in hba.c.
2003-08-12 Tom LaneInclude 'IPv4', 'IPv6', or 'Unix' in socket-creation...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-07 Tom LaneSCO_ACCEPT_BUG code didn't get updated for new SockAddr...
2003-08-04 Tom LaneSSL_read/SSL_write do not approximate the return conven...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneComment out entries for IPv6 localhost connections...
2003-08-01 Tom LaneFix some unprotected references to AF_UNIX ... wouldn...
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-07-28 Tom LaneLocalizability improvement.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-26 Bruce MomjianHave SSL text print only when SSL mode is enabled.
2003-07-26 Bruce MomjianAt long last I put together a patch to support 4 client...
2003-07-24 Tom LaneDon't refer to AF_UNIX in code not protected with HAVE_...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom LaneA few parentheses shy of a load here ...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-01 Tom LaneSTRENGH => STRENGTH, per Jon Jensen.
2003-06-25 Bruce Momjian> This change (I'm sure this will wrap poorly -- sorry):
2003-06-25 Bruce MomjianHere's a small patch to pg_hba.conf.sample that explain...
2003-06-15 Tom Laneindex() -> strchr().
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
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-11 Bruce MomjianWell, the discussion about SSL a bit back perked my...
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-29 Tom LaneDon't explicitly close() the session socket during...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
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 LaneUpdate 3.0 protocol support to match recent agreements...
2003-04-25 Tom Laneconst-ify info_cb() to match recent openssl releases...
2003-04-25 Tom LaneFix breakage induced by yours truly in Kerberos and...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-22 Tom Lanegetaddrinfo has no business doing unlink().
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-13 Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-12 Tom LaneGuard against macro versions of isblank().
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-04-03 Tom LaneDon't re-invent the strchr() wheel.
2003-04-03 Tom LaneFix load_user/load_group to not leave dangling pointers...
2003-04-02 Tom LaneFix convSockAddr6to4(): eliminate bogus assumptions...
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-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-15 Bruce MomjianA typo in src/backend/libpq/hba.c breaks local ident...
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-14 Tom LaneRemove bogus manipulation of SIGPIPE; the backend alrea...
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-14 Bruce MomjianReadd #include netinet/in.h for FreeBSD.
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-08 Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-07 Bruce MomjianAdd connection service file.
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-23 Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-18 PostgreSQL DaemonFrom the SSL_CTX_new man page:
2002-12-14 Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-14 Bruce MomjianOk, I think I've gotten this figured out now. I saw...
2002-12-13 Bruce MomjianRemove strerror output for openssl SYSCALL error check.
2002-12-12 Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-12-11 Bruce MomjianFix line count error reporting in config files, like...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianAdd missing v6utils file.
2002-12-06 Bruce MomjianUpdated IPv6 patch to fix netmask.
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-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-12-03 Bruce MomjianAdd OpenBSD local indent credentials, from William...
2002-11-07 Tom LaneRemove inappropriate inclusions of OpenSSL internal...
2002-10-03 Bruce MomjianAdd SSL documentation info to README.SSL
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
next