summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22findoidjoins was suffering from bit rot (pginterface noTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-22Update TODO list.Bruce Momjian
2000-01-22Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane
2000-01-22Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-21Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane
2000-01-21Update TODO list.Bruce Momjian
2000-01-21Simplify match patterns a little.Tom Lane
2000-01-21Bruce, you forgot to rename these files...Tom Lane
2000-01-21Update TODO list.Bruce Momjian
2000-01-20plperl Makefile cleanup. Doesn't work on BSDI yet.Bruce Momjian
2000-01-20Update plperl makefile.Bruce Momjian
2000-01-20Rename 7.0.0 to 7.0 to be consistent with prior release numbering.Bruce Momjian
2000-01-20Update install file for 7.0 to match new SGML version.Bruce Momjian
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
2000-01-20Cleanup vacuum names.Bruce Momjian
2000-01-20Fix typo in \z.Bruce Momjian
2000-01-20I have noticed that the geometry test's output for hppa1 and hppa2 are inBruce Momjian
2000-01-20Bruce,Bruce Momjian
2000-01-20Clean up longstanding warnings. I think the remainingTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20ecpg shouldn't depend on parser/gramparse.h. Also, eliminate someTom Lane
2000-01-20Well, I finally solved the linking problemBruce Momjian
2000-01-20Tweak includes to avoid compiler warning on HPUX.Tom Lane
2000-01-20Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane
2000-01-20Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,Tom Lane
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-19Update vacuum comments.Bruce Momjian
2000-01-19Update pg_dumpall.Bruce Momjian
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-19autoconfBruce Momjian
2000-01-19Fix >& csh-ismBruce Momjian
2000-01-19The latest source does not compile on Solaris 7 due toBruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-19Revert back Makefile.globalTatsuo Ishii
2000-01-19Fix for multibyte support. Since some function declarationsTatsuo Ishii
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Since this patch is not big I send it here instead. I do not have theBruce Momjian
2000-01-18Hi!Bruce Momjian
2000-01-18Bruce,Bruce Momjian
2000-01-18Fix minor comple errorTatsuo Ishii
2000-01-18Fix minor comping errorsTatsuo Ishii
2000-01-18*** empty log message ***Michael Meskes
2000-01-18Fix quoting bugs and incorrect trigger argument printout.Tom Lane
2000-01-18This corrects an error in current gram.y for ALTER TABLE ... ADDBruce Momjian
2000-01-18Freebsd update for sgml, from Alfred PerlsteinBruce Momjian
2000-01-18Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian