summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-03-27Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart
2000-03-27Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart
2000-03-27Change form of query which used "DISTINCT ON" to help support primary keys.Thomas G. Lockhart
2000-03-27Enhance pg_ctl so that it prints error messages from postmasterTatsuo Ishii
2000-03-26nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
2000-03-26Change resultmap:Tatsuo Ishii
2000-03-26New platform specific geometry regression expected file forTatsuo Ishii
2000-03-26Remove some results from int4-not-representable.outTatsuo Ishii
2000-03-26Make configure --help produce slightly more useful and consistently-Tom Lane
2000-03-26Attached is the regression diff for geometry, RedHat 6.1 on a PentiumBruce Momjian
2000-03-25Remove bogus complexity from build/install of plperl. This stuff wasTom Lane
2000-03-25Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane
2000-03-25Another fix for old shells.Tom Lane
2000-03-25Fix syntax error reported by old shells ("if ! command..." is aTom Lane
2000-03-25More >&1 cleanupsBruce Momjian
2000-03-25More changes of >& to 2>&1Bruce Momjian
2000-03-25Remove >& and make it 2>&1Bruce Momjian
2000-03-25Add POLLUTE=1 to perl Makefile.PL creations.Bruce Momjian
2000-03-24transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane
2000-03-24Improve comment.Tom Lane
2000-03-24Save a few cycles in simple cases: no need to call cost_sort() when thereTom Lane
2000-03-24Remove -O2 for aix.Bruce Momjian
2000-03-24outfuncs.c was missing a print routine for Material plan nodes, leadingTom Lane
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-03-24Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane
2000-03-23A little further tweaking of the range-query selectivity logic:Tom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-23Back out // compiler flag.Bruce Momjian
2000-03-23Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian
2000-03-23Some points for portability improvements:Bruce Momjian
2000-03-23Please apply the attached patch to interfaces/libpq/libpq-fe.h. This wouldBruce Momjian
2000-03-23*** empty log message ***Michael Meskes
2000-03-23subselect regress test was kind of silly; it claimed to test correlationTom Lane
2000-03-23Float-to-int conversion functions should return NULL when given NULLTom Lane
2000-03-23Remove no-longer-necessary restriction against uplevel correlation varsTom Lane
2000-03-23Hack parse_coerce so it won't try to constant-fold the dummy ConstTom Lane
2000-03-23ExecSubPlan needs to be able to cope with RelabelType nodes atop theTom Lane
2000-03-23Update HISTORY file for 7.0.Bruce Momjian
2000-03-23If we cannot get a real estimate for the selectivity of a range query,Tom Lane
2000-03-23Improve selectivity estimation involving string constants: pay attentionTom Lane
2000-03-22Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane
2000-03-22Update pg_dumpall again.Bruce Momjian
2000-03-22Fix pg_dumpall for new psql output.Bruce Momjian
2000-03-21Forgot that odbc had its own copies of config.sub/config.guess.Tom Lane
2000-03-21Fix query for primary keys to reflect new DISTINCT ON () syntax.Thomas G. Lockhart
2000-03-21Add syntax for BIT() and BIT VARYING(), but no underlying implementationThomas G. Lockhart
2000-03-21Update test for new ORDER BY clause from Tom Lane.Thomas G. Lockhart
2000-03-21Restructure planning code so that preprocessing of targetlist and qualsTom Lane
2000-03-21Correct typo in error message.Tom Lane