postgresql/src/backend
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION
to reset session userid to the originally-authenticated name.  Also,
relax SET SESSION AUTHORIZATION to allow specifying one's own username
even if one is not superuser, so as to avoid unnecessary error messages
when loading a pg_dump file that uses this command.  Per discussion from
several months ago.
2002-05-06 19:47:30 +00:00
..
access Change heap_get_latest_tid() so that a transaction can 2002-05-01 01:23:37 +00:00
bootstrap Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
catalog Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
commands Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 2002-05-06 19:47:30 +00:00
executor Enforce EXECUTE privilege for aggregate functions. 2002-04-29 22:28:19 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
main Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
nodes Second try at fixing join alias variables. Instead of attaching miscellaneous 2002-04-28 19:54:29 +00:00
optimizer Second try at fixing join alias variables. Instead of attaching miscellaneous 2002-04-28 19:54:29 +00:00
parser Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 2002-05-06 19:47:30 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Add missing includes. 2002-05-05 16:14:24 +00:00
postmaster Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
regex Fix code to work when isalpha and friends are macros, not functions. 2002-05-05 00:50:31 +00:00
rewrite Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
storage Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
tcop Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 2002-05-06 19:47:30 +00:00
Makefile Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00