Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 |
| | | | | | This will fix the problem reported by Jose' Soares when trying to cast a float to text. | ||
* | Additional fixes for mixed-case table names from Billy Allie. | Thomas G. Lockhart | 1998-11-17 |
| | |||
* | From: Taral <taral@cyberjunkie.com> | Marc G. Fournier | 1998-11-17 |
| | | | | More COS Query Service support. | ||
* | Start defining the Corba work... | Marc G. Fournier | 1998-11-16 |
| | | | | From: Taral <taral@cyberjunkie.com> | ||
* | Fix a couple of bugs involving calling fmtID() twice in | Tom Lane | 1998-11-15 |
| | | | | a single printf() ... it'd work if fmtId() didn't use a static return area... | ||
* | Add new "-N" flag to force double quotes around identifiers. | Thomas G. Lockhart | 1998-11-14 |
| | | | | Fix missing mention of "-n" flag in synopsis. | ||
* | Add id attribute to reftitle to allow cross referencing from the new | Thomas G. Lockhart | 1998-11-14 |
| | | | | vaccumdb reference page. | ||
* | Add reference page for new vacuumdb utility. | Thomas G. Lockhart | 1998-11-14 |
| | |||
* | Add "vacuumdb" utility to make it easier to clean databases. | Thomas G. Lockhart | 1998-11-14 |
| | | | | | Also supports the "analyze" mode, with or without specifying tables and columns. | ||
* | Add "vacuumdb" utility. | Thomas G. Lockhart | 1998-11-14 |
| | |||
* | Fix test for table existance to allow mixed-case and whitespace in | Thomas G. Lockhart | 1998-11-12 |
| | | | | the table name. Problem reported by Billy Allie. | ||
* | Fix at least a few shared-library problems on Linux. | Tom Lane | 1998-11-12 |
| | | | | We have not seen the end of this issue :-(. | ||
* | Update for version 06-40-0001 | Byron Nikolaidis | 1998-11-11 |
| | |||
* | Fix for NOT in where clause causing crash. | Bruce Momjian | 1998-11-09 |
| | |||
* | EXPLAIN VERBOSE had a very high probability of triggering | Tom Lane | 1998-11-08 |
| | | | | | | a backend core dump, because it was concatenating a potentially long string onto another string that didn't necessarily have enough room. Shame, shame. | ||
* | Fix a potential infinite loop in appendStringInfo: would lock | Tom Lane | 1998-11-08 |
| | | | | | | up if first string to be appended to an empty StringInfo was longer than the initial space allocation. Also speed it up slightly. | ||
* | Update todo. | Bruce Momjian | 1998-11-07 |
| | |||
* | Add "-N" flag to force double quotes around identifiers. | Thomas G. Lockhart | 1998-11-06 |
| | | | | | | | | This is the default, but the new flag will allow overriding an alias, for example. So psql -n -N will put in the double quotes, and psql -n can be an alias for psql. Also, add a few braces around a nested single-line conditional construct to suppress compiler warnings about "an ambiguous else". | ||
* | August version of docs superceded by sgml version from Jan. | Thomas G. Lockhart | 1998-11-06 |
| | |||
* | Upgrade to 0.91 ... | Marc G. Fournier | 1998-11-06 |
| | |||
* | Change the README file to show the upcoming 6.5 release... | Marc G. Fournier | 1998-11-04 |
| | |||
* | Test for and handle NULL arguments to mylog() print statements. | Thomas G. Lockhart | 1998-11-04 |
| | | | | Include definition for _IN_ADDR_T if INADDR_NONE is not defined. | ||
* | Somehow had the solaris template names reversed. Probably was something | Thomas G. Lockhart | 1998-11-04 |
| | | | | fixed in src/configure.in a while ago. | ||
* | Fix email addres for Dan Horak per his request. | Thomas G. Lockhart | 1998-11-02 |
| | |||
* | Move configuration info to after installation procedure. | Thomas G. Lockhart | 1998-11-02 |
| | | | | Include only the current release in the release notes section. | ||
* | Include instructions on perl installation. | Thomas G. Lockhart | 1998-11-02 |
| | | | | Already in product docs since they were built on my machine. | ||
* | Fix for relname.data from SHIOZAKI Takehiko | Bruce Momjian | 1998-11-02 |
| | |||
* | slight mods required for freebsd (elf vs aout stuff) | Marc G. Fournier | 1998-11-02 |
| | |||
* | Remove various files that were moved to various subdirectories... | Marc G. Fournier | 1998-11-01 |
| | | | | Requested by: Peter T Mount peter@retep.org.uk | ||
* | Cleanup for v6.4 release. | Thomas G. Lockhart | 1998-10-31 |
| | | | | | Make new file current.sgml to hold release info for the current release. Should be moved to release.sgml before filling with next release info. | ||
* | Try to get only html and gif files into tarballs. | Thomas G. Lockhart | 1998-10-31 |
| | | | | Was picking up subdirectories and other garbage. | ||
* | New versions for v6.4 release. | Thomas G. Lockhart | 1998-10-31 |
| | |||
* | Generate from installation.sgml -> installation.rtf -> ApplixWare | Thomas G. Lockhart | 1998-10-31 |
| | | | | -> INSTALL with some cleanup in vi. | ||
* | Thanks to Vince Vielhaber <vev@michvhf.com> | Marc G. Fournier | 1998-10-31 |
| | | | | Here is an os2 psql client, with libpq.a library | ||
* | oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... | Marc G. Fournier | 1998-10-31 |
| | |||
* | Minor FreeBSD fixes put in place | Marc G. Fournier | 1998-10-31 |
| | | | | | | | | | | | | | | | | | | | | | From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp> I tried snapshot(Oct30) and made some patches. # I think that it is confused to manage both Makefile.shlib and # makefiles/Makefile.*, don't you? * configure Now FreeBSD 2.X is not supported..., so I added its entry. If ELF_SYSTEM is set, gmake treat it defined even though it is "false". So nothing should be set to use "ifdef". BSD_SHLIB etc. may have same problems. * Makefile.shlib As you said, FreeBSD entry is much like BSD's. I only added ELF_SYSTEM code. * makefiles/Makefile.freebsd Ifdef/else/endif can not be indented with TABs. | ||
* | s_lock patch from Ryan. | Bruce Momjian | 1998-10-31 |
| | |||
* | Mention --without-CXX option in online help. | Tom Lane | 1998-10-30 |
| | |||
* | Minor editing and markup changes as a result of preparing the Postscript | Thomas G. Lockhart | 1998-10-30 |
| | | | | | documentation for v6.4. Bigger updates to the installation instructions (install and config). | ||
* | Minor cleanup in markup, especially in the Output section. | Thomas G. Lockhart | 1998-10-30 |
| | |||
* | Updated TODO. | Bruce Momjian | 1998-10-30 |
| | |||
* | Behave reasonably on a system without shared libraries. | Tom Lane | 1998-10-30 |
| | |||
* | Remove obsolete file listing support resources which has not been updated | Thomas G. Lockhart | 1998-10-30 |
| | | | | | in a year an a half. Much of the info was wrong and is covered more correctly elsewhere. | ||
* | Minor fix for Jan to remove claim in SPI and trigger chapters that | Thomas G. Lockhart | 1998-10-30 |
| | | | | | | Postgres is missing a procedural language. He correctly points out that we now have two (thanks to him, but he modestly didn't mention that). | ||
* | User's Guide for v6.4. | Thomas G. Lockhart | 1998-10-30 |
| | | | | | Has three pages of goofy layout at the end. Can't figure out what Applix doesn't like about it, so giving up for now. | ||
* | Okay, this shoudl provide a fix for the freebsd problem... | Marc G. Fournier | 1998-10-30 |
| | | | | Added a ELF_SYS variable and check to configure.in... | ||
* | oid8neq => oid8ne | Tom Lane | 1998-10-29 |
| | |||
* | Drat. Should test a few more cases before committing. | Tom Lane | 1998-10-29 |
| | |||
* | Add tests for comparison operators. | Thomas G. Lockhart | 1998-10-29 |
| | |||
* | Fix regression test now that code seems to work. | Thomas G. Lockhart | 1998-10-29 |
| | | | | Add tests for comparison operators. |