| Age | Commit message (Expand) | Author |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2005-05-03 | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane |
| 2005-05-03 | Fix typos in documentation. | Neil Conway |
| 2005-05-02 | Add FAQ on who controls the project. | Bruce Momjian |
| 2005-05-02 | Completed: | Bruce Momjian |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-05-02 | Add some missing "See Also" entries to the domain-related SQL reference | Neil Conway |
| 2005-05-02 | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-05-01 | Fix incorrect backslashing in regexp example, per Robert Treat. | Tom Lane |
| 2005-05-01 | Mention the actual stored size of NUMERIC values, per David Fetter. | Tom Lane |
| 2005-05-01 | Remove the contents of the src/corba subdirectory: this has been dead code | Neil Conway |
| 2005-04-30 | Change catalog entries for record_out and record_send to show only one | Tom Lane |
| 2005-04-30 | Make record_out and record_send extract type information from the passed | Tom Lane |
| 2005-04-30 | Use the standard lock manager to establish priority order when there | Tom Lane |
| 2005-04-30 | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway |
| 2005-04-30 | Fix BCC to not define compiler location. | Bruce Momjian |
| 2005-04-30 | Update FAQ. | Bruce Momjian |
| 2005-04-30 | Update replication FAQ. | Bruce Momjian |
| 2005-04-29 | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane |
| 2005-04-29 | Remove extern from optreset that was just added. | Bruce Momjian |
| 2005-04-29 | Improve cleanup from win32 client-only build. | Bruce Momjian |
| 2005-04-29 | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian |
| 2005-04-29 | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway |
| 2005-04-29 | Done: | Bruce Momjian |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-28 | Fix a whitespace problem. From Alvaro Herrera. | Dennis Bjorklund |
| 2005-04-28 | Add WAL compression item to TODO.detail. | Bruce Momjian |
| 2005-04-28 | Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to | Bruce Momjian |
| 2005-04-27 | Wording improvement. | Bruce Momjian |
| 2005-04-27 | Update PAM documentation, per Alvaro. | Bruce Momjian |
| 2005-04-26 | Mention that PAM requires the user already exist in the database, per | Bruce Momjian |
| 2005-04-25 | On further experimentation, there were still a couple of bugs in | Tom Lane |
| 2005-04-25 | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane |
| 2005-04-25 | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane |
| 2005-04-25 | Update description: | Bruce Momjian |
| 2005-04-25 | Re-add item with better description: | Bruce Momjian |
| 2005-04-25 | Fix btree_gist to handle timetz zone correctly per recent changes. | Tom Lane |
| 2005-04-25 | Avoid rechecking lossy operators twice in a bitmap scan plan. | Tom Lane |
| 2005-04-25 | While determining the filter clauses for an index scan (either plain | Tom Lane |
| 2005-04-25 | Replace slightly klugy create_bitmap_restriction() function with a | Tom Lane |
| 2005-04-25 | Add description for concurrent sequential scans: | Bruce Momjian |
| 2005-04-25 | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane |
| 2005-04-24 | Adjust nodeBitmapIndexscan.c to not keep the index open across calls, | Tom Lane |
| 2005-04-24 | Actually, nodeBitmapIndexscan.c doesn't need to create a standard | Tom Lane |
| 2005-04-24 | Put back example of using Result node to execute an INSERT. | Tom Lane |
| 2005-04-24 | Update wording: | Bruce Momjian |
| 2005-04-24 | Update wording. | Bruce Momjian |
| 2005-04-24 | Clean up HTML. | Bruce Momjian |
| 2005-04-24 | Add replication FAQ item. | Bruce Momjian |