postgresql/src/backend
Peter Eisentraut f8948616c9 Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 19c72ea8d856d7b1d4f5d759a766c8206bf9ce53
2015-02-01 23:23:40 -05:00
..
access Fix query-duration memory leak with GIN rescans. 2015-01-30 17:58:23 +01:00
bootstrap Remove some dead IsUnderPostmaster code from bootstrap.c. 2015-01-14 00:37:02 +01:00
catalog Add usebypassrls to pg_user and pg_shadow 2015-01-28 21:47:15 -05:00
commands Clean up range-table building in copy.c 2015-01-28 17:42:28 -05:00
executor Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Fix typos, update README. 2015-01-23 15:06:53 -05:00
libpq Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
main Always set the six locale category environment variables in main(). 2015-01-07 22:34:57 -05:00
nodes Improve new caching logic in tbm_add_tuples(). 2015-01-16 13:28:30 -05:00
optimizer Fix ancient thinko in default table rowcount estimation. 2015-01-18 17:04:11 -05:00
parser Prevent duplicate escape-string warnings when using pg_stat_statements. 2015-01-22 18:11:00 -05:00
po Translation updates 2015-02-01 23:23:40 -05:00
port Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
postmaster Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
regex Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
replication Further cleanup of ReorderBufferCommit(). 2015-01-25 22:49:56 -05:00
rewrite Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Properly terminate the array returned by GetLockConflicts(). 2015-01-29 22:48:45 +01:00
tcop Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00
tsearch Update copyright for 2015 2015-01-06 11:43:47 -05:00
utils Fix jsonb Unicode escape processing, and in consequence disallow \u0000. 2015-01-30 14:44:56 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00