]> granicus.if.org Git - postgresql/history - src/interfaces
DTrace support, with a small initial set of probes
[postgresql] / src / interfaces /
2006-07-18 Bruce MomjianThe Win32 DEF files that are generated for libpq contai...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-12 Joe ConwayClean up for warning:
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-10 Bruce MomjianMove pthread-win32.h to /port, modify bcc/msvc makefiles.
2006-07-05 Michael MeskesFixed remaining Coverity bugs.
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-06-26 Michael MeskesAdded missing braces to prevent a segfault after usage...
2006-06-26 Michael MeskesAdded some more coverity report patches send in by...
2006-06-25 Michael MeskesMoved some free() calls that coverity correctly complai...
2006-06-25 Bruce MomjianRemove individual user copyright because the code is...
2006-06-23 Michael MeskesClarified copyright notice
2006-06-21 Michael MeskesAdded some more coverity report patches send in by...
2006-06-21 Michael MeskesFixed small typo in changelog
2006-06-21 Michael MeskesAdded fixed from the coverity report send in by Joachim...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-19 Michael MeskesDo not use already free'ed errmsg, bug found by Joachim...
2006-06-14 Tom LaneFurther thoughts about lo_export/lo_import error handli...
2006-06-14 Tom LaneImprove error detection and recovery in lo_import(...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-06 Bruce MomjianHave BCC echo output "" using "", rather than \"\"...
2006-06-06 Michael MeskesFixed two more memory leaks in ecpglib.
2006-05-31 Michael MeskesSomehow a ";" got lost which changed the logic. This...
2006-05-30 Tom LaneRemove pqsignalinquire(), which is unused and has porta...
2006-05-28 Tom LaneenlargePQExpBuffer, alone among the functions exported...
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-23 Bruce MomjianRemove trailing blank line from exports.txt.
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-19 Alvaro HerreraFix typo in comment.
2006-05-18 Bruce MomjianCode alignment fix.
2006-05-18 Bruce MomjianRemove canonicalize_path() call for .pgpass socket...
2006-05-17 Bruce MomjianAllow the .pgpass hostname to match the default socket...
2006-05-11 Bruce MomjianFix typo in comment.
2006-05-11 Bruce MomjianUse SQL standard '' rather than \' for tutorial/sample...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-07 Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-04-29 Tom LaneWe only need to add thread.c on non-WIN32 platforms...
2006-04-28 Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-27 Bruce MomjianTab alignment cleanup.
2006-04-27 Bruce MomjianAdd underscores to SSL CERT macro names, for clarity...
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-04-27 Bruce MomjianRemove unused function SSL_CTX_set_tmp_dh_callback...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-24 Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-19 Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-11 Neil ConwayFix typo.
2006-04-09 Bruce MomjianAdd comment for why we recompile pgport C files.
2006-03-20 Bruce MomjianUpdate comment that pgNotify.be_pid is pid of the notif...
2006-03-17 Michael MeskesFixed bug 2330: Wrong error code in case of a duplicate key
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove Christof Petig copyright. He already approved...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-08 Bruce MomjianRemove Christof Petig copyright on include file, per...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-07 Tom Lane'make clean' should NOT remove *~ files.
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneTeach PQcmdTuples() that a COPY command tag might conta...
2006-03-02 Tom LaneRemove unnecessary lo_lseek call in lo_open. Apparentl...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-13 Tom LaneAdd positive defense against trying to connect when...
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2006-02-09 Tom LaneC++ comments are verboten. Per gripe from Kris Jurka.
2006-02-09 Tom LaneFix broken non-YYDEBUG case.
2006-02-08 Michael Meskes Added just another test case.
2006-02-07 Bruce MomjianFix HTML alignment in PQprint.
2006-02-06 Bruce MomjianFix PQprint HTML tag, "centre" -> "center".
2006-02-04 Michael MeskesAdded C bit fields to ecpg parser
2006-02-04 Bruce MomjianIn ecpg, automatically double single quotes in $$ strin...
2006-02-03 Bruce MomjianImprove tab whitespace in file.
2006-02-02 Bruce MomjianMore spacing cleanups.
2006-02-01 Bruce MomjianSource code alignment fixes for preproc.y.
2006-02-01 Bruce MomjianMore alignment improvements.
2006-02-01 Bruce MomjianMake pgc.l source code alignment consistent.
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-24 Michael Meskes- Synced parser and keyword list.
2006-01-17 Michael MeskesData transferred binary is now put into the variables...
2006-01-15 Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-01 Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-29 Neil ConwayRevert some careless search-and-replace: "ADD" in comme...
2005-12-27 Bruce MomjianProtect ADD and HEADER symbols from conflicting with...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
next