postgresql/src/include/access
Tom Lane 8f57b064fd Rename updateNodeLink to spgUpdateNodeLink.
On reflection, the original name seems way too generic for a global
symbol.  A quick check shows this is the only exported function name
in SP-GiST that doesn't begin with "spg" or contain "SpGist", so the
rest of them seem all right.
2011-12-19 15:38:32 -05:00
..
attnum.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
clog.h Fix timing of Startup CLOG and MultiXact during Hot Standby 2011-11-02 08:07:44 +00:00
genam.h Replace simple constant pg_am.amcanreturn with an AM support function. 2011-12-18 15:50:37 -05:00
gin.h Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
gin_private.h Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00
gist.h Start using flexible array members 2011-06-16 22:45:38 +03:00
gist_private.h Support GiST index support functions that want to cache data across calls. 2011-09-30 19:48:57 -04:00
gistscan.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
hash.h Allow more include files to be compiled in their own by adding missing 2011-08-27 11:05:33 -04:00
heapam.h In COPY, insert tuples to the heap in batches. 2011-11-09 10:54:41 +02:00
hio.h Modify RelationGetBufferForTuple() to use a typedef, rather than a 2011-10-12 16:53:54 -04:00
htup.h In COPY, insert tuples to the heap in batches. 2011-11-09 10:54:41 +02:00
itup.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
multixact.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nbtree.h Replace simple constant pg_am.amcanreturn with an AM support function. 2011-12-18 15:50:37 -05:00
printtup.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
reloptions.h Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00
relscan.h Avoid assuming that index-only scan data matches the index's rowtype. 2011-10-16 19:15:04 -04:00
rewriteheap.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
rmgr.h Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00
sdir.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
skey.h Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
slru.h Use callbacks in SlruScanDirectory for the actual action 2011-10-04 14:03:23 -03:00
spgist.h Teach SP-GiST to do index-only scans. 2011-12-19 14:58:41 -05:00
spgist_private.h Rename updateNodeLink to spgUpdateNodeLink. 2011-12-19 15:38:32 -05:00
subtrans.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
sysattr.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
transam.h Various micro-optimizations for GetSnapshopData(). 2011-12-16 21:48:47 -05:00
tupconvert.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tupdesc.h Allow CHECK constraints to be declared ONLY 2011-12-19 17:30:23 -03:00
tupmacs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tuptoaster.h Fix race condition with toast table access from a stale syscache entry. 2011-11-01 19:49:58 -04:00
twophase.h Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
twophase_rmgr.h Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr 2011-06-14 12:36:31 +03:00
valid.h Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
visibilitymap.h Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
xact.h Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
xlog.h Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. 2011-12-12 16:22:14 -05:00
xlog_internal.h Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. 2011-12-12 16:22:14 -05:00
xlogdefs.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
xlogutils.h During recovery, if we reach consistent state and still have entries in the 2011-12-02 10:49:54 +02:00