]> granicus.if.org Git - postgresql/history - src/include/port.h
Per-column collation support
[postgresql] / src / include / port.h
2011-02-08 Peter EisentrautPer-column collation support
2011-02-03 Bruce MomjianSimplify code used in is_absolute_path() macro; also...
2011-02-03 Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-01 Magnus HaganderUndefine setlocale() macro on Win32
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-15 Tom LaneSpell __NetBSD__ the same way everywhere. Per Giles...
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-04-23 Robert HaasFix various instances of "the the".
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-31 Tom LaneParenthesize this macro, just in case.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-07-12 Tom LaneGet dirmod.c on the same page as port.h about whether...
2007-04-13 Magnus HaganderAdd O_DIRECT support on Windows.
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
2007-01-19 Alvaro HerreraChange the sed rules in the regression test for pg_regr...
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-28 Andrew Dunstanprotect vfprintf from hijacking by Windows gettext...
2006-10-19 Tom LaneRename our substitute qsort to pg_qsort at the link...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-10-02 Tom LaneProperly handle the case where strlcpy() exists in...
2006-09-30 Bruce MomjianBSD/OS doesn't have a prototype for strlcpy() but has...
2006-09-27 Tom LaneAdd strlcpy() to the set of functions supported by...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-08-30 Tom LaneFix things so that fopen's, not only open's, pass FILE_...
2006-08-18 Bruce MomjianUpdate Win32 CMD quoting rules information location...
2006-07-19 Bruce MomjianUpdate WIN32 quoting roles documentation.
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2005-12-06 Bruce MomjianAdd documentation on the use of *printf() macros and...
2005-12-06 Tom LanePut undef's before extern declarations that need 'em...
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.
next