| Age | Commit message (Expand) | Author |
| 2001-01-07 | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-11-30 | XLOG stuff for sequences. | Vadim B. Mikheev |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-21 | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-20 | Compile WAL by default. | Vadim B. Mikheev |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-11 | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-08 | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut |
| 2000-11-06 | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-24 | Reconsider page size for large objects: rather than stuffing disk pages | Tom Lane |
| 2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
| 2000-10-22 | Add new datlastsysoid to pg_database. | Philip Warner |
| 2000-10-13 | Make setval(text,int32,bool) visible | Philip Warner |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-08-23 | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart |
| 2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-08-06 | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart |
| 2000-08-04 | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-07 | - format_type function, in use by psql | Peter Eisentraut |
| 2000-07-06 | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane |
| 2000-07-03 | TOAST changes to catalog | Jan Wieck |
| 2000-06-19 | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane |
| 2000-06-16 | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-12 | Brand 7.1 release. Also update jdbc version in release branch. | Bruce Momjian |
| 2000-06-12 | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian |
| 2000-06-09 | I have large database and with this DB work more users and I very need | Bruce Momjian |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-06-07 | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian |
| 2000-06-07 | New system index, initdb everyone. | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-05 | Force initdb because of pg_group index fix. | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |