postgresql/src/backend
Simon Riggs 2e54d88af1 Correct comment in Hot Standby nbtree handling
Logic is correct, matching handling of LP_DEAD elsewhere.
2014-05-06 14:44:18 +01:00
..
access Correct comment in Hot Standby nbtree handling 2014-05-06 14:44:18 +01:00
bootstrap Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
catalog Rationalize common/relpath.[hc]. 2014-04-30 17:30:50 -04:00
commands Rationalize common/relpath.[hc]. 2014-04-30 17:30:50 -04:00
executor Fix failure to detoast fields in composite elements of structured types. 2014-05-01 15:19:06 -04:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Fix typos in comments. 2014-03-17 20:47:28 +09:00
libpq Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 2014-04-16 13:21:20 -04:00
main Allow "-C variable" and "--describe-config" even to root users. 2014-04-04 22:03:35 -04:00
nodes Make security barrier views automatically updatable 2014-04-12 21:04:58 -04:00
optimizer Improve planner to drop constant-NULL inputs of AND/OR where it's legal. 2014-04-29 13:12:46 -04:00
parser Allow polymorphic aggregates to have non-polymorphic state data types. 2014-04-23 19:17:41 -04:00
po Translation updates 2013-12-02 00:17:07 -05:00
port check socket creation errors against PGINVALID_SOCKET 2014-04-16 10:45:48 -04:00
postmaster Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 2014-04-16 13:21:20 -04:00
regex Fix memory leak during regular expression execution. 2014-03-19 11:09:24 -04:00
replication Fix use of free in walsender error handling after a sysid mismatch. 2014-05-06 15:17:41 +03:00
rewrite Make security barrier views automatically updatable 2014-04-12 21:04:58 -04:00
snowball Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 2014-02-23 16:59:05 -05:00
storage Fix possible cache invalidation failure in ReceiveSharedInvalidMessages. 2014-05-05 14:43:39 -04:00
tcop Reduce lock levels of some ALTER TABLE cmds 2014-04-06 11:13:43 -04:00
tsearch Avoid memcpy() with same source and destination address. 2014-03-07 13:14:33 +02:00
utils Fix yet another corner case in dumping rules/views with USING clauses. 2014-05-01 20:22:37 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Get rid of use of dlltool in Mingw builds. 2014-02-11 12:56:20 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00