postgresql/src/include
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Previously, these functions took a HeapTupleHeader, but upcoming
patches for logical replication will introduce new a new snapshot
type under which the tuple's TID will be used to lookup (CMIN, CMAX)
for visibility determination purposes.  This makes that information
available.  Code churn is minimal since HeapTupleSatisfiesVisibility
took the HeapTuple anyway, and deferenced it before calling the
satisfies function.

Independently of logical replication, this allows t_tableOid and
t_self to be cross-checked via assertions in tqual.c.  This seems
like a useful way to make sure that all callers are setting these
values properly, which has been previously put forward as
desirable.

Andres Freund, reviewed by Álvaro Herrera
2013-07-22 13:38:44 -04:00
..
access Improve scalability of WAL insertions. 2013-07-08 11:23:56 +03:00
bootstrap Update copyrights for 2013 2013-01-01 17:15:01 -05:00
catalog Add infrastructure for mapping relfilenodes to relation OIDs. 2013-07-22 11:09:10 -04:00
commands WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
common pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
datatype Update copyrights for 2013 2013-01-01 17:15:01 -05:00
executor WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
foreign Improve updatability checking for views and foreign tables. 2013-06-12 17:53:33 -04:00
lib pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
libpq pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
mb Renovate display of non-ASCII messages on Windows. 2013-06-26 11:17:33 -04:00
nodes WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
optimizer WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
parser Move checking an explicit VARIADIC "any" argument into the parser. 2013-07-18 11:52:12 -04:00
port pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
portability Update copyrights for 2013 2013-01-01 17:15:01 -05:00
postmaster Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
regex Support indexing of regular-expression searches in contrib/pg_trgm. 2013-04-09 01:06:54 -04:00
replication pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
rewrite WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Fix a few problems in barrier.h. 2013-07-17 18:38:20 -04:00
tcop pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
tsearch Update copyrights for 2013 2013-01-01 17:15:01 -05:00
utils Adjust HeapTupleSatisfies* routines to take a HeapTuple. 2013-07-22 13:38:44 -04:00
.gitignore Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
c.h Define Trap and TrapMacro even in non-cassert builds. 2013-06-28 09:33:34 -04:00
fmgr.h Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. 2013-01-21 20:26:15 -05:00
funcapi.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
getaddrinfo.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
getopt_long.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Install headers from the new src/include/common subdirectory. 2013-02-26 15:27:30 -05:00
miscadmin.h Add session_preload_libraries configuration parameter 2013-07-12 21:23:50 -04:00
pg_config.h.in Use posix_fallocate() for new WAL files, where available. 2013-07-05 12:30:29 -07:00
pg_config.h.win32 Use posix_fallocate() for new WAL files, where available. 2013-07-05 12:30:29 -07:00
pg_config_ext.h.in Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_ext.h.win32 Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_manual.h Cooperate with the Valgrind instrumentation framework. 2013-06-26 20:22:25 -04:00
pg_trace.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pgstat.h Split pgstat file in smaller pieces 2013-02-18 18:12:52 -03:00
pgtar.h Move tar function headers to pgtar.h 2013-01-02 20:34:08 +01:00
pgtime.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
port.h Renovate display of non-ASCII messages on Windows. 2013-06-26 11:17:33 -04:00
postgres.h Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
postgres_ext.h Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
postgres_fe.h Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
rusagestub.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
windowapi.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00