| Age | Commit message (Expand) | Author |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 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-02 | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut |
| 2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-15 | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut |
| 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-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-01-27 | Get rid of last few unadorned 'permission denied' messages. | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-12-02 | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-09-14 | Translation updates | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-30 | Group-manipulating code neglected to fill in array element type, | Tom Lane |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-04-28 | Minor code cleanup. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-27 | Fix write of pg_pwd file for multiple users. Broken recently by my | Bruce Momjian |
| 2002-04-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane |
| 2002-04-18 | Make PUBLIC an unreserved word (in fact, not a keyword at all), | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-01 | Reject tabs and linefeeds in usernames and passwords that are being | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-19 | Replace useless strcasecmp's by strcmp's. | Peter Eisentraut |
| 2001-09-08 | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut |