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