]> granicus.if.org Git - postgresql/history - src/interfaces
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / interfaces /
2005-02-27 Bruce MomjianBecause the change to gettext. Needs a bunch of new...
2005-02-27 Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
2005-02-25 Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-21 Bruce MomjianTry to get Borland CC to compile.
2005-02-10 Michael MeskesFixed changelog entry to list correct bug reporter.
2005-02-10 Michael MeskesFixed more parsing bugs in other CREATE statements...
2005-02-09 Michael MeskesFixed bug in parsing of CREATE AS statement.
2005-02-02 Michael MeskesFixed bug in parsing of #line statement in declare...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-25 Michael MeskesFixed segfault due to freeing a struct definition twice...
2005-01-18 Bruce MomjianUpdate version stamps for 8.1 as listed in RELEASE_CHANGES.
2005-01-17 Peter EisentrautTranslation updates
2005-01-14 Peter EisentrautTranslation updates
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-13 Peter EisentrautTranslation updates
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2005-01-10 Michael MeskesFixed segfault in adjust_informix due to missing varcha...
2005-01-10 Tom LaneComment out check for substitution of private key file...
2005-01-10 Tom LaneUn-break MSVC build, per Andrew Dunstan.
2005-01-09 Peter EisentrautTranslation updates
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneInstead of a bare recv() to read the server's response...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-30 Michael MeskesFixed segfault in connect when specifying no database...
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-12-23 Bruce MomjianAdd missing ecpg prototype for newly added functions.
2004-12-23 Michael MeskesAdded PGTYPEStimestamp_add_interval written by Dave...
2004-12-21 Tom LanePatch to make libpq.rc be a built-for-distribution...
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-12-13 Peter EisentrautNew translations
2004-12-12 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-06 Michael MeskesFixed bug in parsing of typedef'ed array sizes.
2004-12-03 Bruce MomjianFix compile breakage from SIGPIPE fix for threading.
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-12-01 Bruce MomjianAllow libpq to build on MS Visual Studio .NET 2003...
2004-11-20 Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-11-20 Tom LaneMake sure we produce a useful error message for the...
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-16 Peter EisentrautTranslation update
2004-11-13 Bruce MomjianNot entirely sure when this broke, but libpq's VC+...
2004-11-10 Michael MeskesList VALUE as a keyword.
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-11-09 Peter EisentrautTranslation updates
2004-11-07 Peter EisentrautTranslation updates
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-02 Peter EisentrautTranslation updates
2004-11-02 Peter EisentrautTranslation updates
2004-11-01 Dave Cramerfixed bug in segfault REVOKE statement
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-30 Peter EisentrautTranslation update
2004-10-29 Bruce MomjianNo need to set errorMessage length --- already set...
2004-10-29 Bruce MomjianSet errorMessage length in PQrequestCancel() in all...
2004-10-28 Peter EisentrautTranslation updates
2004-10-28 Peter EisentrautTranslation updates
2004-10-27 Peter EisentrautTranslation updates
2004-10-27 Peter EisentrautTranslation updates
2004-10-27 Peter EisentrautTranslation updates
2004-10-27 Peter EisentrautTranslation updates
2004-10-22 Dennis BjorklundTranslation updates
2004-10-21 Tom LaneSet the close-on-exec flag for libpq's socket to the...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-18 Michael MeskesSynced parser
2004-10-17 Peter EisentrautTranslation updates
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Tom LaneGenerate the various .def files for libpq DLLs from...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-14 Bruce MomjianAdd 'int' cast for getpid() because some Solaris releas...
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-10-12 Peter EisentrautMessage style revisions
2004-10-12 Neil ConwayFix vpath build break, induced by Bruce's recent commit.
2004-10-12 Bruce MomjianAdd some pg_config_path.h dependencies for places that...
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-09 Bruce MomjianMake getpid() use %d consistently for printing.
2004-10-06 Bruce MomjianThe Win32 (mingw) build of libpq seems to have lost...
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-05 Bruce MomjianAnother tightening of Win32 typedefs.
2004-10-05 Michael Meskes'::' is no longer interpreted as a variable in a prepar...
2004-10-04 Bruce MomjianMake sure no libs use libpgport by removing it from...
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-10-03 Peter EisentrautTranslation update
2004-10-03 Peter EisentrautTranslation updates
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
next