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
*
Stamp 9.4.6.
REL9_4_6
Tom Lane
2016-02-08
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Stamp 9.4.5.
REL9_4_5
Tom Lane
2015-10-05
*
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
*
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-21
*
Stamp 9.4.4.
REL9_4_4
Tom Lane
2015-06-09
*
Stamp 9.4.3.
REL9_4_3
Tom Lane
2015-06-01
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Stamp 9.4.2.
Tom Lane
2015-05-18
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
*
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-14
*
Unlink static libraries before rebuilding them.
Noah Misch
2015-03-01
*
Improve pg_check_dir code and comments.
Robert Haas
2015-02-17
*
Add missing float.h include to snprintf.c.
Andres Freund
2015-02-04
*
Stamp 9.4.1.
REL9_4_1
Tom Lane
2015-02-02
*
port/snprintf(): fix overflow and do padding
Bruce Momjian
2015-02-02
*
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-16
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
*
Fix win32setlocale.c const-related warnings.
Noah Misch
2014-11-02
*
Work around Windows locale name with non-ASCII character.
Heikki Linnakangas
2014-10-24
*
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-21
*
Suppress dead, unportable src/port/crypt.c code.
Noah Misch
2014-10-12
*
Report success when Windows kill() emulation signals an exiting process.
Noah Misch
2014-07-23
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
*
Preserve errno across free().
Tom Lane
2014-04-04
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Fix unportable coding in tarCreateHeader().
Tom Lane
2014-02-16
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix whitespace
Peter Eisentraut
2013-12-27
*
Fix whitespace
Peter Eisentraut
2013-12-26
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
*
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-12-15
*
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-11-30
*
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-11-23
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
*
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
*
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-17
*
Add asprintf.c
Peter Eisentraut
2013-10-13
[next]