postgresql/src/backend/utils/init
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
This commit's parent made superfluous the bit's sole usage.  Referential
integrity checks have long run as the subject table's owner, and that
now implies RLS bypass.  Safe use of the bit was tricky, requiring
strict control over the SQL expressions evaluating therein.  Back-patch
to 9.5, where the bit was introduced.

Based on a patch by Stephen Frost.
2015-09-20 20:47:17 -04:00
..
globals.c Remove remnants of ImmediateInterruptOK handling. 2015-02-03 23:25:47 +01:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
miscinit.c Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 2015-09-20 20:47:17 -04:00
postinit.c Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:21 -04:00