summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-03-27Start updating for the v7.0 release.Thomas G. Lockhart
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-27Add html FAQ and FAQ_DEV sourcesBruce Momjian
2000-03-27Enhance pg_ctl so that it prints error messages from postmasterTatsuo Ishii
2000-03-26Update obsolete statement that indexes can have only 7 columns.Tom Lane
2000-03-26Update/improve documentation about creating aggregate functions.Tom Lane
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-26Improve descriptions of postmaster switches.Tom Lane
2000-03-26Rearrange steps in recommended install procedure to something moreTom Lane
2000-03-26Add description of new parallel regression testing method; updateTom Lane
2000-03-26Update descriptions of configure's options, and document how to specifyTom Lane
2000-03-26Fix erroneous claim that 'postmaster -S' leaves the postmaster runningTom Lane
2000-03-26Update initdb flags.Bruce Momjian
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-26In PQnotifies discussion, reference PQsocket as function needed to getTom 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-24Move LOCK terms down.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-24Update multi-byte support READMETatsuo Ishii
2000-03-24Update HISTORYBruce Momjian
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-23Update history/sgml.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