]> granicus.if.org Git - postgresql/history - src/include/utils/errcodes.h
ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
[postgresql] / src / include / utils / errcodes.h
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Robert HaasCorrections to patch adding SQL/MED error codes.
2010-12-25 Robert HaasAdd foreign data wrapper error code values for SQL...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-06-16 Tom LaneCode review for SELECT INTO STRICT patch: use saner...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-10-01 Tom LaneCode review for NOWAIT patch: downgrade NOWAIT from...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-16 Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-14 Neil ConwayImprove documentation for SQLSTATE error codes, per...
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-26 Tom LaneUse separate SQLSTATE codes for file not found/file...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneFix mistaken error code assignments, per Peter's note...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Tom LaneMove ERRCODE_XXX macros into their own header file.