]> granicus.if.org Git - postgresql/history - src/interfaces
Ensure that we validate the page header of the first page of a WAL file
[postgresql] / src / interfaces /
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.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-06 Tom Laneecpg/pgtypeslib seems to need snprintf.c pulled in...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-02 Michael MeskesAdded special handling of CONNECTION variable that...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
2005-11-27 Tom LaneAdd missing semicolon. Recent versions of bison seem...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-04 Peter EisentrautTranslation updates
2005-11-03 Alvaro HerreraTranslation updates.
2005-10-29 Peter EisentrautTranslation updates
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-21 Tom LaneAdd missing PQinitSSL and PQregisterThreadLock to expor...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Bruce MomjianAllow times of 24:00:00 to match rounding behavior:
2005-10-10 Peter EisentrautTranslation update
2005-10-10 Tom Lane<limits.h> is now needed here, for INT_MAX. Per Michae...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-08 Bruce MomjianAdd spacing around operators.
2005-10-07 Bruce MomjianMinor parentheses cleanup.
2005-10-05 Michael MeskesAlso synced the ecpg lexer with the backend lexer.
2005-10-04 Michael MeskesSomehow I missed some parser changes, so this commit...
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-16 Bruce MomjianAdjust bcc to work for thread changes.
2005-09-16 Bruce MomjianThis correction is required of nmake of Windows.
2005-09-12 Michael MeskesFixed transaction command handling to not ignore savepo...
2005-08-29 Tom LaneFix misspelled error message.
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-28 Bruce MomjianUpdate pthread_self() on Win32 to return DWORD.
2005-08-28 Bruce MomjianUse GetCurrentThreadId, per Magnus.
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-24 Michael Meskes - Check for NULL before checking whether argume...
2005-08-23 Bruce MomjianAdd new file for win32 threading.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-22 Bruce MomjianBack out incorrect use of E'' escape addition.
2005-08-13 Bruce MomjianDisable strtoul() ERANGE check on Win32, because it...
2005-08-11 Tom LaneEINTR return from connect() should be treated exactly...
2005-08-09 Bruce MomjianRemove unintended file change.
2005-08-09 Bruce MomjianClarify wal_sync_method options in documentation.
2005-07-22 Bruce MomjianMore removal of unneeded parentheses.
2005-07-22 Bruce MomjianUpdate date/time comments.
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianMore comment update of time macros.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-21 Bruce MomjianFix integer timestamp build for macro changes.
2005-07-21 Bruce MomjianAdd comment marking non-exact time conversion macros.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
next