aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/errcodes.sgml
Commit message (Expand)AuthorAge
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Drop "meaning" column from error code tablePeter Eisentraut2011-05-28
* Remove obsolete commentPeter Eisentraut2011-05-19
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-01
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-01
* Corrections to patch adding SQL/MED error codes.Robert Haas2010-12-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut2009-03-04
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane2008-05-15
* Somebody forgot to add this ERRCODE everywhere it should go ...Tom Lane2008-01-15
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane2006-06-16
* Clean up after someone's curious idea that it'd be good to stripTom Lane2006-06-16
* Fix broken markup.Tom Lane2005-12-09
* Remove empty heading row in error table.Bruce Momjian2005-12-08
* Add "Constant" column to error code table.Bruce Momjian2005-12-08
* Avoid referring to a specific version of the SQL standard except whereTom Lane2005-11-04
* This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway2005-07-14
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* More minor updates and copy-editing.Tom Lane2005-01-06
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Replace "--" and "---" with "—" as appropriate, for better-lookingNeil Conway2004-11-15
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Various minor improvements to the SGML documentation: fix some incorrectNeil Conway2004-08-24
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway2004-05-16
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-14
* Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway2004-05-14
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-04
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add a listing of our SQLSTATE error codes to the documentation.Tom Lane2003-10-17