postgresql/src/backend
2017-07-12 17:09:16 +03:00
..
access Fix potential data corruption during freeze 2017-07-06 17:20:56 +03:00
bootstrap Protect against multixact members wraparound 2015-04-28 11:32:53 -03:00
catalog Move autogenerated array types out of the way during ALTER ... RENAME. 2017-05-26 15:16:59 -04:00
commands Fix dependency, when changing a function's argument/return type. 2017-06-16 11:46:11 +03:00
executor Make sure that hash join's bulk-tuple-transfer loops are interruptible. 2017-02-15 16:40:06 -05:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Misc comment typo fixes. 2014-12-16 16:39:33 +02:00
libpq Treat clean shutdown of an SSL connection same as the non-SSL case. 2017-07-03 14:53:10 +03:00
main Make fallback implementation of pg_memory_barrier() work in 9.2 and 9.3. 2016-04-16 10:42:07 -04:00
nodes Fix improper repetition of previous results from a hashed aggregate. 2016-08-24 14:37:51 -04:00
optimizer Spelling fixes 2017-03-14 13:45:45 -04:00
parser Re-allow SRFs and window functions within sub-selects within aggregates. 2017-06-27 17:51:11 -04:00
po Translation updates 2017-05-08 10:19:36 -04:00
port Avoid depending on non-POSIX behavior of fcntl(2). 2017-04-21 15:55:56 -04:00
postmaster On Windows, retry process creation if we fail to reserve shared memory. 2017-07-10 11:00:09 -04:00
regex Fix regexport.c to behave sanely with lookaround constraints. 2017-04-13 17:18:35 -04:00
replication Fix low-probability leaks of PGresult objects in the backend. 2017-06-15 15:03:57 -04:00
rewrite Fix multiple assignments to a column of a domain type. 2017-07-11 16:48:59 -04:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:39 -04:00
storage Fix variable and type name in comment. 2017-07-12 17:09:16 +03:00
tcop Unify SIGHUP handling between normal and walsender backends. 2017-06-05 19:18:16 -07:00
tsearch Fix typos in comments. 2017-02-06 11:34:28 +02:00
utils Unify SIGHUP handling between normal and walsender backends. 2017-06-05 19:18:16 -07:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:30 -04:00
nls.mk xlogreader.c: Fix report_invalid_record translatability flag 2015-01-09 12:34:24 -03:00