| Commit message (Expand) | Author | Age |
* | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane | 2005-06-26 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 |
* | 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 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane | 2003-08-26 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane | 2003-07-31 |
* | 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 | 2003-07-27 |