postgresql/src/include/commands
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey.
Remove the 'strategy map' code, which was a large amount of mechanism
that no longer had any use except reverse-mapping from procedure OID to
strategy number.  Passing the strategy number to the index AM in the
first place is simpler and faster.
This is a preliminary step in planned support for cross-datatype index
operations.  I'm committing it now since the ScanKeyEntryInitialize()
API change touches quite a lot of files, and I want to commit those
changes before the tree drifts under me.
2003-11-09 21:30:38 +00:00
..
alter.h pgindent run. 2003-08-04 00:43:34 +00:00
async.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
cluster.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
comment.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
conversioncmds.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
copy.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
dbcommands.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
defrem.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
explain.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
lockcmds.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
portalcmds.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
prepare.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
proclang.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
sequence.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
tablecmds.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
trigger.h During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using 2003-10-06 16:38:28 +00:00
typecmds.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
user.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
vacuum.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
variable.h Cause SHOW DATESTYLE to produce a string that will be accepted by SET 2003-07-15 19:19:56 +00:00
version.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
view.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00