postgresql/src/backend
Peter Eisentraut 3a018d2fbb Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: fe0d5c56ab1b2599e37d41f639be97ac6947ee69
2016-10-24 10:50:29 -04:00
..
access Prevent starting a standalone backend with standby_mode on. 2016-08-31 08:52:13 -04:00
bootstrap Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 2014-12-16 15:35:46 -05:00
catalog Fix multiple minor infelicities in aclchk.c error reports. 2016-06-13 13:53:10 -04:00
commands Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 2016-09-09 11:46:03 +01:00
executor Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes. 2016-09-22 11:34:45 -04:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:36:53 -04:00
lib Remove tabs after spaces in C comments 2014-05-06 11:26:26 -04:00
libpq Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:11:01 +01:00
nodes Fix improper repetition of previous results from a hashed aggregate. 2016-08-24 14:37:51 -04:00
optimizer Fix improper repetition of previous results from a hashed aggregate. 2016-08-24 14:37:51 -04:00
parser Improve documentation about CREATE TABLE ... LIKE. 2016-07-28 13:26:59 -04:00
po Translation updates 2016-10-24 10:50:29 -04:00
port Improve TranslateSocketError() to handle more Windows error codes. 2016-04-21 16:59:17 -04:00
postmaster Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:11:52 -05:00
replication Fix typos 2016-02-29 18:11:58 -03:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:12:03 -05:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:52 -04:00
storage Fix mdtruncate() to close fd.c handle of deleted segments. 2016-09-08 16:52:13 -07:00
tcop Add recursion depth protections to regular expression matching. 2015-10-02 14:51:59 -04:00
tsearch Fix misestimation of n_distinct for a nearly-unique column with many nulls. 2016-08-07 18:52:02 -04:00
utils Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 2016-10-23 15:01:24 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:31 -04:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
nls.mk Translation updates 2013-02-03 23:58:38 -05:00