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
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow icc to use the same atomics infrastructure as gcc.
Tom Lane
2015-08-31
2
-30
/
+16
*
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-08
1
-0
/
+9
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
1
-0
/
+4
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
9
-125
/
+29
*
Fix comment atomics.h.
Andres Freund
2015-08-05
1
-10
/
+10
*
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-08
1
-3
/
+8
*
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-07-08
1
-20
/
+6
*
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
9
-218
/
+181
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
11
-201
/
+239
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
1
-0
/
+44
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-0
/
+49
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
1
-2
/
+2
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
1
-2
/
+2
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
3
-3
/
+3
*
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-20
1
-0
/
+1
*
Fix typos in comment.
Heikki Linnakangas
2015-01-13
1
-5
/
+5
*
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
1
-0
/
+16
*
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-11
6
-4
/
+17
*
Move comment about sun cc's __machine_rw_barrier being a full barrier.
Andres Freund
2015-01-08
1
-4
/
+4
*
Update copyright for 2015
Bruce Momjian
2015-01-06
13
-13
/
+13
*
Add native compiler and memory barriers for solaris studio.
Andres Freund
2014-10-25
1
-0
/
+22
*
Further atomic ops portability improvements and bug fixes.
Andres Freund
2014-09-26
6
-13
/
+51
*
Fix a couple occurrences of 'the the' in the new atomics API.
Andres Freund
2014-09-26
1
-8
/
+8
*
Fix whitespace
Peter Eisentraut
2014-09-26
1
-1
/
+0
*
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Andres Freund
2014-09-26
1
-2
/
+2
*
Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.
Andres Freund
2014-09-26
1
-3
/
+10
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
13
-0
/
+2000
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
1
-4
/
+0
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
2
-3
/
+3
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
1
-0
/
+2
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
1
-9
/
+0
*
Fix for lack of va_copy() on certain Windows versions
Peter Eisentraut
2013-10-18
1
-0
/
+9
*
Remove IRIX port.
Robert Haas
2013-10-18
1
-7
/
+0
*
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-20
1
-20
/
+10
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Add URLs to document why DLLIMPORT is needed on Windows.
Bruce Momjian
2012-11-07
1
-1
/
+7
*
Remove checks for now long outdated compilers.
Andrew Dunstan
2012-09-28
2
-8
/
+0
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+1
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
1
-3
/
+0
*
Remove dead ports
Peter Eisentraut
2012-05-01
6
-97
/
+0
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-1
/
+1
*
Support for building with MS Visual Studio 2010.
Andrew Dunstan
2012-01-03
1
-0
/
+22
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
1
-1
/
+25
*
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
Andrew Dunstan
2011-04-27
1
-13
/
+0
*
Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan
2011-04-27
1
-0
/
+13
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
1
-1
/
+1
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
1
-0
/
+2
*
Add some more mapping macros for Microsoft wide-character API.
Tom Lane
2011-04-10
1
-0
/
+16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-7
/
+7
[next]