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
*
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
*
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
*
Add a comment warning against use of pg_usleep() for long sleeps.
Tom Lane
2013-06-23
*
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-15
*
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
initdb needs pqsignal() even on Windows.
Tom Lane
2013-03-17
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.
Heikki Linnakangas
2013-03-08
*
Add standard file header comment to quotes.c.
Heikki Linnakangas
2013-02-27
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Warn about initdb using mount-points
Bruce Momjian
2013-02-16
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
*
Remove redundant code for getnameinfo() replacement
Peter Eisentraut
2012-10-04
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
*
Fix typo in comment for pclose_check() function.
Kevin Grittner
2012-09-12
*
Add strerror() string to chdir() error message
Peter Eisentraut
2012-08-28
*
Improve reporting of error situations in find_other_exec().
Tom Lane
2012-07-27
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
*
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-13
[next]