postgresql/src/backend
Tom Lane fd350ef395 Fix bogus declaration of local variable.
rc should be an int here, not a pgsocket.  Fairly harmless as long as
pgsocket is an integer type, but nonetheless wrong.  Error introduced
in commit 87091cb1f1.
2012-05-13 00:30:32 -04:00
..
access Ensure backwards compatibility for GetStableLatestTransactionId() 2012-05-12 13:26:10 +01:00
bootstrap
catalog Prevent loss of init fork when truncating an unlogged table. 2012-05-11 09:48:56 -04:00
commands Prevent loss of init fork when truncating an unlogged table. 2012-05-11 09:48:56 -04:00
executor Rename I/O timing statistics columns to blk_read_time and blk_write_time. 2012-04-29 18:13:33 -04:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib
libpq Fix bogus declaration of local variable. 2012-05-13 00:30:32 -04:00
main Remove dead ports 2012-05-01 22:11:12 +03:00
nodes Recast "ONLY" column CHECK constraints as NO INHERIT 2012-04-20 23:56:57 -03:00
optimizer Fix oversight in recent parameterized-path patch. 2012-04-26 14:17:44 -04:00
parser Lots of doc corrections. 2012-04-23 22:43:09 -04:00
po
port Fix WaitLatchOrSocket to handle EOF on socket correctly. 2012-05-12 16:36:47 -04:00
postmaster Avoid unnecessary process wakeups in the log collector. 2012-05-12 19:21:54 -04:00
regex Merge dissect() into cdissect() to remove a pile of near-duplicate code. 2012-02-24 18:40:31 -05:00
replication Cast some printf arguments to avoid possibly-nonportable behavior. 2012-03-23 20:18:04 -04:00
rewrite Add some infrastructure for contrib/pg_stat_statements. 2012-03-27 15:17:40 -04:00
snowball
storage Improve control logic for bgwriter hibernation mode. 2012-05-09 23:37:10 -04:00
tcop Make "unexpected EOF" messages DEBUG1 unless in an open transaction 2012-05-07 18:50:44 +02:00
tsearch Even more duplicate word removal, in the spirit of the season 2012-05-02 20:56:03 +03:00
utils Remove extraneous #include "storage/proc.h" 2012-05-11 14:46:46 +01:00
.gitignore
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Fix incorrect make maintainer-clean rule. 2012-04-07 18:16:50 -04:00
nls.mk