postgresql/src/backend
Tom Lane 3d9e8db9e5 Revert "Fix an O(N^2) problem in foreign key references".
Commit 5ddc72887a does not actually work
because it will happily blow away ri_constraint_cache entries that are
in active use in outer call levels.  In any case, it's a very ugly,
brute-force solution to the problem of limiting the cache size.
Revert until it can be redesigned.
2015-09-15 11:09:15 -04:00
..
access Improve log messages related to tablespace_map file 2015-09-15 23:21:51 +09:00
bootstrap pgindent run for 9.5 2015-05-23 21:35:49 -04:00
catalog Update SQL features list 2015-09-12 00:08:18 -04:00
commands Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. 2015-09-05 16:15:38 -04:00
executor Allow per-tablespace effective_io_concurrency 2015-09-08 12:51:42 -03:00
foreign Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
lib Avoid use of float arithmetic in bipartite_match.c. 2015-08-23 13:02:18 -04:00
libpq Support RADIUS passwords up to 128 characters 2015-09-06 14:31:53 +02:00
main Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:21 -04:00
nodes Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 2015-08-21 08:22:22 -04:00
optimizer Fix setrefs.c comment properly. 2015-09-10 10:23:56 -04:00
parser Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 2015-08-21 08:22:22 -04:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Rely on inline functions even if that causes warnings in older compilers. 2015-08-05 18:19:52 +02:00
postmaster Remove files signaling a standby promotion request at postmaster startup 2015-09-09 22:51:44 +09:00
regex Fix minor bug in regexp makesearch() function. 2015-09-09 20:14:58 -04:00
replication Add ability to reserve WAL upon slot creation via replication protocol. 2015-09-06 13:30:57 +02:00
rewrite Lock all relations referred to in updatable views 2015-09-08 17:02:49 -04:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage Fix build problems in commit aa65de042f. 2015-09-11 14:56:17 -04:00
tcop Fix subtransaction cleanup after an outer-subtransaction portal fails. 2015-09-04 13:37:14 -04:00
tsearch pgindent run for 9.5 2015-05-23 21:35:49 -04:00
utils Revert "Fix an O(N^2) problem in foreign key references". 2015-09-15 11:09:15 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Fix build problems in commit aa65de042f. 2015-09-11 14:56:17 -04:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00