postgresql/src/backend/commands
Tom Lane d70a42e642 Represent type-specific length coercion functions as pg_cast entries,
eliminating the former hard-wired convention about their names.  Allow
pg_cast entries to represent both type coercion and length coercion in
a single step --- this is represented by a function that takes an
extra typmod argument, just like a length coercion function.  This
nicely merges the type and length coercion mechanisms into something
at least a little cleaner than we had before.  Make use of the single-
coercion-step behavior to fix integer-to-bit coercion so that coercing
to bit(n) yields the rightmost n bits of the integer instead of the
leftmost n bits.  This should fix recurrent complaints about the odd
behavior of this coercion.  Clean up the documentation of the bit string
functions, and try to put it where people might actually find it.
Also, get rid of the unreliable heuristics in ruleutils.c about whether
to display nested coercion steps; instead require parse_coerce.c to
label them properly in the first place.
2004-06-16 01:27:00 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
aggregatecmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
alter.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
analyze.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
async.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
cluster.c Minor code rationalization: FlushRelationBuffers just returns void, 2004-05-31 19:24:05 +00:00
comment.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
dbcommands.c Attached is a patch that takes care of the PATHSEP issue. I made a more 2004-06-10 22:26:24 +00:00
define.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
explain.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
functioncmds.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
indexcmds.c Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
lockcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
opclasscmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
operatorcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
portalcmds.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
prepare.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
proclang.c Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
schemacmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
sequence.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
tablecmds.c Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. 2004-06-10 18:34:45 +00:00
trigger.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
typecmds.c Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
user.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
vacuum.c vacuum.c refactoring 2004-06-08 13:59:36 +00:00
vacuumlazy.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
variable.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
view.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00