index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config.h.win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
1
-9
/
+0
*
Remove long-dead support for platforms without sig_atomic_t.
Tom Lane
2015-08-31
1
-3
/
+0
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-5
/
+1
*
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
1
-4
/
+4
*
Stamp 9.5alpha1.
REL9_5_ALPHA1
Tom Lane
2015-06-29
1
-3
/
+3
*
Oops, fix misspelled #endif
Heikki Linnakangas
2015-04-14
1
-1
/
+1
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
1
-2
/
+21
*
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
1
-0
/
+3
*
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-10
1
-0
/
+3
*
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
1
-3
/
+0
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
1
-0
/
+3
*
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-08-21
1
-6
/
+2
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
1
-3
/
+3
*
Detect presence of SSL_get_current_compression
Magnus Hagander
2014-07-15
1
-0
/
+3
*
Remove some useless code in the configure script.
Tom Lane
2014-07-01
1
-7
/
+0
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
1
-0
/
+3
*
Stamp HEAD as 9.5devel.
Tom Lane
2014-06-10
1
-4
/
+4
*
Stamp 9.4beta1.
REL9_4_BETA1
Tom Lane
2014-05-11
1
-3
/
+3
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
1
-1
/
+4
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
1
-15
/
+0
*
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-11-30
1
-10
/
+0
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
1
-3
/
+0
*
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
1
-0
/
+3
*
Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane
2013-06-15
1
-2
/
+2
*
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
1
-4
/
+4
*
Stamp 9.3beta1.
REL9_3_BETA1
Tom Lane
2013-05-06
1
-3
/
+3
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
1
-0
/
+9
*
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-09
1
-2
/
+2
*
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
1
-0
/
+3
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
1
-0
/
+6
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
1
-0
/
+3
*
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
1
-0
/
+3
*
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-07-05
1
-3
/
+0
*
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-13
1
-4
/
+4
*
Stamp 9.2beta2.
REL9_2_BETA2
Tom Lane
2012-05-31
1
-3
/
+3
*
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
1
-9
/
+0
*
Stamp 9.2beta1.
REL9_2_BETA1
Tom Lane
2012-05-10
1
-3
/
+3
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
1
-9
/
+0
*
Allow MinGW builds to use standardly-named OpenSSL libraries.
Tom Lane
2012-02-23
1
-6
/
+0
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
1
-6
/
+0
*
Correct the lie in pg_config.h.win32 about having inttypes.h.
Andrew Dunstan
2011-08-08
1
-2
/
+2
*
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
1
-1
/
+1
*
Define FLEXIBLE_ARRAY_MEMBER for MSVC.
Andrew Dunstan
2011-06-16
1
-0
/
+9
*
Stamp HEAD as 9.2devel.
Tom Lane
2011-06-11
1
-4
/
+4
*
Tag 9.1beta2.
REL9_1_BETA2
Tom Lane
2011-06-09
1
-3
/
+3
*
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-31
1
-6
/
+3
*
Tag 9.1beta1.
REL9_1_BETA1
Tom Lane
2011-04-27
1
-3
/
+3
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
1
-0
/
+3
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
1
-1
/
+7
*
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-26
1
-0
/
+3
[next]