postgresql/src/include
Amit Kapila 7e453634bb Add additional information in the vacuum error context.
The additional information added will be an offset number for heap
operations. This information will help us in finding the exact tuple due
to which the error has occurred.

Author: Mahendra Singh Thalor and Amit Kapila
Reviewed-by: Sawada Masahiko, Justin Pryzby and Amit Kapila
Discussion: https://postgr.es/m/CAKYtNApK488TDF4bMbw+1QH8HJf9cxdNDXquhU50TK5iv_FtCQ@mail.gmail.com
2020-08-26 09:40:52 +05:30
..
access Add additional information in the vacuum error context. 2020-08-26 09:40:52 +05:30
bootstrap
catalog Prevent non-superusers from reading pg_backend_memory_contexts, by default. 2020-08-26 10:50:02 +09:00
commands Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
common Move connect.h from fe_utils to src/include/common. 2020-08-10 09:22:54 -07:00
datatype
executor Fix comment in instrument.h 2020-07-31 14:17:29 +09:00
fe_utils Move connect.h from fe_utils to src/include/common. 2020-08-10 09:22:54 -07:00
foreign
jit Fix a few typos in JIT comments and README 2020-08-21 09:33:56 +12:00
lib Correct comment in simplehash.h. 2020-08-03 12:23:05 +12:00
libpq Fix postmaster's behavior during smart shutdown. 2020-08-14 13:26:57 -04:00
mb
nodes Fix handling of CREATE TABLE LIKE with inheritance. 2020-08-21 15:00:47 -04:00
optimizer Be more careful about the shape of hashable subplan clauses. 2020-08-14 22:14:03 -04:00
parser Fix handling of CREATE TABLE LIKE with inheritance. 2020-08-21 15:00:47 -04:00
partitioning Fix some header identifications 2020-07-14 13:39:45 +09:00
port Remove obsolete cygwin.h hack 2020-08-15 11:27:41 +02:00
portability
postmaster Trigger autovacuum based on number of INSERTs 2020-03-28 19:20:12 +13:00
regex
replication Add some const decorations 2020-08-08 07:31:52 +02:00
rewrite
snowball Update snowball 2020-06-08 08:07:15 +02:00
statistics Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
storage Extend the BufFile interface. 2020-08-26 07:36:43 +05:30
tcop code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
tsearch Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT. 2020-07-24 15:43:56 -04:00
utils snapshot scalability: cache snapshots using a xact completion counter. 2020-08-17 21:08:30 -07:00
.gitignore
c.h Replace remaining StrNCpy() by strlcpy() 2020-08-10 23:20:37 +02:00
fmgr.h Fix -Wcast-function-type warnings 2020-07-14 19:55:25 +02:00
funcapi.h Avoid holding a directory FD open across assorted SRF calls. 2020-03-16 21:05:52 -04:00
getaddrinfo.h
getopt_long.h
Makefile
miscadmin.h Add hash_mem_multiplier GUC. 2020-07-29 14:14:58 -07:00
pg_config.h.in Rename configure.in to configure.ac 2020-07-24 10:42:08 +02:00
pg_config_ext.h.in
pg_config_manual.h Add nbtree Valgrind buffer lock checks. 2020-07-21 15:50:58 -07:00
pg_getopt.h
pg_trace.h
pgstat.h Extend the BufFile interface. 2020-08-26 07:36:43 +05:30
pgtar.h Assorted cleanup of tar-related code. 2020-06-15 15:28:49 -04:00
pgtime.h
port.h Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
postgres.h
postgres_ext.h
postgres_fe.h
rusagestub.h
windowapi.h