postgresql/src/backend
Heikki Linnakangas 21b1634275 Fix heap_multi_insert to set t_self field in the caller's tuples.
If tuples were toasted, heap_multi_insert didn't update the ctid on the
original tuples. This caused a failure if there was an after trigger
(including a foreign key), on the table, and a tuple got toasted.

Per off-list report and test case from Ted Phelps
2012-02-13 10:20:50 +02:00
..
access Fix heap_multi_insert to set t_self field in the caller's tuples. 2012-02-13 10:20:50 +02:00
bootstrap
catalog Add sequence USAGE privileges to information schema 2012-01-30 21:45:42 +02:00
commands Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 2012-02-07 11:23:04 -05:00
executor Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 2012-02-07 11:23:04 -05:00
foreign
lib
libpq initdb: Add options --auth-local and --auth-host 2012-02-01 21:18:55 +02:00
main
nodes Use parameterized paths to generate inner indexscans more flexibly. 2012-01-27 19:26:38 -05:00
optimizer Allow spgist's text_ops to handle pattern-matching operators. 2012-02-02 13:10:56 -05:00
parser Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y 2012-02-09 11:37:54 +02:00
po
port Fix poll() implementation of WaitLatchOrSocket to notice postmaster death. 2012-01-15 22:08:03 +02:00
postmaster Fix postmaster to attempt restart after a hot-standby crash. 2012-02-06 15:30:21 -05:00
regex
replication Minor bug fix and cleanup from self-review of sync rep queues patch. 2012-01-30 14:36:17 +00:00
rewrite
snowball
storage Rename LWLockWaitUntilFree to LWLockAcquireOrWait. 2012-02-08 09:17:13 +02:00
tcop ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
tsearch
utils Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs. 2012-02-09 12:24:36 -05:00
.gitignore
common.mk
Makefile
nls.mk