postgresql/src/backend
Tom Lane 0affc29e1e Make sure that t_ctid is reset to equal t_self in heap_delete and
heap_mark4update; this avoids situations where a deleted tuple might
look like it is chained to something else.  Also, cause all the WAL
redo routines to set t_ctid to equal t_self, rather than leaving it
undefined as before.  Make heap_xlog_clean set the page's LSN and SUI
correctly.  All per past discussions in pghackers, ranging back to
last December.
2002-08-13 20:11:03 +00:00
..
access Make sure that t_ctid is reset to equal t_self in heap_delete and 2002-08-13 20:11:03 +00:00
bootstrap This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
catalog Code review of CLUSTER patch. Clean up problems with relcache getting 2002-08-11 21:17:35 +00:00
commands Remove obsolete uses of lanispl. Only used in pg_dump now, but can be 2002-08-13 17:22:08 +00:00
executor Fix permission checking for temp-table namespace. 2002-08-07 21:45:02 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove #ifdef MULTIBYTE 2002-08-08 06:32:26 +00:00
main Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
nodes > create view pg_locks as select l.relation, l.database, l.backendpid, 2002-08-10 20:44:48 +00:00
optimizer Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00
parser Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Convert possibly-unsafe sprintf's to snprintf's. 2002-08-12 14:47:46 +00:00
postmaster This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
storage Code review of CLUSTER patch. Clean up problems with relcache getting 2002-08-11 21:17:35 +00:00
tcop This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Remove obsolete uses of lanispl. Only used in pg_dump now, but can be 2002-08-13 17:22:08 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00