postgresql/src/backend/commands
Tom Lane 03b0a589d1 Consider interpreting a function call as a trivial (binary-compatible)
type coercion after failing to find an exact match in pg_proc, but before
considering interpretations that involve a function call with one or
more argument type coercions.  This avoids surprises wherein what looks
like a type coercion is interpreted as coercing to some third type and
then to the destination type, as in Dave Blasby's bug report of 3-Oct-01.
See subsequent discussion in pghackers.
2001-10-04 22:06:46 +00:00
..
_deadcode
analyze.c
async.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
cluster.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
command.c Here is my much-promised patch to let people add UNIQUE constraints after 2001-09-07 21:57:53 +00:00
comment.c DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 2001-10-03 20:54:22 +00:00
copy.c
creatinh.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 2001-08-16 20:38:56 +00:00
dbcommands.c Commit Karel's patch. 2001-09-06 04:57:30 +00:00
define.c Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 2001-10-02 21:39:36 +00:00
explain.c EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
indexcmds.c Consider interpreting a function call as a trivial (binary-compatible) 2001-10-04 22:06:46 +00:00
Makefile
proclang.c Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
remove.c DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 2001-10-03 20:54:22 +00:00
rename.c
sequence.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
trigger.c Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
user.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
vacuum.c Fix comment, add Assert. 2001-09-04 19:12:05 +00:00
vacuumlazy.c Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
variable.c Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 2001-09-19 15:19:12 +00:00
view.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 2001-08-16 20:38:56 +00:00