| Age | Commit message (Expand) | Author |
| 2004-02-13 | After further thought about support for gathering stats on functional | Tom Lane |
| 2004-02-12 | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane |
| 2004-02-12 | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-02-02 | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian |
| 2004-02-02 | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian |
| 2004-02-02 | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian |
| 2004-01-31 | Micro-opt: replace calls like | Neil Conway |
| 2004-01-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-23 | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-18 | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-21 | Back out: | Bruce Momjian |
| 2003-12-20 | In my mind there were two categories of open issues | Bruce Momjian |
| 2003-12-15 | Add mention with might need to use cp -R someday for portability. | Bruce Momjian |
| 2003-12-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-24 | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-19 | Background writer process | Jan Wieck |
| 2003-11-13 | 2nd try for the ARC strategy. | Jan Wieck |
| 2003-11-13 | ARC strategy backed out ... sorry | Jan Wieck |
| 2003-11-13 | Replacement of the buffer replacement strategy with an ARC | Jan Wieck |
| 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-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
| 2003-10-18 | Simplify loop test to avoid bug in AIX compiler, per Andreas. | Tom Lane |
| 2003-10-17 | Adjust display of actual runtimes in EXPLAIN output to use three fractional | Tom Lane |
| 2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
| 2003-10-13 | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian |
| 2003-10-13 | Adjust setRelhassubclassInRelation() to not perform actual heap_update | Tom Lane |
| 2003-10-12 | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian |
| 2003-10-11 | Back out -fstrict-aliasing void* casting. | Bruce Momjian |
| 2003-10-11 | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian |
| 2003-10-06 | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane |
| 2003-10-06 | Modify COPY FROM to match the null-value string against the column value | Tom Lane |
| 2003-10-02 | Add a bit more locking to vac_update_relstats and vac_update_dbstats | Tom Lane |