]> 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 /
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...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-25 Tom LaneFix erroneous error message printout when a configurati...
2004-05-19 Tom LaneImprove error reporting behavior in parse_hba(): give...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
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 MomjianPgindent win32 signal code.
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2003-12-25 Bruce MomjianPatch that makes quoting "sameuser", "samegroup", and...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-12-18 Tom LaneFix memory leak with SSL connections due to missing...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
next