postgresql/src/backend
Tom Lane 26fcd25c57 Remove SetQuerySnapshot() from FETCH processing. No longer necessary
or appropriate, since the snapshot that will be used by the cursor was
frozen when ExecutorStart was run for it.
2002-05-21 22:18:08 +00:00
..
access Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
bootstrap Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
catalog Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
commands Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
executor Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +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 Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
nodes Extend syntax of CREATE FUNCTION to resemble SQL99. 2002-05-17 18:32:52 +00:00
optimizer Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +00:00
parser Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +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 Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +00:00
regex Fix code to work when isalpha and friends are macros, not functions. 2002-05-05 00:50:31 +00:00
rewrite Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
storage Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
tcop Remove SetQuerySnapshot() from FETCH processing. No longer necessary 2002-05-21 22:18:08 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
Makefile Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00