postgresql/src/backend/commands
Tom Lane f245c4eb1a When implementing a coercion to a domain type with a combined
type-and-length coercion function, make sure that the coercion function
is told the correct typmod.  Fixes Kris Jurka's example of a domain
over bit(N).
2004-11-06 17:46:38 +00:00
..
aggregatecmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
alter.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
analyze.c Make heap_fetch API more consistent by having the buffer remain pinned 2004-10-26 16:05:03 +00:00
async.c Renumber SnapshotNow and the other special snapshot codes so that 2004-09-11 18:28:34 +00:00
cluster.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
comment.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
conversioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
copy.c When implementing a coercion to a domain type with a combined 2004-11-06 17:46:38 +00:00
dbcommands.c On Windows, force a checkpoint just before dropping a database's physical 2004-10-28 00:39:59 +00:00
define.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
explain.c Remove unnecessary use of index_open just to get the index name. 2004-09-30 17:42:42 +00:00
functioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
indexcmds.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
lockcmds.c Update copyright to 2004. 2004-08-29 04:13:13 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
operatorcmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
portalcmds.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
prepare.c Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
proclang.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
schemacmds.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
sequence.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
tablecmds.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
tablespace.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
trigger.c I found a corner case in which it is possible for RI_FKey_check's call 2004-10-30 20:53:06 +00:00
typecmds.c Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
user.c Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
vacuum.c Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
vacuumlazy.c In the new dispensation where REINDEX doesn't take exclusive lock on 2004-10-25 15:42:02 +00:00
variable.c GUC assign hooks that look at external state in deciding whether a 2004-09-24 19:43:03 +00:00
view.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00