]> granicus.if.org Git - postgresql/history - src/backend/libpq
Sort reference of include files, "A" - "F".
[postgresql] / src / backend / libpq /
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-12 Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-05-06 Bruce MomjianIssue a log message if a CRL file exists and the SSL...
2006-05-04 Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-04-27 Bruce MomjianOn second thought, keep SSL CRL as a log, and wait...
2006-04-27 Bruce MomjianDowngrade SSL CRL file missing message from LOG to...
2006-04-27 Bruce MomjianAdd support for SSL Certificate Revocation List (CRL...
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-03-21 Neil ConwayMinor refactoring: initialize_SSL() only returns 0...
2006-03-16 Tom LaneFix invalid use of #if within a macro, per Laurenz...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUpdate krb_server_name to document that a missing entry...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-24 Tom LaneIn a machine where INT64_IS_BUSTED, we can only support...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-30 Tom LaneUse the standard spelling of the protocol argument...
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-07-28 Bruce MomjianCode cleanup.
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of 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-21 Neil ConwayFix a potential backend crash during authentication...
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-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-07 Tom LaneImprove comments in sample config files.
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-27 Tom LaneCause pg_hba.conf file inclusion (@file stuff) to behav...
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-11-17 Neil ConwayRemove debugging printf from #ifdef WIN32 section.
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-11-06 Bruce MomjianNow that we advertize only CIDR address in pg_hba.conf...
2004-10-18 Tom LaneAdd some code to ensure that we don't lose communicatio...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-10-06 Bruce MomjianAdjustment to test on unix domain socket variable for...
2004-10-06 Bruce MomjianRemove pg_hba.conf 'local' line for Win32 because it...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-09-26 Tom LaneFix multiple breakages in our support for SSL certificates.
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-09-23 Tom LaneIf we're going to print unrecognized result codes from...
2004-09-18 Tom LaneFix memory leak in tokenize_file, per report from Vadim...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-11 Tom LaneEnsure that pg_largeobject references opened by lo_impo...
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-26 Bruce MomjianUpdate documentation to prefer CIDR format for pg_hba...
2004-08-26 Bruce MomjianUpdate Win32 wording.
2004-08-21 Bruce MomjianRemove Solaris bug mention in pg_hba.conf.
2004-08-20 Bruce Momjian>>At this stage of the game I would just change pg_hba...
2004-08-15 Tom LaneSpecify SA_NOCLDSTOP when enabling SIGCHLD, per suggest...
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Dennis BjorklundAdd some strings for translation and remove some cut...
2004-08-01 Bruce Momjian>I got a new idea on this. I think we should add an...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-26 Tom LaneAdd some more logging to simplify diagnosis of problems...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-06-25 Tom Lane#ifdef out file permissions check on SSL key file when...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
next