postgresql/src/backend
Tom Lane c0fdec2b6a Add $(LDFLAGS) to Windows make rule for postgres executable. Needed
to do profiling on Cygwin, per report from Dave Page.
2002-05-22 21:46:40 +00:00
..
access Modify sequence state storage to eliminate dangling-pointer problem 2002-05-22 21:40:55 +00:00
bootstrap Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
catalog Minor kibitzing. 2002-05-22 18:33:15 +00:00
commands Modify sequence state storage to eliminate dangling-pointer problem 2002-05-22 21:40:55 +00:00
executor Since COPY fires triggers, it seems like a good idea for it to use 2002-05-21 22:59:01 +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 Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
optimizer Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +00:00
parser Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +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 Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
Makefile Add $(LDFLAGS) to Windows make rule for postgres executable. Needed 2002-05-22 21:46:40 +00:00