]> granicus.if.org Git - postgresql/history - src/backend/libpq
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / backend / libpq /
2013-06-12 Noah MischAvoid reading below the start of a stack variable in...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-16 Peter EisentrautFix function return type confusion
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Tom LaneAttempt to un-break Windows builds with USE_LDAP.
2012-12-04 Peter EisentrautFix build of LDAP URL feature
2012-12-04 Peter EisentrautAdd support for LDAP URLs
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-10-09 Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-10-05 Tom Lanegetnameinfo_unix has to be taught not to insist on...
2012-10-03 Peter EisentrautImprove some LDAP authentication error messages
2012-09-28 Peter EisentrautProduce textual error messages for LDAP issues instead...
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-04 Magnus HaganderRemove duplicate, unnecessary, variable declaration
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-13 Tom LaneFix bogus declaration of local variable.
2012-04-24 Robert HaasLots of doc corrections.
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-02-26 Peter EisentrautRemove useless cast
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-23 Peter EisentrautFix build without OpenSSL
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-02-01 Peter Eisentrautinitdb: Add options --auth-local and --auth-host
2012-01-27 Peter EisentrautRevert unfortunate whitespace change
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-11-03 Andrew DunstanDo not treat a superuser as a member of every role...
2011-10-19 Tom LaneReject empty pg_hba.conf files.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-09 Peter EisentrautUse clearer notation for getnameinfo() return handling
2011-07-31 Peter EisentrautAdd host name resolution information to pg_hba.conf...
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-16 Magnus HaganderFix SSPI login when multiple roundtrips are required
2011-07-05 Peter EisentrautMessage style improvements of errmsg_internal() calls
2011-06-28 Alvaro HerreraModernise pg_hba.conf token processing
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-30 Magnus HaganderRefuse "local" lines in pg_hba.conf on platforms that...
2011-05-30 Magnus HaganderDon't include local line on platforms without support
2011-05-24 Peter EisentrautAdd a "local" replication sample entry
2011-05-19 Magnus HaganderAdd example for replication in pg_hba.conf
2011-04-26 Tom LaneRephrase some not-supported error messages in pg_hba...
2011-04-26 Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-13 Heikki LinnakangasOn HP/UX, the structs used by ioctl(SIOCGLIFCONF) are...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Andrew DunstanDon't make "replication" magical as a user name, only...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Andrew DunstanAttempt to unbreak windows builds broken by commit...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-20 Tom LaneSuppress platform-dependent unused-variable warning.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-16 Tom LaneFix recent changes to not break non-IPV6-aware systems.
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-10-15 Magnus HaganderFix low-risk potential denial of service against RADIUS...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneDocument the existence of the socket lock file under...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautMessage tuning
2010-06-03 Peter EisentrautFix reference to nonexistent configure option
2010-05-26 Tom LaneFix bogus error message for SSL-cert authentication...
2010-05-26 Tom LaneThe message style police pay a visit to hba.c.
2010-05-26 Tom LaneMinor editorialization for be-secure.c: fix comments...
2010-05-26 Tom LaneTell openssl to include the names of the root certs...
2010-04-21 Tom LaneFix pg_hba.conf matching so that replication connection...
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-03-30 Peter EisentrautMessage tuning
2010-03-24 Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-21 Peter EisentrautMessage tuning
2010-03-13 Bruce MomjianRevert all keepalive moves, reevaluate.
2010-03-13 Bruce MomjianMove more tcp keepalive macros to be consistent.
next