postgresql/src/backend
Robert Haas 372ff7cae2 Fix wrong word.
Commit a31212b429 was a little too hasty.

Per report from Tom Lane.
2016-04-27 14:23:56 -04:00
..
access Emit invalidations to standby for transactions without xid. 2016-04-26 20:21:54 -07:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
commands Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
executor Tighten up sanity checks for parallel aggregate in execQual.c. 2016-04-27 12:05:35 -04:00
foreign Fix whitespace 2016-04-11 14:44:51 -04:00
lib Remove mergeHyperLogLog. 2016-04-27 10:55:32 -04:00
libpq Add authentication parameters compat_realm and upn_usename for SSPI 2016-04-08 20:28:38 +02:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Remove inadvertently commited vim swapfile. 2016-04-27 11:53:01 -04:00
optimizer Fix EXPLAIN VERBOSE output for parallel aggregate. 2016-04-27 07:37:40 -04:00
parser Fix unexpected side-effects of operator_precedence_warning. 2016-04-21 23:17:36 -04:00
po
port Improve TranslateSocketError() to handle more Windows error codes. 2016-04-21 16:58:47 -04:00
postmaster Use GRANT system to manage access to sensitive functions 2016-04-06 21:45:32 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Emit invalidations to standby for transactions without xid. 2016-04-26 20:21:54 -07: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 Don't open formally non-existent segments in _mdfd_getseg(). 2016-04-26 20:32:51 -07:00
tcop Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
tsearch Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:25:14 +03:00
utils Fix wrong word. 2016-04-27 14:23:56 -04:00
.gitignore
common.mk
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
nls.mk