| Commit message (Expand) | Author | Age |
* | Provide database object names as separate fields in error messages. | Tom Lane | 2013-01-29 |
* | Drop "meaning" column from error code table | Peter Eisentraut | 2011-05-28 |
* | Remove obsolete comment | Peter Eisentraut | 2011-05-19 |
* | Avoid maintaining three separate copies of the error codes list. | Robert Haas | 2011-02-03 |
* | Re-classify ERRCODE_DATABASE_DROPPED to 57P04 | Simon Riggs | 2011-02-01 |
* | Create new errcode for recovery conflict caused by db drop on master. | Simon Riggs | 2011-02-01 |
* | Corrections to patch adding SQL/MED error codes. | Robert Haas | 2010-12-26 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut | 2009-03-04 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane | 2008-05-15 |
* | Somebody forgot to add this ERRCODE everywhere it should go ... | Tom Lane | 2008-01-15 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 |
* | Clean up after someone's curious idea that it'd be good to strip | Tom Lane | 2006-06-16 |
* | Fix broken markup. | Tom Lane | 2005-12-09 |
* | Remove empty heading row in error table. | Bruce Momjian | 2005-12-08 |
* | Add "Constant" column to error code table. | Bruce Momjian | 2005-12-08 |
* | Avoid referring to a specific version of the SQL standard except where | Tom Lane | 2005-11-04 |
* | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway | 2005-07-14 |
* | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane | 2005-06-26 |
* | More minor updates and copy-editing. | Tom Lane | 2005-01-06 |
* | Update of conformance information to SQL:2003 | Peter Eisentraut | 2004-11-27 |
* | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Various minor improvements to the SGML documentation: fix some incorrect | Neil Conway | 2004-08-24 |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway | 2004-05-16 |
* | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 |
* | Improve documentation for SQLSTATE error codes, per recent thread on | Neil Conway | 2004-05-14 |
* | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | 2004-03-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Add a listing of our SQLSTATE error codes to the documentation. | Tom Lane | 2003-10-17 |