index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Commit message (
Expand
)
Author
Age
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
*
Fix a few minor mistakes in header comments. From Qingqing Zhou.
Neil Conway
2005-05-16
*
Must count '*' characters as potential arguments.
Tom Lane
2005-04-14
*
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-25
*
Change Win32 O_SYNC method to O_DSYNC because that is what the method
Bruce Momjian
2005-03-24
*
Add missing error checking in readdir() loops.
Tom Lane
2005-03-24
*
Add mention of why malloc() has to be used in snprintf.c.
Bruce Momjian
2005-03-20
*
Department of second thoughts. Remove FRONTEND from snprintf.c because
Bruce Momjian
2005-03-20
*
Fix typo in Makefile.
Bruce Momjian
2005-03-20
*
Another change for FRONTEND snprintf.c.
Bruce Momjian
2005-03-20
*
Mark snprintf.c as a file that uses FRONTEND and needs to a version in
Bruce Momjian
2005-03-20
*
Factor duplicate snprintf code into functions.
Bruce Momjian
2005-03-17
*
Add sprintf support, that were were missing.
Bruce Momjian
2005-03-16
*
pgindent snprintf.c for consistency.
Bruce Momjian
2005-03-16
*
Fix snprintf for %*$.
Bruce Momjian
2005-03-16
*
Fix snprintf to handle %$ properly by storing and reordering the
Bruce Momjian
2005-03-16
*
Fix snprintf() to properly handle precision specification for %f.
Bruce Momjian
2005-03-12
*
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
*
Define snprintf() to call pg_snprintf() so our own snprintf-like
Bruce Momjian
2005-03-11
*
Move snprintf int64 compatibility letters into a NOT_USED block.
Bruce Momjian
2005-03-02
*
Fix for %I64d snprintf.
Bruce Momjian
2005-03-02
*
snprintf() %I64d code fix.
Bruce Momjian
2005-03-02
*
Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.
Bruce Momjian
2005-03-02
*
Prevent large allocation in snprintf to hold positional parameters.
Bruce Momjian
2005-03-02
*
Fix snprintf on Win32:
Bruce Momjian
2005-03-02
*
Make port snprintf.c finally thread-safe.
Bruce Momjian
2005-03-02
*
Make snprintf() use already-defined int64/uint64 typedefs rather than
Bruce Momjian
2005-03-01
*
And while we are on it, I would like to submit minor
Bruce Momjian
2005-03-01
*
snprintf.c has no sys/ioctl.h. Trivial patch below:
Bruce Momjian
2005-02-28
*
Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.
Bruce Momjian
2005-02-27
*
Add semicolon so snprintf.c goto has a statement to attach to:
Bruce Momjian
2005-02-22
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
*
Add support to port/snprintf.c for position parameter specification:
Bruce Momjian
2005-02-22
*
Print file name and errno string on rmtree failure.
Bruce Momjian
2005-02-13
*
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-26
*
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
Bruce Momjian
2005-01-18
*
Add missing gettext() calls in find_my_exec(). It's probably too late
Tom Lane
2005-01-14
*
Un-break MSVC build, per Andrew Dunstan.
Tom Lane
2005-01-10
*
Minor mop-up for Windows home-directory stuff, per Magnus.
Tom Lane
2005-01-06
*
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2005-01-06
*
Make the various places that determine the user's "home directory"
Tom Lane
2005-01-06
*
Adjust a few more copyright notices to match the format expected by
Tom Lane
2005-01-01
*
Some more missed copyright notices. Many of these look like they
Tom Lane
2005-01-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Remove 'optimization' to skip resolve_symlinks() when the found
Tom Lane
2004-12-24
*
In pipe_read_line Windows code, loop to ensure we get a whole line
Tom Lane
2004-12-20
*
Add Win32 version stamps that increment each day for proper SYSTEM32
Bruce Momjian
2004-12-19
*
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
*
Win32 build cleanups, from Andrew Dunstan.
Neil Conway
2004-11-17
*
Removes duplicate slashes from the path in canonicalize_path(). It
Bruce Momjian
2004-11-07
[next]