Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-16 | Cleanups for 6.2.1. | Bruce Momjian | |
1997-10-15 | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev | |
1997-10-15 | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart | |
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'. | |||
1997-10-15 | Fix final function for cash avg() aggregate. | Thomas G. Lockhart | |
Wrong function referenced in previous versions. | |||
1997-10-12 | Decrement relation reference count incremented in | Vadim B. Mikheev | |
RelationIdCacheGetRelation() to flush relations from cache in commit time. | |||
1997-10-12 | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev | |
1997-10-09 | Use P_TYPE rather than TYPE_P (which will be the name in the next release). | Thomas G. Lockhart | |
1997-10-09 | Allow both TIME and TYPE as column and table names. | Thomas G. Lockhart | |
1997-10-09 | Clean up function declarations for the boolean type package | Thomas G. Lockhart | |
to use bool as the type for arguments and return values. | |||
1997-10-09 | Allow 't', 'T', and even/odd ASCII characters to denote true/false | Thomas G. Lockhart | |
rather than just 't' and 'T'. This allows yes/no and 1/0 to be interpreted as one might expect. Clean up function declarations to use bool as the type for arguments and return values. | |||
1997-10-09 | Support special values 'now', 'current', etc on output. | Thomas G. Lockhart | |
1997-10-09 | Allow TIME in column and table names (SQL/92 non-reserved word). | Thomas G. Lockhart | |
1997-10-09 | Fix error in ordering of arguments. | Thomas G. Lockhart | |
1997-10-03 | Update to version 0.51. | Bruce Momjian | |
1997-10-03 | We never do remember to up the PG_VERSION number, do we? :( | Marc G. Fournier | |
1997-10-03 | Update to 0.5. | Bruce Momjian | |
1997-10-03 | Linux/alpha patch from Dan Maynard | Bruce Momjian | |
1997-10-03 | From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr): | Thomas G. Lockhart | |
lconv is already taken as a struct identifier defined in a /usr/include file. Only has an effect with USE_LOCALE enabled. (Apparently unique to AIX and/or AIX compiler? thomas) | |||
1997-10-02 | Sparc lock fix for Linux/netbsd.REL6_2 | Bruce Momjian | |
1997-10-02 | + MOVE | Vadim B. Mikheev | |
+ CREATE TRIGGER Little changes for create table. | |||
1997-10-02 | Dump DEFAULT, CHECK, Triggers. | Vadim B. Mikheev | |
Fix BASETYPE for aggregates with sfunc2 only. | |||
1997-10-02 | Fix \ handling | Vadim B. Mikheev | |
1997-10-02 | MOVE command | Vadim B. Mikheev | |
1997-10-02 | A word about constraint nature of DEFAULT. | Vadim B. Mikheev | |
1997-10-02 | Bring in a "registration" file to be printed out after the user has | Marc G. Fournier | |
performed a 'make install' Uses 'more', which should be standard across all systems, I hope? | |||
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update manuals for 6.2 release. | Bruce Momjian | |
1997-10-01 | Update PQntuples now returns rows affected. | Bruce Momjian | |
1997-10-01 | Document NOT NULL for table creation. | Thomas G. Lockhart | |
Clarify usage of date_part() for timespan data type. | |||
1997-10-01 | Update to 0.4. | Bruce Momjian | |
1997-10-01 | Update to 0.4 version. | Bruce Momjian | |
1997-09-30 | 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-29 | Update to the newest version before beta12, and add a README file | Marc G. Fournier | |
from Constantin... | |||
1997-09-29 | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | |
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. | |||
1997-09-29 | 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 | |