]> granicus.if.org Git - postgresql/history - src/interfaces
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / interfaces /
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:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-13 Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-07-08 Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-06 Tom LaneSave and restore errno across bindtextdomain call,...
2005-07-04 Bruce MomjianI have to admit that I got the case of the preprocessor...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Neil ConwayAdds some missing error handling to PGTYPESnumeric_div...
2005-07-01 Neil ConwayFix some minor infelicities in ecpg's pgtypeslib: ...
2005-06-30 Neil ConwayMinor ecpg tweak: the return value of calloc() is guara...
2005-06-30 Neil ConwayWarning cleanups for ecpg tests. Avoid doing pointer...
2005-06-30 Neil ConwayFix ecpg's test/ Makefile for out-of-tree (vpath) builds.
2005-06-30 Neil ConwayFix a theoretical memory leak in pg_password_sendauth...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-19 Bruce MomjianAdd comment about \# in bcc makefiles.
2005-06-19 Bruce MomjianCleanup for Win32 compile.
2005-06-16 Bruce MomjianAdd \x hex support to ecpg strings. This just passes...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12 Neil ConwayThis patch removes some old code from libpq that implem...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10 Bruce MomjianRemove unneeded variable test, per Tom.
2005-06-10 Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-09 Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-02 Michael Meskes- Fixed memory leak in ecpglib by adding some missing...
2005-05-27 Bruce MomjianDisplay only 9 subsecond digits instead of 10 for time...
2005-05-27 Bruce MomjianBack out part of patch that should be applied later.
2005-05-27 Bruce MomjianFix compile of entab to use stdarg.h. Clean up includes.
2005-05-26 Bruce MomjianUse Abs() macro to replace ? :.
2005-05-26 Bruce MomjianBack out:
2005-05-26 Bruce MomjianDisplay only 9 not 10 digits of precision for timestamp...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-24 Bruce MomjianRemove more extraneous parentheses in date/time functions.
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-05 Bruce MomjianAdd comments on WSAStartup usage.
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-04-30 Bruce MomjianFix BCC to not define compiler location.
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-14 Michael MeskesAdded patch by Philip Yarra <philip.yarra@internode...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-18 Michael MeskesAdded patch by Christof Petig <christof@petig-baender...
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
next