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