Age | Commit message (Expand) | Author |
2011-02-04 | Avoid maintaining three separate copies of the error codes list. | Robert Haas |
2011-02-01 | 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-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-12-27 | Corrections to patch adding SQL/MED error codes. | Robert Haas |
2010-12-25 | Add foreign data wrapper error code values for SQL/MED. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-03-13 | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
2009-03-04 | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
2008-05-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
2006-06-16 | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-07-31 | plpgsql does exceptions. | Tom Lane |
2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
2004-05-16 | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway |
2004-05-14 | 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-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
2003-08-26 | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-31 | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane |
2003-07-27 | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane |
2003-07-27 | Move ERRCODE_XXX macros into their own header file. | Tom Lane |