| Age | Commit message (Expand) | Author |
| 2005-07-22 | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian |
| 2005-07-22 | Fix insufficient check for overflow in tm2abstime(), per report from jw. | Tom Lane |
| 2005-07-22 | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane |
| 2005-07-22 | More removal of unneeded parentheses. | Bruce Momjian |
| 2005-07-22 | More spacing adjustments | Bruce Momjian |
| 2005-07-22 | More minor spacing improvements. | Bruce Momjian |
| 2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
| 2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
| 2005-07-21 | Fix integer timestamp build for macro changes. | Bruce Momjian |
| 2005-07-21 | Remove unnecessary parentheses in assignments. | Bruce Momjian |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-20 | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian |
| 2005-07-20 | Fix interval division and multiplication, before: | Bruce Momjian |
| 2005-07-15 | Fix create_unique_plan() so it doesn't generate useless entries in the | Tom Lane |
| 2005-07-15 | Check for out-of-range varoattno in deparse_context_for_subplan. | Tom Lane |
| 2005-07-15 | Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related | 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-13 | Fix a couple of bogus comments, per Alvaro. | Tom Lane |
| 2005-07-12 | Improve comments for AdjustIntervalForTypmod. | Bruce Momjian |
| 2005-07-12 | Change 5e0 to 5.0, for consistency. | Bruce Momjian |
| 2005-07-10 | Missed adding extra argument to array_recv in a couple of places | 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 | Fix config file lexer to not barf if postgresql.conf ends with a comment | Tom Lane |
| 2005-07-08 | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway |
| 2005-07-08 | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-07 | pg_column_size() cleanup for messages and code cleanup. | Bruce Momjian |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-06 | Sync dlopen error handling for the *BSDs ... seems to me I've done this | Tom Lane |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-04 | I made the patch that improved the performance of replace_text(). | Bruce Momjian |
| 2005-07-04 | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-03 | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane |
| 2005-07-03 | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-07-02 | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian |
| 2005-07-02 | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian |
| 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 | Clarify documentation about log_min_duration_statement. | Bruce Momjian |
| 2005-07-01 | Improve error messages and add comment | Teodor Sigaev |
| 2005-06-30 | Bug fixes for GiST crash recovery. | Teodor Sigaev |
| 2005-06-30 | Issue fatal error if no TCP/IP sockets could be created | Peter Eisentraut |
| 2005-06-30 | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway |
| 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 |