summaryrefslogtreecommitdiff
path: root/src/include/utils/errcodes.h
Commit message (Expand)AuthorAgeFilesLines
* Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane2008-05-151-1/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+5
* Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane2006-06-161-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-1/+2
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-011-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* plpgsql does exceptions.Tom Lane2004-07-311-1/+5
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-1/+5
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-1/+3
* Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway2004-05-161-2/+4
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-141-1/+2
* Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway2004-05-141-3/+19
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-041-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-2/+1
* Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane2003-08-261-1/+3
* pgindent run.Bruce Momjian2003-08-041-12/+12
* Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane2003-07-311-3/+3
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-1/+2
* Move ERRCODE_XXX macros into their own header file.Tom Lane2003-07-271-0/+305