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
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Stamp 9.3.7.
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
*
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.3.6.
REL9_3_6
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
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
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
*
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
*
Stamp 9.3.5.
REL9_3_5
Tom Lane
2014-07-21
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
Stamp 9.3.4.
REL9_3_4
Tom Lane
2014-03-17
*
Stamp 9.3.3.
REL9_3_3
Tom Lane
2014-02-17
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Fix unportable coding in tarCreateHeader().
Tom Lane
2014-02-16
*
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-12-15
*
Stamp 9.3.2.
REL9_3_2
Tom Lane
2013-12-02
*
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-11-23
*
Stamp 9.3.1.
REL9_3_1
Peter Eisentraut
2013-10-07
*
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-15
*
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
[next]