| Age | Commit message (Expand) | Author |
| 2005-05-25 | At the head of wchareq, length of (multibyte) character is compared by | Bruce Momjian |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-24 | Previous fix for "x FULL JOIN y ON true" failed to handle the case | Tom Lane |
| 2005-05-24 | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii |
| 2005-05-24 | Fix weird indentation of function return type. | Neil Conway |
| 2005-05-24 | Log queries for client-side prepare/execute. Simon Riggs | Bruce Momjian |
| 2005-05-24 | Remove more extraneous parentheses in date/time functions. | Bruce Momjian |
| 2005-05-23 | More macro cleanups for date/time. | Bruce Momjian |
| 2005-05-23 | Add datetime macros for constants, for clarity: | Bruce Momjian |
| 2005-05-23 | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian |
| 2005-05-23 | Avoid redundant relation lock grabs during planning, and make sure | Tom Lane |
| 2005-05-22 | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane |
| 2005-05-21 | Remove excess parens, use Abs instead of : ?. | Bruce Momjian |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-20 | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway |
| 2005-05-19 | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane |
| 2005-05-19 | Update comment that I missed the first time around. | Tom Lane |
| 2005-05-19 | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-17 | Extend the pg_locks system view so that it can fully display all lock | Tom Lane |
| 2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
| 2005-05-17 | GiST improvements: | Neil Conway |
| 2005-05-17 | Modify tidbitmap.c to avoid creating a hash table until there is more | Tom Lane |
| 2005-05-16 | Adjust out-of-date comment. | Tom Lane |
| 2005-05-15 | Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot | Tom Lane |
| 2005-05-15 | Various style cleanups for GiST; no changes to functionality. | Neil Conway |
| 2005-05-15 | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian |
| 2005-05-14 | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane |
| 2005-05-14 | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane |
| 2005-05-14 | Minor speed hacks in AllocSetReset: avoid clearing the freelist headers | Tom Lane |
| 2005-05-13 | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane |
| 2005-05-12 | Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not | Tom Lane |
| 2005-05-11 | This patch will ensure that the hash table iteration performed by | Bruce Momjian |
| 2005-05-11 | This patch refactors away some duplicated code in the index AM build | Neil Conway |
| 2005-05-11 | This patch reduces the size of the message header used by statistics | Neil Conway |
| 2005-05-11 | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
| 2005-05-10 | Fix typo in comment. | Neil Conway |
| 2005-05-09 | Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt | Tatsuo Ishii |
| 2005-05-09 | Add some defenses against functions declared to return set that don't | Tom Lane |
| 2005-05-09 | Complete the following TODO items: | Neil Conway |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2005-05-07 | Adjust time qual checking code so that we always check TransactionIdIsInProgress | Tom Lane |
| 2005-05-07 | Fix case in which a debug printout would print already-pfreed data. | Tom Lane |
| 2005-05-07 | Add comment on C locale test for upper/lower/initcap(). | Bruce Momjian |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-06 | Update comment to mention "Name classification hierarchy" as place to | Bruce Momjian |
| 2005-05-06 | Convert some mulit-line comments in copy.c to single line, as appropriate. | Bruce Momjian |