index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Age
Commit message (
Expand
)
Author
2005-08-25
Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to
Tom Lane
2005-08-24
Add code to use Windows getaddrinfo and friends if they exist. This
Tom Lane
2005-08-23
Fix broken lrand48() implementation, per Merlin Moncure.
Tom Lane
2005-08-12
Fix up canonicalize_path to do the right thing in all cases (I think ...
Tom Lane
2005-08-12
No server version of snprintf needed, so remove Makefile rule.
Bruce Momjian
2005-08-12
Reverse out changes to canonicalize_path(), per suggestion from Tom.
Bruce Momjian
2005-08-12
Modify canonicalize_path() so if we would return a trailing "..", throw
Bruce Momjian
2005-08-12
Update comments.
Bruce Momjian
2005-08-12
Document why we only handle trailing "..".
Bruce Momjian
2005-08-11
Fix BSD fseeko to seek from the end of the file.
Bruce Momjian
2005-08-11
Fix canonicalize_path so "../.." isn't stripped off and ignored.
Bruce Momjian
2005-08-10
Document why Win32 loops over rename/unlink are necessary.
Bruce Momjian
2005-08-02
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-08-02
rmtree() reported the wrong pathname if final rmdir failed.
Tom Lane
2005-07-28
Fix a whole bunch of #includes that were either wrong or redundant.
Tom Lane
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-16
Fix a few minor mistakes in header comments. From Qingqing Zhou.
Neil Conway
2005-04-14
Must count '*' characters as potential arguments.
Tom Lane
2005-03-25
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-24
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-20
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-17
Factor duplicate snprintf code into functions.
Bruce Momjian
2005-03-16
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-12
Fix snprintf() to properly handle precision specification for %f.
Bruce Momjian
2005-03-11
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-02
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-01
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-02-28
snprintf.c has no sys/ioctl.h. Trivial patch below:
Bruce Momjian
2005-02-27
Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.
Bruce Momjian
2005-02-22
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-13
Print file name and errno string on rmtree failure.
Bruce Momjian
2005-01-26
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
[next]