| Age | Commit message (Expand) | Author |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-29 | Update catversion for dbsize changes. | Bruce Momjian |
| 2005-07-29 | Move dbsize functions into the backend. New functions: | Bruce Momjian |
| 2005-07-28 | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane |
| 2005-07-27 | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway |
| 2005-07-27 | Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. | Neil Conway |
| 2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
| 2005-07-26 | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane |
| 2005-07-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-07-23 | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane |
| 2005-07-23 | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian |
| 2005-07-22 | Update date/time comments. | Bruce Momjian |
| 2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
| 2005-07-21 | More comment update of time macros. | Bruce Momjian |
| 2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
| 2005-07-21 | Add comment about void* use in MemSet. | Bruce Momjian |
| 2005-07-21 | Add comment marking non-exact time conversion macros. | Bruce Momjian |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-20 | Update catalog version for INTERVAL day addition. | Bruce Momjian |
| 2005-07-20 | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian |
| 2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |
| 2005-07-14 | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-10 | Change typreceive function API so that receive functions get the same | Tom Lane |
| 2005-07-10 | I made the patch that implements regexp_replace again. | Bruce Momjian |
| 2005-07-08 | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-06 | Complete zic patch backout by removing NO_PGPORT workaround. | Bruce Momjian |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-05 | Add NO_PGPORT defines to fix win32/cygwin builds for new target platform | Bruce Momjian |
| 2005-07-04 | Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-07-02 | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-07-01 | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut |
| 2005-06-30 | Bug fixes for GiST crash recovery. | Teodor Sigaev |
| 2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-29 | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane |
| 2005-06-28 | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Concurrency for GiST | Teodor Sigaev |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-26 | Tweak dynahash.c to not allocate so many entries at once when dealing | Tom Lane |
| 2005-06-26 | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane |
| 2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-25 | Fix a couple of items that should be declared Oid not int. Purely | Tom Lane |