index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Win32 CMD quoting rules information location, CMD /?, from
Bruce Momjian
2006-08-18
1
-2
/
+2
*
Update WIN32 quoting roles documentation.
Bruce Momjian
2006-07-19
1
-3
/
+19
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
1
-1
/
+5
*
Fix Win32/Cygwin problems:
Bruce Momjian
2006-06-25
1
-3
/
+3
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-9
/
+4
*
Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.
Bruce Momjian
2006-04-24
1
-3
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Check for "msys" so it doesn't use 'con' by checking for an evironment
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.
Bruce Momjian
2006-03-04
1
-1
/
+4
*
Add documentation on the use of *printf() macros and libintl.
Bruce Momjian
2005-12-06
1
-3
/
+4
*
Put undef's before extern declarations that need 'em, per Andrew Dunstan.
Tom Lane
2005-12-06
1
-19
/
+19
*
Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane
2005-12-06
1
-3
/
+25
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-14
/
+18
*
Fix problems with PGXS builds against an installation tree that was
Tom Lane
2005-09-27
1
-1
/
+3
*
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-29
1
-1
/
+2
*
Fix up canonicalize_path to do the right thing in all cases (I think ...
Tom Lane
2005-08-12
1
-1
/
+2
*
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-08-02
1
-3
/
+3
*
Complete zic patch backout by removing NO_PGPORT workaround.
Bruce Momjian
2005-07-06
1
-5
/
+5
*
Add NO_PGPORT defines to fix win32/cygwin builds for new target platform
Bruce Momjian
2005-07-05
1
-4
/
+4
*
Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.
Bruce Momjian
2005-07-04
1
-2
/
+2
*
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-27
1
-5
/
+1
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
1
-3
/
+3
*
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-25
1
-2
/
+3
*
Add sprintf support, that were were missing.
Bruce Momjian
2005-03-16
1
-1
/
+6
*
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
1
-2
/
+12
*
Define snprintf() to call pg_snprintf() so our own snprintf-like
Bruce Momjian
2005-03-11
1
-1
/
+21
*
Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.
Bruce Momjian
2005-02-27
1
-2
/
+3
*
Make the various places that determine the user's "home directory"
Tom Lane
2005-01-06
1
-7
/
+1
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Miscellaneous Cygwin build fixes from Reini Urban.
Tom Lane
2004-11-17
1
-7
/
+12
*
Update workding on why we use is_absolute_path() as a macro.
Bruce Momjian
2004-11-08
1
-4
/
+3
*
Code cleanup in path.c and exec.c. Handle Windows drive and network specs
Tom Lane
2004-11-06
1
-24
/
+14
*
Use native Cygwin symlinks so tablespaces work on Win95/98/ME which
Bruce Momjian
2004-10-11
1
-3
/
+11
*
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
1
-5
/
+6
*
Improve MS VC builds for psql by handlling flex properly and prevent
Bruce Momjian
2004-09-27
1
-1
/
+6
*
Move TIMEZONE_GLOBAL out into the proper place.
Bruce Momjian
2004-09-09
1
-10
/
+10
*
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-09-09
1
-2
/
+2
*
Make TZNAME_GLOBAL for reference to tzname global variable.
Bruce Momjian
2004-09-09
1
-2
/
+3
*
Use _timezone global on Cygwin instead of timezone.
Bruce Momjian
2004-09-08
1
-1
/
+9
*
Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.
Tom Lane
2004-08-29
1
-1
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-21
/
+23
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
Bruce Momjian
2004-08-18
1
-4
/
+8
*
Add comment about portability function name inconsistency.
Bruce Momjian
2004-08-17
1
-1
/
+3
*
Add make_native_path() because Win32 COPY is an internal CMD.EXE command
Bruce Momjian
2004-08-12
1
-1
/
+2
*
Improve comment.
Bruce Momjian
2004-08-09
1
-3
/
+3
*
Allow libpgport to call memory allocation routines even though
Bruce Momjian
2004-08-08
1
-1
/
+2
*
Fix comment.
Bruce Momjian
2004-08-08
1
-2
/
+2
*
The attached patch implements a symlink for win32 using junctions, and
Bruce Momjian
2004-08-07
1
-6
/
+9
*
Create a C version of pg_config.
Bruce Momjian
2004-08-01
1
-1
/
+3
[next]