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
/
backend
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect use of bool
Peter Eisentraut
2017-11-04
1
-1
/
+1
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
1
-0
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
8
-34
/
+34
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
18
-40
/
+40
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
3
-6
/
+6
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+2
*
Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.
Tom Lane
2017-04-15
1
-2
/
+23
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
1
-1
/
+1
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
1
-1
/
+64
*
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-03-17
1
-16
/
+12
*
Spelling fixes
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
5
-6
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
26
-26
/
+26
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
3
-33
/
+154
*
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
1
-16
/
+81
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
1
-45
/
+82
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
4
-109
/
+0
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
1
-0
/
+13
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
1
-1
/
+1
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
1
-0
/
+3
*
Remove obsolete replacement system() on darwin
Peter Eisentraut
2016-08-18
4
-161
/
+0
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-2
/
+1
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
1
-0
/
+14
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
1
-11
/
+44
*
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
1
-1
/
+1
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
1
-0
/
+24
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
1
-4
/
+5
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
1
-1
/
+3
*
Combine win32 and unix latch implementations.
Andres Freund
2016-03-21
4
-1082
/
+1
*
Fix stupid omission in c4901a1e.
Andres Freund
2016-03-18
1
-1
/
+1
*
Only clear latch self-pipe/event if there is a pending notification.
Andres Freund
2016-03-18
2
-35
/
+65
*
Make it easier to choose the used waiting primitive in unix_latch.c.
Andres Freund
2016-03-18
1
-16
/
+34
*
Error out if waiting on socket readiness without a specified socket.
Andres Freund
2016-03-18
2
-8
/
+10
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
2
-249
/
+1
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
1
-21
/
+16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
31
-31
/
+31
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
2
-24
/
+111
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-7
/
+0
*
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-07-18
2
-10
/
+19
*
Fix the fallback memory barrier implementation to be reentrant.
Andres Freund
2015-06-26
1
-2
/
+19
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
4
-8
/
+12
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-02-03
3
-54
/
+7
*
Add barriers to the latch code.
Andres Freund
2015-01-13
2
-9
/
+23
*
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-13
2
-12
/
+34
*
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
1
-0
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
31
-31
/
+31
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
2
-1
/
+128
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
1
-0
/
+2
*
Assorted message improvements
Peter Eisentraut
2014-08-29
1
-1
/
+1
[next]