postgresql/src/backend
Heikki Linnakangas 6da07cd80d If a corrupt WAL record is received by streaming replication, disconnect
and retry. If the record is genuinely corrupt in the master database,
there's little hope of recovering, but it's better than simply retrying
to apply the corrupt WAL record in a tight loop without even trying to
retransmit it, which is what we used to do.
2010-06-14 06:04:21 +00:00
..
access If a corrupt WAL record is received by streaming replication, disconnect 2010-06-14 06:04:21 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
commands Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
executor Add C comment that we will have to remove an exclusion constraint check 2010-05-29 02:32:08 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Work around a subtle portability problem in use of printf %s format. 2010-05-08 16:39:53 +00:00
libpq Fix reference to nonexistent configure option 2010-06-03 19:29:38 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix "constraint_exclusion = partition" logic so that it will also attempt 2010-03-30 21:58:11 +00:00
optimizer Fix oversight in construction of sort/unique plans for UniquePaths. 2010-05-25 17:44:41 +00:00
parser Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
po Translation updates for 9.0beta2 2010-06-03 21:12:05 +00:00
port Add code to InternalIpcMemoryCreate() to handle the case where shmget() 2010-05-01 22:46:30 +00:00
postmaster Fix some inconsistent quoting of wal_level values in messages 2010-06-03 21:02:12 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Use "replication" as the database name when constructing a connection 2010-06-11 10:13:09 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Remove max_standby_delay message from ps display of recovery process 2010-06-14 00:49:24 +00:00
tcop Give most recovery conflict errors a retryable error code. From recent 2010-05-12 19:45:02 +00:00
tsearch Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 2010-05-30 21:59:02 +00:00
utils Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Update comment about why postmaster doesn't get an icon. 2010-05-12 23:48:36 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00