postgresql/src/backend/utils
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
..
adt Revert "Fix an O(N^2) problem in foreign key references". 2015-09-15 11:09:15 -04:00
cache Allow per-tablespace effective_io_concurrency 2015-09-08 12:51:42 -03:00
error Coordinate log_line_prefix options 'm' and 'n' to share a timeval. 2015-09-07 15:40:49 -07:00
fmgr pgindent run for 9.5 2015-05-23 21:35:49 -04:00
hash Don't include low level locking code from frontend code. 2015-08-07 15:10:56 +02:00
init Fix incorrect order of lock file removal and failure to close() sockets. 2015-08-02 14:55:03 -04:00
mb Encoding PG_UHC is code page 949. 2015-08-14 20:23:13 -04:00
misc Add gin_fuzzy_search_limit to postgresql.conf.sample. 2015-09-09 02:25:50 +09:00
mmgr Fix subtransaction cleanup after an outer-subtransaction portal fails. 2015-09-04 13:37:14 -04:00
resowner Update copyright for 2015 2015-01-06 11:43:47 -05:00
sort Rely on inline functions even if that causes warnings in older compilers. 2015-08-05 18:19:52 +02:00
time Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test. 2015-08-26 18:19:07 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
Gen_dummy_probes.sed Update copyright for 2015 2015-01-06 11:43:47 -05:00
Gen_fmgrtab.pl Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
generate-errcodes.pl Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyright for 2015 2015-01-06 11:43:47 -05:00