postgresql/src/backend/commands
Tom Lane 32b58d0220 Fix various infelicities that have snuck into usage of errdetail() and
friends.  Avoid double translation of some messages, ensure other messages
are exposed for translation (and make them follow the style guidelines),
avoid unsafe passing of an unpredictable message text as a format string.
2008-03-24 19:12:49 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
aggregatecmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
alter.c Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
analyze.c Improve error messages emitted when VACUUM and ANALYZE skip a table. 2008-02-20 14:31:35 +00:00
async.c Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing 2008-03-12 20:11:46 +00:00
cluster.c Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these 2008-01-30 19:46:48 +00:00
comment.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
conversioncmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
copy.c Improve efficiency of attribute scanning in CopyReadAttributesCSV. 2008-03-08 01:16:26 +00:00
dbcommands.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
define.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
discard.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
explain.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
functioncmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
indexcmds.c Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 2008-02-07 17:09:51 +00:00
lockcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
opclasscmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
operatorcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
portalcmds.c Add a couple of missing FreeQueryDesc calls. Noticed while testing a 2008-03-20 20:05:56 +00:00
prepare.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
proclang.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
schemacmds.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
sequence.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tablecmds.c Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
tablespace.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
trigger.c Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events 2008-01-02 23:34:42 +00:00
tsearchcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
typecmds.c Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
user.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
vacuum.c We no longer need a snapshot set after opening the finishing transaction: this 2008-03-19 14:18:21 +00:00
vacuumlazy.c Fix various infelicities that have snuck into usage of errdetail() and 2008-03-24 19:12:49 +00:00
variable.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
view.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00