| Age | Commit message (Expand) | Author |
| 2005-04-08 | Use fork_process() to avoid some fork()-related boilerplate code when | Neil Conway |
| 2005-04-07 | Update and copy-edit release notes for 8.0.2. | Tom Lane |
| 2005-04-07 | Fix some issues with missing or too many newlines at | Tom Lane |
| 2005-04-07 | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane |
| 2005-04-07 | Minor documentation tweak. | Neil Conway |
| 2005-04-07 | Fix minor breakage to regression tests induced in previous commit -- I had | Neil Conway |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Apply the "nodeAgg" optimization to more of the builtin transition | Neil Conway |
| 2005-04-06 | Remove test for NULL node in ExecProcNode(). No place ever calls | Tom Lane |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-04-06 | Attached patch cleans up the HTML code in tools/backend. This is | Bruce Momjian |
| 2005-04-06 | Include information about a domain's CHECK constraint, if any, in the | Neil Conway |
| 2005-04-06 | This file was whacked by pgindent before it knew it shouldn't remove | Neil Conway |
| 2005-04-05 | Adjust grammar for plpgsql's OPEN command so that a cursor can be | Tom Lane |
| 2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
| 2005-04-05 | Fix broken markup. | Tom Lane |
| 2005-04-04 | This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg | Neil Conway |
| 2005-04-04 | Minor fixes for psql tab completion. Spell "absolute" like the English word, | Neil Conway |
| 2005-04-04 | Add a link to www.postgresql.org/download to the installation instructions. | Neil Conway |
| 2005-04-04 | Remove an unused variable `ShmemBootstrap', and remove an obsolete | Neil Conway |
| 2005-04-04 | In cost_mergejoin, the early-exit effect should not apply to the | Tom Lane |
| 2005-04-03 | Put back code mistakenly removed from copy of postmaster's | Tom Lane |
| 2005-04-02 | Fix release not typo. | Bruce Momjian |
| 2005-04-02 | Update release notes for 8.0.2. | Bruce Momjian |
| 2005-04-01 | Second try at making examine_variable and friends behave sanely in | Tom Lane |
| 2005-04-01 | Make plperl work with OUT parameters. | Tom Lane |
| 2005-04-01 | Minor improvements in the really-pretty-ad-hoc test scripts for the | Tom Lane |
| 2005-04-01 | Teach pg_dump about OUT parameters. | Tom Lane |
| 2005-04-01 | Update pgcvslog examples. | Bruce Momjian |
| 2005-04-01 | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian |
| 2005-04-01 | Update pgcvslog examples. | Bruce Momjian |
| 2005-04-01 | Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. | Neil Conway |
| 2005-04-01 | Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value | Bruce Momjian |
| 2005-03-31 | Flush any remaining statistics counts out to the collector at process | Tom Lane |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-31 | 1 fix various comparing functions | Teodor Sigaev |
| 2005-03-31 | Adjust SGML ulink tags to the URL is always displayed in our printed docs. | Bruce Momjian |
| 2005-03-31 | Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an | Neil Conway |
| 2005-03-31 | Fix build error in pg_buffercache on Win32 (native and cygwin). From | Neil Conway |
| 2005-03-30 | Document that the "-P" option to pg_autovacuum is insecure on many | Neil Conway |
| 2005-03-30 | Minor tweak to documentation. | Neil Conway |
| 2005-03-30 | Fix typo. | Neil Conway |
| 2005-03-29 | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane |
| 2005-03-29 | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Add SPI_getnspname(), including documentation. | Neil Conway |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-28 | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane |
| 2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
| 2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |