| Age | Commit message (Expand) | Author |
| 2005-06-18 | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane |
| 2005-05-26 | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2003-12-03 | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane |
| 2003-12-02 | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian |
| 2003-10-29 | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane |
| 2003-10-18 | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut |
| 2003-10-04 | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-26 | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane |
| 2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-05 | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-31 | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane |
| 2003-07-30 | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane |
| 2003-07-28 | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane |
| 2003-07-28 | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian |
| 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 |
| 2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
| 2003-07-27 | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian |
| 2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
| 2003-07-24 | Error message editing in backend/storage. | Tom Lane |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-07-22 | Error message editing for foreign-key triggers. | Tom Lane |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-21 | Back out comment on GucContexts. | Bruce Momjian |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-07-21 | Error message editing in backend/executor. | Tom Lane |
| 2003-07-21 | Error message editing in backend/catalog. | Tom Lane |
| 2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
| 2003-07-19 | Another round of error message editing, covering backend/parser/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-07-17 | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane |
| 2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |
| 2003-07-14 | Remove duplicate definition of ERROR. | Tom Lane |
| 2003-07-14 | Fix typo in comment, as noted by Weiping He. | Tom Lane |
| 2003-07-14 | Whoops, missed committing this change to match cosmetic changes in | Tom Lane |
| 2003-07-09 | Add description for new GUC context. | Bruce Momjian |
| 2003-07-09 | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian |