postgresql/src/backend
Tom Lane eeaa497e7b Give error message, rather than coredump, for utility statements in
conditional rules (rules with WHERE clauses).  We cannot support these
since there's noplace to hang a condition on a utility statement.
We caught the other case (attempt to attach a condition at rewrite time)
awhile ago, but this one escaped notice until now.
2001-06-04 16:17:30 +00:00
..
access Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
bootstrap Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
catalog Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
commands Tweak sorting so that nulls appear at the front of a descending sort 2001-06-02 19:01:53 +00:00
executor If spi.c wants to use malloc, it better test for malloc failure. 2001-06-01 19:43:55 +00:00
lib dllist.c is included in the frontend libpq interface via symlink. 2001-06-02 15:16:55 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
optimizer Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
parser Give error message, rather than coredump, for utility statements in 2001-06-04 16:17:30 +00:00
po Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
port Fix broken $Header$ declaration. 2001-05-30 18:32:29 +00:00
postmaster Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage Guard against malloc failure. Also, don't examine segP->lastBackend 2001-06-01 20:07:16 +00:00
tcop Remove fastpath.c's lame attempt at caching function lookup info across 2001-06-01 15:45:42 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Accept and output '-Infinity' as well as 'Infinity', per long-ago 2001-06-02 20:18:30 +00:00
Makefile Native Language Support (NLS) 2001-06-02 18:25:18 +00:00