postgresql/src/backend/commands
Robert Haas 6f59777c65 Code cleanup for assign_transaction_read_only.
As in commit fb4c5d2798 on 2011-01-21,
this avoids spurious debug messages and allows idempotent changes at
any time.  Along the way, make assign_XactIsoLevel allow idempotent
changes even when not within a subtransaction, to be consistent with
the new coding of assign_transaction_read_only and because there's
no compelling reason to do otherwise.

Kevin Grittner, with some adjustments.
2011-01-22 20:55:50 -05:00
..
Makefile Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
aggregatecmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
alter.c Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 2011-01-03 22:08:55 -05:00
analyze.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
async.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
cluster.c Make ALTER TABLE revalidate uniqueness and exclusion constraints. 2011-01-20 22:44:10 -05:00
comment.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
constraint.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
conversioncmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
copy.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
dbcommands.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
define.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
discard.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
explain.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
foreigncmds.c Don't require usage privileges on the foreign data wrapper when creating a 2011-01-21 15:05:20 +02:00
functioncmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
indexcmds.c Make ALTER TABLE revalidate uniqueness and exclusion constraints. 2011-01-20 22:44:10 -05:00
lockcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
opclasscmds.c Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 2011-01-03 22:08:55 -05:00
operatorcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
portalcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prepare.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
proclang.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
schemacmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
seclabel.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
sequence.c Implement remaining fields of information_schema.sequences view 2011-01-02 15:15:21 +02:00
tablecmds.c Make ALTER TABLE revalidate uniqueness and exclusion constraints. 2011-01-20 22:44:10 -05:00
tablespace.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
trigger.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tsearchcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
typecmds.c Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
user.c Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 2011-01-07 21:59:29 -05:00
vacuum.c Fix typo. 2011-01-02 07:26:10 -05:00
vacuumlazy.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
variable.c Code cleanup for assign_transaction_read_only. 2011-01-22 20:55:50 -05:00
view.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00