| Age | Commit message (Expand) | Author |
| 2004-02-22 | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane |
| 2004-02-17 | Make use of statistics on index expressions. There are still some | Tom Lane |
| 2004-02-14 | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-02-03 | Add function (actually an int4 and an int8 version) that generates | Joe Conway |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 2003-12-25 | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian |
| 2003-12-03 | Added new group of read-only GUC variables to allow simple access | Joe Conway |
| 2003-12-03 | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane |
| 2003-12-01 | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-12-01 | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 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 |