.. |
access
|
The attached patch fixes a problem with InstallXLogFileSegment()'s use
|
2002-06-07 21:47:45 +00:00 |
bootstrap
|
Remove global variable scanCommandId in favor of storing a command ID
|
2002-05-21 22:05:55 +00:00 |
catalog
|
Mark index entries "killed" when they are no longer visible to any
|
2002-05-24 18:57:57 +00:00 |
commands
|
AlterDatabaseSet() forgot to update the indexes on pg_database.
|
2002-05-25 16:30:59 +00:00 |
executor
|
Mark index entries "killed" when they are no longer visible to any
|
2002-05-24 18:57:57 +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
|
In default nextval('foo') expression for a SERIAL column, use double
|
2002-05-28 22:15:42 +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
|
Rearrange LOG_CONNECTIONS code so that two log messages are made:
|
2002-05-28 23:56:51 +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
|
Mark index entries "killed" when they are no longer visible to any
|
2002-05-24 18:57:57 +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 DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.
|
2002-06-08 04:08:19 +00:00 |
Makefile
|
Add $(LDFLAGS) to Windows make rule for postgres executable. Needed
|
2002-05-22 21:46:40 +00:00 |