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
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-01
Suppress GCC 6 warning about self-comparison
Tom Lane
2016-08-08
Stamp 9.3.14.
REL9_3_14
Tom Lane
2016-05-09
Stamp 9.3.13.
REL9_3_13
Tom Lane
2016-04-22
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-28
Stamp 9.3.12.
REL9_3_12
Tom Lane
2016-02-08
Stamp 9.3.11.
REL9_3_11
Tom Lane
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-10-05
Stamp 9.3.10.
REL9_3_10
Tom Lane
2015-07-17
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-06-22
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-09
Stamp 9.3.9.
REL9_3_9
Tom Lane
2015-06-01
Stamp 9.3.8.
REL9_3_8
Tom Lane
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
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-03-01
Unlink static libraries before rebuilding them.
Noah Misch
2015-02-17
Improve pg_check_dir code and comments.
Robert Haas
2015-02-04
Add missing float.h include to snprintf.c.
Andres Freund
2015-02-02
Stamp 9.3.6.
REL9_3_6
Tom Lane
2015-02-02
port/snprintf(): fix overflow and do padding
Bruce Momjian
2015-01-16
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2014-11-03
Fix win32setlocale.c const-related warnings.
Noah Misch
2014-10-24
Work around Windows locale name with non-ASCII character.
Heikki Linnakangas
2014-10-13
Suppress dead, unportable src/port/crypt.c code.
Noah Misch
2014-07-23
Report success when Windows kill() emulation signals an exiting process.
Noah Misch
2014-07-21
Stamp 9.3.5.
REL9_3_5
Tom Lane
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-17
Stamp 9.3.4.
REL9_3_4
Tom Lane
2014-02-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
2013-12-15
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-12-02
Stamp 9.3.2.
REL9_3_2
Tom Lane
2013-11-23
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-10-08
Stamp 9.3.1.
REL9_3_1
Peter Eisentraut
2013-06-15
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-17
initdb needs pqsignal() even on Windows.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-08
Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.
Heikki Linnakangas
2013-02-27
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-16
Warn about initdb using mount-points
Bruce Momjian
[next]