summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-30Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian
2002-12-30Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-30Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane
2002-12-30Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian
2002-12-30Better solution to integer overflow problem in hash batch-numberTom Lane
2002-12-30Add missing slash to python install path.Bruce Momjian
2002-12-30Add:Bruce Momjian
2002-12-30Point does not return a center of lseg.Tom Lane
2002-12-29Adjust hash table sizing algorithm to avoid integer overflow inTom Lane
2002-12-29Clean up quoting in configure.in. configure did not change.Bruce Momjian
2002-12-27Deliver better error message when a relation name is used in an expression.Tom Lane
2002-12-27Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane
2002-12-27Small fix in documentation and some examples of usage. Please, apply toBruce Momjian
2002-12-27Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian
2002-12-27Added:Bruce Momjian
2002-12-26Clamp the output of estimate_hash_bucketsize() to a sane range;Tom Lane
2002-12-26Don't try to free executor state of an InitPlan early --- this breaksTom Lane
2002-12-24Add developer organizations:Bruce Momjian
2002-12-23Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian
2002-12-23case sensitive updates by Kris JurkaDave Cramer
2002-12-21pg_dump should consider information_schema to be a system schema.Tom Lane
2002-12-21Fix possible buffer overrun in \d command: substr(..., 128) producesTom Lane
2002-12-20mike beachy's patch for statement handlingDave Cramer
2002-12-20patch for null table in getPrimaryKeysDave Cramer
2002-12-20Update 7.3.1 to give proper attribution to pg_dump item.Bruce Momjian
2002-12-19Cause planner to include costs of InitPlans in startup cost of parentTom Lane
2002-12-19pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian
2002-12-18MVCC doc improvements:Bruce Momjian
2002-12-18Update Russian FAQ. Update all FAQ's for 7.3.X branch.Bruce Momjian
2002-12-18Update RELEASE checklist.Bruce Momjian
2002-12-18Add some items to development-branch release notes.Tom Lane
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-18*** empty log message ***Bruce Momjian
2002-12-18incorporates latest changes in the English original.Bruce Momjian
2002-12-18Stamp 7.3.1Bruce Momjian
2002-12-18Stamp 7.3.1.Bruce Momjian
2002-12-18Update EvalPlanQual() to work with new executor memory management method.Tom Lane
2002-12-18Prevent core dump when ExecMarkPos is called before any tuples have beenTom Lane
2002-12-17Improvement to CREATE TRIGGER and catalog documentation.Bruce Momjian
2002-12-17Skip unnecessary plan-copying now that plan trees are read-only in theTom Lane
2002-12-17Fix typo.Tom Lane
2002-12-17To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane
2002-12-16Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane
2002-12-16Document that zero-column tables are allowed (and non-standard).Tom Lane
2002-12-16Update release to mark 7.3.Bruce Momjian
2002-12-16Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane
2002-12-16Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane
2002-12-15Tweak default memory context allocation policy so that a context is notTom Lane
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane