]> granicus.if.org Git - postgresql/history - src/include/port.h
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / include / port.h
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-12 Tom LaneFix up canonicalize_path to do the right thing in all...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-07-06 Bruce MomjianComplete zic patch backout by removing NO_PGPORT workar...
2005-07-05 Bruce MomjianAdd NO_PGPORT defines to fix win32/cygwin builds for...
2005-07-04 Bruce MomjianRestructure zic #define fprintf checks to use a NO_PGPO...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-08 Bruce MomjianUpdate workding on why we use is_absolute_path() as...
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-10-11 Bruce MomjianUse native Cygwin symlinks so tablespaces work on Win95...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Bruce MomjianImprove MS VC builds for psql by handlling flex properl...
2004-09-09 Bruce MomjianMove TIMEZONE_GLOBAL out into the proper place.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-09-09 Bruce MomjianMake TZNAME_GLOBAL for reference to tzname global variable.
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-17 Bruce MomjianAdd comment about portability function name inconsistency.
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-09 Bruce MomjianImprove comment.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Bruce MomjianFix comment.
2004-08-07 Bruce MomjianThe attached patch implements a symlink for win32 using...
2004-08-01 Bruce MomjianCreate a C version of pg_config.
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-07-23 Bruce MomjianMove Win32 defines from port.h to win32.h.
2004-07-21 Bruce MomjianAllow borland compiles.
2004-06-11 Bruce MomjianAdd URL about Win32 quoting behavior.
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-06-10 Bruce MomjianHandle multiple double-quoted strings using Win32's...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-21 Tom LaneFix random breakage in exec.c for platforms where strdu...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-20 Bruce MomjianSmall variable rename in exec.c.
2004-05-20 Bruce MomjianAdd ctype.h include for new macro in port.h.
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-30 Bruce MomjianMore timezone build adjustments.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-05 Bruce MomjianCorrects issues recently posted by Dann Corbit, allowin...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-02-02 Bruce MomjianBriefly,
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-05 Bruce Momjianifdef out pqGetpwuid() because Win32 doesn't have struc...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-24 Bruce MomjianDo not include:
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-05-16 Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...