postgresql/src
Magnus Hagander 3d39244e6e Retry opening new segments in pg_xlogdump --folllow
There is a small window between when the server closes out the existing
segment and the new one is created. Put a loop around the open call in
this case to make sure we wait for the new file to actually appear.
2016-09-30 11:22:00 +02:00
..
backend Silence compiler warnings 2016-09-28 19:31:58 -03:00
bin Retry opening new segments in pg_xlogdump --folllow 2016-09-30 11:22:00 +02:00
common Fix compiler warnings 2016-09-29 12:00:00 -04:00
fe_utils Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00
include pg_basebackup pg_receivexlog: Issue fsync more carefully 2016-09-29 12:00:00 -04:00
interfaces Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Improve parser's and planner's handling of set-returning functions. 2016-09-13 13:54:24 -04:00
port Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
template Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
test Switch pg_basebackup commands in Postgres.pm to use --nosync 2016-09-29 12:00:00 -04:00
timezone Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
tools Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Install TAP test infrastructure so it's available for extension testing. 2016-09-23 15:50:00 -04:00
Makefile.global.in Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
Makefile.shlib Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak