Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix permits. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | Add support for NetBSD/sparc. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | HPUX 10 fix. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | Little changes. | Vadim B. Mikheev | 1997-09-30 | |
| | ||||
* | STATEMENT triggers are not implemented - elog (WARN). | Vadim B. Mikheev | 1997-09-30 | |
| | ||||
* | Cleanup. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | Update readme. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | Update pgtcl to 0.3. Update README. | Bruce Momjian | 1997-09-30 | |
| | ||||
* | Update to the newest version before beta12, and add a README file | Marc G. Fournier | 1997-09-29 | |
| | | | | from Constantin... | |||
* | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | 1997-09-29 | |
| | | | | | | | | This patch fixes a few results in DatabaseMetaData, and updates the README and TODO files (the later being a new file). The TODO file lists the things that need to be looked into after 6.2 is released, and describes the problem with Large Objects. | |||
* | Bring in Constantin's PGaccess TCL interface (v0.21) | Marc G. Fournier | 1997-09-29 | |
| | ||||
* | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 | |
| | ||||
* | MOVE implementation (added bool ismove to FetchStmt). | Vadim B. Mikheev | 1997-09-29 | |
| | ||||
* | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 | |
| | ||||
* | HPUX patches from Vladimir Turin. | Bruce Momjian | 1997-09-29 | |
| | ||||
* | Cleanup tmp files for ccsym. | Bruce Momjian | 1997-09-28 | |
| | ||||
* | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1997-09-28 | |
| | | | | | I asked for this a long time ago and Frank Dana recently has indicated that using lbsd on aix breaks the timezone code. | |||
* | From: CNT systemen BV <cntsys@cistron.nl> | Marc G. Fournier | 1997-09-28 | |
| | | | | | | | | I've found a problem in the Postgresql jdbc driver. "ReceiveInteger" shifts a received byte right instead of left. This means that only the least significant byte is read into the int. Reviewed by: Peter T Mount <patches@maidast.demon.co.uk> | |||
* | ccsym cleanup. | Bruce Momjian | 1997-09-28 | |
| | ||||
* | Changed location of libpgtcl stuff. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Changed location of libpgtcl stuff. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Changed location of libpgtcl stuff. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Cleanup for find_keywords. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Cleanup for find_keywords. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Add fiel to list keywords. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Make GetAttributeByNum visible again for external use. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Update catalog lists for v6.2. | Thomas G. Lockhart | 1997-09-27 | |
| | | | | | Add documentation of some text functions. Add descriptions of some new SQL/92-compatible string functions. | |||
* | Use "man drop" as an introduction to all drop commands. | Thomas G. Lockhart | 1997-09-27 | |
| | | | | Create explicit drop_table man page (copied from old drop man page). | |||
* | Manual page cleanup. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Update manual pages. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | This gets things to compile...past this I'll have to test from home, or | Marc G. Fournier | 1997-09-27 | |
| | | | | someone will have to tell me | |||
* | Nothing in this file right now, but will contain appropriate 'chmod's | Marc G. Fournier | 1997-09-26 | |
| | | | | so that permissions are set for the end release... | |||
* | AIX float fix. | Bruce Momjian | 1997-09-26 | |
| | ||||
* | Fix for psort temp file names, from Vadim. | Bruce Momjian | 1997-09-26 | |
| | ||||
* | Include information on new DEFAULT and CONSTRAINT clauses. | Thomas G. Lockhart | 1997-09-26 | |
| | ||||
* | Include references to other "drop" man pages. | Thomas G. Lockhart | 1997-09-26 | |
| | ||||
* | Initial docs for Vadim's new trigger capabilities. | Thomas G. Lockhart | 1997-09-26 | |
| | ||||
* | Fix SUBSTRING(str FROM int TO int) parsing. | Thomas G. Lockhart | 1997-09-26 | |
| | ||||
* | Scripts to run queries and data. | Vadim B. Mikheev | 1997-09-26 | |
| | ||||
* | Some results. | Vadim B. Mikheev | 1997-09-26 | |
| | ||||
* | Start with performance suite. | Vadim B. Mikheev | 1997-09-26 | |
| | ||||
* | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev | 1997-09-26 | |
| | ||||
* | Get these two files finally committed for Peter...sorry for delay :( | Marc G. Fournier | 1997-09-26 | |
| | ||||
* | *** empty log message *** | Edmund Mergl | 1997-09-25 | |
| | ||||
* | Back out inclusion of postgres.h. | Bruce Momjian | 1997-09-25 | |
| | ||||
* | Massive examples fix from Nicola Bernardelli | Bruce Momjian | 1997-09-25 | |
| | ||||
* | Fix for libpgtcl from Constantin Teodorescu. | Bruce Momjian | 1997-09-25 | |
| | ||||
* | Tatsuo's patch to fix alignment problems in structure for RISC machines. | Thomas G. Lockhart | 1997-09-25 | |
| | ||||
* | One more change to recover v6.1.1 escaped-text input behavior. | Thomas G. Lockhart | 1997-09-25 | |
| | | | | Should be changed for v6.3! | |||
* | Disable checking for zero or one points with deeper parens on input. | Thomas G. Lockhart | 1997-09-25 | |
| | | | | Polygon input would not accept single-point polygon output and dump. |