postgresql/src/backend
Robert Haas bd0f206f55 Fix typo in comment.
Thomas Munro
2016-03-28 20:55:15 -04:00
..
access Don't use !! but != 0/NULL to force boolean evaluation. 2016-03-27 18:10:19 +02:00
bootstrap Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
catalog Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. 2016-03-25 12:33:16 -04:00
commands Improve internationalization of messages involving type names 2016-03-28 14:24:37 -03:00
executor Fix EvalPlanQual bug when query contains both locked and not-locked rels. 2016-03-22 17:56:20 -04:00
foreign Remove a couple of useless pstrdup() calls. 2016-03-09 23:29:05 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Properly declare FeBeWaitSet. 2016-03-21 12:58:18 +01:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
optimizer Avoid a couple of zero-divide scenarios in the planner. 2016-03-26 12:03:12 -04:00
parser Improve internationalization of messages involving type names 2016-03-28 14:24:37 -03:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
postmaster Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Don't use !! but != 0/NULL to force boolean evaluation. 2016-03-27 18:10:19 +02:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Fix typo in comment. 2016-03-28 20:55:15 -04:00
tcop Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
tsearch Improve support of Hunspell 2016-03-17 17:23:38 +03:00
utils Document errhidecontext() where it ought to be documented. 2016-03-28 14:18:14 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00