summaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAgeFilesLines
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-3/+4
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-061-19/+19
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-3/+25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+18
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-271-1/+3
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-291-1/+2
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-121-1/+2
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-3/+3
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-061-5/+5
* Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian2005-07-051-4/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-041-2/+2
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-5/+1
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-3/+3
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-2/+3
* Add sprintf support, that were were missing.Bruce Momjian2005-03-161-1/+6
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-2/+12
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-1/+21
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-271-2/+3
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-7/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-7/+12
* Update workding on why we use is_absolute_path() as a macro.Bruce Momjian2004-11-081-4/+3
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-061-24/+14
* Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian2004-10-111-3/+11
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-5/+6
* Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian2004-09-271-1/+6
* Move TIMEZONE_GLOBAL out into the proper place.Bruce Momjian2004-09-091-10/+10
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-091-2/+2
* Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian2004-09-091-2/+3
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-1/+9
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-21/+23
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-181-4/+8
* Add comment about portability function name inconsistency.Bruce Momjian2004-08-171-1/+3
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-121-1/+2
* Improve comment.Bruce Momjian2004-08-091-3/+3
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-1/+2
* Fix comment.Bruce Momjian2004-08-081-2/+2
* The attached patch implements a symlink for win32 using junctions, andBruce Momjian2004-08-071-6/+9
* Create a C version of pg_config.Bruce Momjian2004-08-011-1/+3
* Add docs for initdb --auth.Bruce Momjian2004-08-011-1/+3
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-231-11/+1
* Allow borland compiles.Bruce Momjian2004-07-211-2/+2
* Add URL about Win32 quoting behavior.Bruce Momjian2004-06-111-1/+4
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-2/+16
* Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian2004-06-101-1/+13
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-271-1/+6
* Make the locale location relocatable.Bruce Momjian2004-05-251-1/+3