postgresql/src/backend
Heikki Linnakangas e2ef289363 Print line number correctly in COPY.
When COPY uses the multi-insert method to insert a batch of tuples into the
heap at a time, incorrect line number was printed if something went wrong in
inserting the index tuples (primary key failure, for exampl), or processing
after row triggers.

Fixes bug #8173 reported by Lloyd Albin. Backpatch to 9.2, where the multi-
insert code was added.
2013-05-23 07:49:59 -04:00
..
access After fast promotion use CHECKPOINT_FORCE 2013-05-21 21:27:12 +01:00
bootstrap Record data_checksum_version in control file. 2013-04-30 12:27:12 +01:00
catalog Move materialized views' is-populated status into their pg_class entries. 2013-05-06 13:27:22 -04:00
commands Print line number correctly in COPY. 2013-05-23 07:49:59 -04:00
executor Fix handling of strict non-set functions with NULLs in set-valued inputs. 2013-05-12 13:08:12 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq Standardize spelling of "nonblocking" 2013-04-18 23:35:19 -04:00
main Fix insecure parsing of server command-line switches. 2013-04-01 14:00:51 -04:00
nodes Postpone creation of pathkeys lists to fix bug #8049. 2013-04-29 14:50:03 -04:00
optimizer Better fix for permissions tests in excluded subqueries. 2013-05-08 16:59:58 -04:00
parser Disallow unlogged materialized views. 2013-05-06 12:00:06 -04:00
po Back out some recent translation updates. 2013-05-06 12:28:13 -04:00
port Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
postmaster Improve message about failed transaction log archiving 2013-04-26 22:43:54 -04:00
regex Support indexing of regular-expression searches in contrib/pg_trgm. 2013-04-09 01:06:54 -04:00
replication Fix walsender failure at promotion. 2013-05-08 20:30:17 +03:00
rewrite Incidental cleanup of matviews code. 2013-04-27 17:48:57 -04:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Fix fd.c to preserve errno where needed. 2013-05-16 15:04:31 -04:00
tcop Editorialize a bit on new ProcessUtility() API. 2013-04-28 00:18:45 -04:00
tsearch Update copyrights for 2013 2013-01-01 17:15:01 -05:00
utils Fix crash when trying to display a NOTIFY rule action. 2013-05-16 16:47:26 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
nls.mk Translation updates 2013-05-05 22:34:23 -04:00