postgresql/src/backend/commands
Tom Lane cbe8af81b2 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:30 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Make [VACUUM] ANALYZE safe on zero-column tables. 2003-04-25 21:29:22 +00:00
async.c Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 2003-02-18 02:53:46 +00:00
cluster.c Prevent clustering on incomplete indexes: partial indexes are verboten, 2003-03-03 04:37:48 +00:00
comment.c For COMMENT ON DATABASE where database name is unknown or not the current 2003-07-17 20:14:09 +00:00
conversioncmds.c Alter the signature for encoding conversion functions to declare the 2005-05-03 19:18:48 +00:00
copy.c Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:07:13 +00:00
dbcommands.c Back-patch fix for ALTER DATABASE failing to flush pg_database changes 2004-11-18 01:19:57 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Back-patch fix to prevent core dump in EXPLAIN if optimizer has 2002-12-12 16:16:58 +00:00
functioncmds.c Remove restriction that cast functions cannot be volatile. This 2003-02-01 22:09:41 +00:00
indexcmds.c Fix obsolete error message (isImmutable doesn't exist). 2003-01-23 15:18:50 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks 2002-10-04 22:19:29 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
prepare.c > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 2002-09-20 03:45:08 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c pgindent run. 2002-09-04 20:31:48 +00:00
sequence.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
tablecmds.c Prevent palloc(0) error when parent table has zero columns. 2003-04-21 15:20:02 +00:00
trigger.c Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 2006-01-12 21:49:41 +00:00
typecmds.c CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 2007-06-20 18:16:30 +00:00
user.c Repair core dump when trying to delete an entry from an already-NULL 2002-12-02 05:21:02 +00:00
vacuum.c Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 2007-03-14 18:49:32 +00:00
vacuumlazy.c Repair very-low-probability race condition between relation extension 2005-05-07 21:33:47 +00:00
variable.c Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash 2006-02-12 22:33:47 +00:00
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00