aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix error messages for the lack of multi-byte support.Tatsuo Ishii2000-01-23
* char_length()/octet_length for char() type now returns length ofTatsuo Ishii2000-01-23
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-23
* First cut at unifying regular selectivity estimation with indexscanTom Lane2000-01-23
* updated install filePeter Eisentraut2000-01-23
* Update regress tests for change of pg_am/pg_amop.Tom Lane2000-01-22
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane2000-01-22
* Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane2000-01-22
* Fix tab-complete so it works with old versions of readline that don'tTom Lane2000-01-21
* Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane2000-01-21
* Simplify match patterns a little.Tom Lane2000-01-21
* Bruce, you forgot to rename these files...Tom Lane2000-01-21
* plperl Makefile cleanup. Doesn't work on BSDI yet.Bruce Momjian2000-01-20
* Update plperl makefile.Bruce Momjian2000-01-20
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-20
* Cleanup vacuum names.Bruce Momjian2000-01-20
* Fix typo in \z.Bruce Momjian2000-01-20
* I have noticed that the geometry test's output for hppa1 and hppa2 are inBruce Momjian2000-01-20
* Bruce,Bruce Momjian2000-01-20
* Clean up longstanding warnings. I think the remainingTom Lane2000-01-20
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-20
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-20
* ecpg shouldn't depend on parser/gramparse.h. Also, eliminate someTom Lane2000-01-20
* Well, I finally solved the linking problemBruce Momjian2000-01-20
* Tweak includes to avoid compiler warning on HPUX.Tom Lane2000-01-20
* Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane2000-01-20
* Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,Tom Lane2000-01-20
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Update vacuum comments.Bruce Momjian2000-01-19
* Update pg_dumpall.Bruce Momjian2000-01-19
* another round of user interface cleanupsPeter Eisentraut2000-01-19
* autoconfBruce Momjian2000-01-19
* Fix >& csh-ismBruce Momjian2000-01-19
* The latest source does not compile on Solaris 7 due toBruce Momjian2000-01-19
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Revert back Makefile.globalTatsuo Ishii2000-01-19
* Fix for multibyte support. Since some function declarationsTatsuo Ishii2000-01-19
* another set of cleanupsPeter Eisentraut2000-01-18
* Since this patch is not big I send it here instead. I do not have theBruce Momjian2000-01-18
* Hi!Bruce Momjian2000-01-18
* Bruce,Bruce Momjian2000-01-18
* Fix minor comple errorTatsuo Ishii2000-01-18
* Fix minor comping errorsTatsuo Ishii2000-01-18
* *** empty log message ***Michael Meskes2000-01-18
* Fix quoting bugs and incorrect trigger argument printout.Tom Lane2000-01-18
* This corrects an error in current gram.y for ALTER TABLE ... ADDBruce Momjian2000-01-18
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-18
* Remove compiler warningsTatsuo Ishii2000-01-18