Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-01Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-12-25Add foreign data wrapper error code values for SQL/MED.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-13Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-03-04Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-05-15Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-03Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-06-16Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-06-01Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane
2004-05-16Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-14Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-31Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Move ERRCODE_XXX macros into their own header file.Tom Lane