| Age | Commit message (Expand) | Author |
| 2004-05-11 | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-05-02 | Revert patch --- needs more generalized solution. | Bruce Momjian |
| 2004-05-01 | Align prototype in C code. | Bruce Momjian |
| 2004-04-26 | Please find a attached a small patch that adds accessor functions | Bruce Momjian |
| 2004-04-07 | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian |
| 2004-04-05 | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-22 | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian |
| 2004-03-15 | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane |
| 2004-03-09 | Add: | Bruce Momjian |
| 2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
| 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 |