summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-02Add for D'Arcy:Bruce Momjian
2002-12-02Repair core dump when trying to delete an entry from an already-NULLTom Lane
2002-12-02Fix script name in README.Tom Lane
2002-12-02Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski.Tom Lane
2002-12-01Done in 7.3, so removed:Bruce Momjian
2002-12-01Done:Bruce Momjian
2002-12-01Teach planner to expand sufficiently simple SQL-language functionsTom Lane
2002-12-01Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane
2002-12-01Fix pg_dump failure against 7.1 or older servers, perTom Lane
2002-12-01Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane
2002-11-30Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane
2002-11-30Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane
2002-11-30Be more realistic about plans involving Materialize nodes: take theirTom Lane
2002-11-30Make install and clean targets behave more normally.Tom Lane
2002-11-30Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane
2002-11-29Tighten selection of equality and ordering operators for groupingTom Lane
2002-11-29Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane
2002-11-29Suppress compiler warning from newer gcc.Tom Lane
2002-11-29This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian
2002-11-28Add trigger emails.Bruce Momjian
2002-11-27rm should be rm -f, per comment from Peter Harris.Tom Lane
2002-11-27Improve some comments.Tom Lane
2002-11-27Add note that scaling factor should be >= # of clients.Tom Lane
2002-11-27Synced parser with backendMichael Meskes
2002-11-26Move to URGENT, for Justin:Bruce Momjian
2002-11-26Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final inBruce Momjian
2002-11-26Add -cmdTuples to tcl interface.Bruce Momjian
2002-11-26Update trigger discussion.Bruce Momjian
2002-11-26Update build rules for /HISTORY.Bruce Momjian
2002-11-26Add to trigger thread.Bruce Momjian
2002-11-26Fix typo in release notes.Bruce Momjian
2002-11-26Allocate proper length for sprintf string, from Tatsuo.Bruce Momjian
2002-11-26Use Params, rather than run-time-modified Const nodes, to handleTom Lane
2002-11-26Guard against 0 length string encoding conversion case.Tatsuo Ishii
2002-11-25Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian
2002-11-25Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane
2002-11-25Restructure outfuncs and readfuncs to use macros in the same style asTom Lane
2002-11-25Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane
2002-11-25Restructure the code in copyfuncs and equalfuncs to put much heavierTom Lane
2002-11-25I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain
2002-11-25Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain
2002-11-25Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain
2002-11-24Restructure planning of nestloop inner indexscans so that the set of usableTom Lane
2002-11-247.4devel now supports SQL:1999's "enhanced trigger capability" (whichBruce Momjian
2002-11-24Split:Bruce Momjian
2002-11-23Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane
2002-11-23Fix regression test breakage from triggers patch.Tom Lane
2002-11-23Fix compile warnings from truncate patch.Tom Lane
2002-11-23Update regression for new patches. Bump up catversion.Bruce Momjian
2002-11-23Heres a patch which will create the sql_help.h file on Win32 if itBruce Momjian