| Age | Commit message (Expand) | Author |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-31 | Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places | Teodor Sigaev |
| 2007-05-31 | Downgrade some low-level startup messages to DEBUG1. | Peter Eisentraut |
| 2007-05-30 | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane |
| 2007-05-30 | Update: | Bruce Momjian |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-30 | Fix wording: | Bruce Momjian |
| 2007-05-30 | Add: | Bruce Momjian |
| 2007-05-30 | Add standard error redirection for OS/X & darwin startup script. | Bruce Momjian |
| 2007-05-30 | Update documentation mention of VACUUM FULL and CLUSTER where | Bruce Momjian |
| 2007-05-30 | Tweak: use memcpy() in text_time(), rather than manually copying bytes | Neil Conway |
| 2007-05-30 | Add URL for: | Bruce Momjian |
| 2007-05-30 | Add documentation reference to statistical functions from func.sgml. | Bruce Momjian |
| 2007-05-30 | Update /contrib OS/X startup files, and move to a separate OS/X | Bruce Momjian |
| 2007-05-30 | Update cvsutils documentation description. | Bruce Momjian |
| 2007-05-30 | Update cvs instructions to suggest cvsutils. | Bruce Momjian |
| 2007-05-30 | Fix trivial misspelling in comment. | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-29 | mmgr README tweak: "either" is no longer correct. The previous wording | Neil Conway |
| 2007-05-29 | Stop a few regression tests from needlessly disabling GEQO. This was | Neil Conway |
| 2007-05-28 | Update wording: | Bruce Momjian |
| 2007-05-28 | Add: | Bruce Momjian |
| 2007-05-28 | Tweak the code in a couple of places to try to deliver more user-friendly | Tom Lane |
| 2007-05-28 | Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. | Michael Meskes |
| 2007-05-27 | Code cleanup: use "bool" for Boolean variables, rather than "int". | Neil Conway |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | Sorry guys, I committed the file from my development snapshot instead the one... | Michael Meskes |
| 2007-05-27 | The source code changed, so the expected file changed too. | Michael Meskes |
| 2007-05-27 | Applied Joachim's patch for ecpg_config.h creation on Vista. | Michael Meskes |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-26 | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-24 | Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining | Tom Lane |
| 2007-05-24 | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane |
| 2007-05-24 | Add deprecation notice about planned removal in 8.4 and advice to try using | Peter Eisentraut |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Remove unsupported -u option from pg_standby example usage. | Alvaro Herrera |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-05-21 | Fix spurious German index entry | Peter Eisentraut |
| 2007-05-21 | Also removed the function not just the call, sorry. | Michael Meskes |
| 2007-05-21 | Do not try to find local timezone in DecodeDateTime() because the | Michael Meskes |
| 2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
| 2007-05-20 | tackling Vista problem - another try | Michael Meskes |
| 2007-05-19 | Fix dumb compile error in the last patch. | Alvaro Herrera |
| 2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
| 2007-05-18 | Mark some intermediate targets as .PRECIOUS, to replace the recently removed | Peter Eisentraut |
| 2007-05-18 | Done: | Bruce Momjian |