summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-252-7/+7
* Fix a few minor mistakes in header comments. From Qingqing Zhou.Neil Conway2005-05-162-4/+7
* Must count '*' characters as potential arguments.Tom Lane2005-04-141-7/+11
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-2/+25
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-241-3/+3
* Add missing error checking in readdir() loops.Tom Lane2005-03-242-3/+51
* Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian2005-03-201-1/+2
* Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian2005-03-202-17/+4
* Fix typo in Makefile.Bruce Momjian2005-03-201-2/+2
* Another change for FRONTEND snprintf.c.Bruce Momjian2005-03-201-1/+4
* Mark snprintf.c as a file that uses FRONTEND and needs to a version inBruce Momjian2005-03-201-1/+2
* Factor duplicate snprintf code into functions.Bruce Momjian2005-03-171-178/+175
* Add sprintf support, that were were missing.Bruce Momjian2005-03-161-46/+108
* pgindent snprintf.c for consistency.Bruce Momjian2005-03-161-134/+141
* Fix snprintf for %*$.Bruce Momjian2005-03-161-6/+6
* Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian2005-03-161-97/+103
* Fix snprintf() to properly handle precision specification for %f.Bruce Momjian2005-03-121-1/+3
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-4/+27
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-13/+9
* Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian2005-03-021-1/+3
* Fix for %I64d snprintf.Bruce Momjian2005-03-021-2/+2
* snprintf() %I64d code fix.Bruce Momjian2005-03-021-2/+3
* Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian2005-03-021-1/+18
* Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian2005-03-021-15/+38
* Fix snprintf on Win32:Bruce Momjian2005-03-021-23/+26
* Make port snprintf.c finally thread-safe.Bruce Momjian2005-03-021-42/+53
* Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian2005-03-011-30/+11
* And while we are on it, I would like to submit minorBruce Momjian2005-03-011-42/+39
* snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian2005-02-281-1/+3
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-271-3/+5
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-221-1/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-224-27/+28
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-15/+196
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-131-13/+17
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-3/+3
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane2005-01-141-4/+6
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-101-1/+8
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-1/+2
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-10/+11
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-11/+25
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-1/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3123-44/+44
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-191-2/+2
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-272-18/+14
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-171-1/+3
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-071-7/+27