| Age | Commit message (Expand) | Author |
| 2008-04-22 | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev |
| 2008-04-22 | Don't pull in pthreads header files in this file because we never use them. | Magnus Hagander |
| 2008-04-22 | FAQ2txt now only controls the main FAQ, not FAQ_DEV. | Bruce Momjian |
| 2008-04-22 | Replace developer FAQ with a reference to the wiki, which is where | Magnus Hagander |
| 2008-04-22 | Issue explicit error messages for attempts to use "shell" operators in | Tom Lane |
| 2008-04-21 | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane |
| 2008-04-21 | Clean up float4byval and float8byval handling by dealing with them completely | Magnus Hagander |
| 2008-04-21 | Fix typo, noted by Stefan Kaltenbrunner. | Magnus Hagander |
| 2008-04-21 | Make float4byval and float8byval configurable on MSVC. | Magnus Hagander |
| 2008-04-21 | Add link to major version release notes at the top of the minor | Magnus Hagander |
| 2008-04-21 | Fix a couple of places in execMain that erroneously assumed that SELECT FOR | Tom Lane |
| 2008-04-21 | Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap | Tom Lane |
| 2008-04-21 | Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-20 | Fix broken compare function for tsquery_ops. Per Tom's report. | Teodor Sigaev |
| 2008-04-20 | Convert earthdistance's only C function to v1 call convention, | Tom Lane |
| 2008-04-19 | seg_size() has to be V1 calling convention, too. | Tom Lane |
| 2008-04-19 | Update doc script comments. | Bruce Momjian |
| 2008-04-19 | Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html. | Bruce Momjian |
| 2008-04-19 | Add TODO2html tool to convert TODO to HTML. | Bruce Momjian |
| 2008-04-19 | Update TODO using new script. | Bruce Momjian |
| 2008-04-19 | Remove TODO.detail directory. All URLs now in TODO file as references. | Bruce Momjian |
| 2008-04-19 | Remove TODO.detail references; instead add TODO URLs pointing to the | Bruce Momjian |
| 2008-04-18 | Change the float4-returning functions in contrib/seg to fmgr v1 calling | Alvaro Herrera |
| 2008-04-18 | Fix typo. | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 2008-04-18 | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane |
| 2008-04-18 | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas |
| 2008-04-18 | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane |
| 2008-04-17 | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera |
| 2008-04-17 | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane |
| 2008-04-17 | TODO Done: | Bruce Momjian |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |
| 2008-04-17 | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-16 | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan |
| 2008-04-16 | Ignore blank lines in typedef file. | Bruce Momjian |
| 2008-04-16 | Update most recent release to 8.3.1. | Bruce Momjian |
| 2008-04-16 | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane |
| 2008-04-16 | Fix comment typo. | Bruce Momjian |
| 2008-04-16 | Update TODO wording. | Bruce Momjian |
| 2008-04-16 | Add to TODO: | Bruce Momjian |
| 2008-04-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan |
| 2008-04-15 | Re-add terminate TODO item. | Bruce Momjian |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan |
| 2008-04-15 | Add TODO item: | Bruce Momjian |
| 2008-04-15 | Move LISTEN/NOTIFY items to separate TODO section. | Bruce Momjian |
| 2008-04-15 | Add to TODO: | Bruce Momjian |
| 2008-04-15 | Done: | Bruce Momjian |