Age | Commit message (Expand) | Author |
2020-05-06 | Doc: remove now-redundant align specifications in colspecs. | Tom Lane |
2020-05-04 | Doc: improve PDF presentation of some tables by adjusting column widths. | Tom Lane |
2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
2017-10-17 | Don't use SGML empty tags | Peter Eisentraut |
2013-01-29 | Provide database object names as separate fields in error messages. | Tom Lane |
2011-05-27 | Drop "meaning" column from error code table | Peter Eisentraut |
2011-05-18 | Remove obsolete comment | Peter Eisentraut |
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 |
2010-12-27 | Corrections to patch adding SQL/MED error codes. | 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 |
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 |
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-15 | Somebody forgot to add this ERRCODE everywhere it should go ... | Tom Lane |
2007-01-31 | Update documentation on may/can/might: | Bruce Momjian |
2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
2006-06-16 | 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 |
2005-12-09 | Fix broken markup. | Tom Lane |
2005-12-08 | Remove empty heading row in error table. | Bruce Momjian |
2005-12-08 | Add "Constant" column to error code table. | Bruce Momjian |
2005-11-04 | Avoid referring to a specific version of the SQL standard except where | Tom Lane |
2005-07-14 | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway |
2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
2005-01-06 | More minor updates and copy-editing. | Tom Lane |
2004-11-27 | Update of conformance information to SQL:2003 | Peter Eisentraut |
2004-11-15 | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway |
2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
2004-08-24 | Various minor improvements to the SGML documentation: fix some incorrect | Neil Conway |
2004-07-31 | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | 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 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-10-17 | Add a listing of our SQLSTATE error codes to the documentation. | Tom Lane |