postgresql/src/backend/catalog
Masahiko Sawada 729439607a Add progress reporting of skipped tuples during COPY FROM.
9e2d870119 enabled the COPY command to skip malformed data, however
there was no visibility into how many tuples were actually skipped
during the COPY FROM.

This commit adds a new "tuples_skipped" column to
pg_stat_progress_copy view to report the number of tuples that were
skipped because they contain malformed data.

Bump catalog version.

Author: Atsushi Torikoshi
Reviewed-by: Masahiko Sawada
Discussion: https://postgr.es/m/d12fd8c99adcae2744212cb23feff6ed%40oss.nttdata.com
2024-01-25 10:57:41 +09:00
..
.gitignore Generate syscache info from catalog files 2024-01-23 07:31:06 +01:00
Catalog.pm Generate syscache info from catalog files 2024-01-23 07:31:06 +01:00
Makefile Generate syscache info from catalog files 2024-01-23 07:31:06 +01:00
aclchk.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
catalog.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
dependency.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
genbki.pl Generate syscache info from catalog files 2024-01-23 07:31:06 +01:00
heap.c Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
index.c Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
indexing.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
information_schema.sql Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
namespace.c Add optimized C string hashing 2024-01-19 12:56:15 +07:00
objectaccess.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
objectaddress.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
partition.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_aggregate.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_attrdef.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_cast.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_class.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_collation.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_constraint.c Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
pg_conversion.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_db_role_setting.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_depend.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_enum.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_inherits.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_largeobject.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_namespace.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_operator.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_parameter_acl.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_proc.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_publication.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_range.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_shdepend.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_subscription.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_type.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
sql_feature_packages.txt Update SQL features 2023-05-02 10:59:21 +02:00
sql_features.txt Add XMLText function (SQL/XML X038) 2023-11-06 09:38:29 +01:00
storage.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
system_functions.sql Update copyright for 2024 2024-01-03 20:49:05 -05:00
system_views.sql Add progress reporting of skipped tuples during COPY FROM. 2024-01-25 10:57:41 +09:00
toasting.c Update copyright for 2024 2024-01-03 20:49:05 -05:00