postgresql/src/backend/commands
Tom Lane f5bfaf9546 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
NULL and DefineDomain didn't.  Bug goes all the way back to original coding
of domains.  Per bug #3396 from Sergey Burladyan.
2007-06-20 18:16:04 +00:00
..
aggregatecmds.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
alter.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
analyze.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
async.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
cluster.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
comment.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
conversioncmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
copy.c Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:50 +00:00
dbcommands.c Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug 2007-04-12 15:04:47 +00:00
define.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
explain.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
functioncmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
indexcmds.c Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:22 +00:00
lockcmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
operatorcmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
portalcmds.c Fix an error in the original coding of holdable cursors: PersistHoldablePortal 2007-02-06 22:49:36 +00:00
prepare.c Defend against crash while processing Describe Statement or Describe Portal 2005-12-14 17:06:37 +00:00
proclang.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
schemacmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
sequence.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
tablecmds.c Repair failure to check that a table is still compatible with a previously 2007-02-02 00:07:44 +00:00
tablespace.c TablespaceCreateDbspace should function normally even on platforms that do not 2006-03-29 15:15:50 +00:00
trigger.c Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 2006-01-12 21:49:07 +00:00
typecmds.c CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 2007-06-20 18:16:04 +00:00
user.c Disregard superuserness when checking to see if a role GRANT would 2005-11-04 17:25:15 +00:00
vacuum.c Avoid having autovacuum run multiple ANALYZE commands in a single transaction, 2007-06-14 13:54:40 +00:00
vacuumlazy.c Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, 2006-03-04 19:09:23 +00:00
variable.c Fix bug that allowed any logged-in user to SET ROLE to any other database user 2006-02-12 22:32:57 +00:00
view.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00