postgresql/src/backend
Peter Eisentraut f2bcd7a7ea Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: e0981ce6d26309e48891d9192c69fcccd40fe7cd
2015-10-05 11:00:51 -04:00
..
access Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 2015-10-05 11:57:25 +02:00
bootstrap Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 2014-12-16 15:35:49 -05:00
catalog Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. 2015-05-24 13:03:45 -04:00
commands Improve LISTEN startup time when there are many unread notifications. 2015-09-30 23:32:23 -04:00
executor Further twiddling of nodeHash.c hashtable sizing calculation. 2015-10-04 15:55:07 -04:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:36:57 -04:00
lib Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
libpq Back-patch libpq support for TLS versions beyond v1. 2015-05-21 20:41:55 -04:00
main Report more information if pg_perm_setlocale() fails at startup. 2015-06-09 13:37:08 -04:00
nodes Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
optimizer Fix documentation error in commit 8703059c6b. 2015-10-01 10:31:50 -04:00
parser Revert "Fix bogus %name-prefix option syntax in all our Bison files." 2014-05-28 19:29:53 -04:00
po Translation updates 2015-10-05 11:00:51 -04:00
port Fix spinlock implementation for some !solaris sparc platforms. 2014-09-09 23:48:03 +02:00
postmaster Fix incorrect order of lock file removal and failure to close() sockets. 2015-08-02 14:54:44 -04:00
regex Add recursion depth protections to regular expression matching. 2015-10-02 14:51:59 -04:00
replication Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:25 +02:00
rewrite Add some errdetail to checkRuleResultList(). 2014-07-02 14:20:47 -04:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:59 -04:00
storage Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 2015-09-20 16:48:44 -04:00
tcop Add recursion depth protections to regular expression matching. 2015-10-02 14:51:59 -04:00
tsearch Cope with more than 64K phrases in a thesaurus dictionary. 2014-11-06 20:53:07 -05:00
utils Prevent stack overflow in query-type functions. 2015-10-05 10:06:36 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:31 -04:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Translation updates 2013-02-03 23:56:29 -05:00