Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix \ handling | Vadim B. Mikheev | 1997-10-02 |
| | |||
* | STATEMENT triggers are not implemented - elog (WARN). | Vadim B. Mikheev | 1997-09-30 |
| | |||
* | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 |
| | |||
* | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 |
| | |||
* | Make GetAttributeByNum visible again for external use. | Bruce Momjian | 1997-09-27 |
| | |||
* | AIX float fix. | Bruce Momjian | 1997-09-26 |
| | |||
* | Fix for psort temp file names, from Vadim. | Bruce Momjian | 1997-09-26 |
| | |||
* | Fix SUBSTRING(str FROM int TO int) parsing. | Thomas G. Lockhart | 1997-09-26 |
| | |||
* | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev | 1997-09-26 |
| | |||
* | 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. | ||
* | Fix handling of functions with non-attribute first argument in WHERE | Vadim B. Mikheev | 1997-09-25 |
| | | | | clauses. | ||
* | Fix GROUP BY when order of entries is different from order in target list. | Vadim B. Mikheev | 1997-09-25 |
| | |||
* | Fix handling of SPI_tuptable. | Vadim B. Mikheev | 1997-09-25 |
| | |||
* | Add SQL/92 "constants" current_date, current_time, and current_timestamp. | Thomas G. Lockhart | 1997-09-24 |
| | | | | | | | | | Add SQL/92 types decimal and numeric (temporary for syntax support). These types need more support in the backend to be really implemented, and the parser will need to be changed at that time. Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant arithmetic. Perhaps these limits should be processor-specific or obtained from system include files instead. | ||
* | Add SQL/92 types decimal and numeric. | Thomas G. Lockhart | 1997-09-24 |
| | | | | Add SQL/92 "constants" current_date, current_time, and current_timestamp. | ||
* | Restore proper behavior for escaped quotes and for escaped literals | Thomas G. Lockhart | 1997-09-24 |
| | | | | like newline inside quoted strings. | ||
* | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 |
| | |||
* | Remove extra float.h I added. | Bruce Momjian | 1997-09-24 |
| | |||
* | Allow use functions with no arguments in DEFAULT | Vadim B. Mikheev | 1997-09-24 |
| | | | | Allow use IDENT as arguments of trigger functions | ||
* | + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations | Vadim B. Mikheev | 1997-09-24 |
| | | | | in upper Executor memory context. | ||
* | AIX fixes. | Bruce Momjian | 1997-09-23 |
| | |||
* | AIx patch from Frank Dana. | Bruce Momjian | 1997-09-23 |
| | |||
* | Blowaway relation buffers from buffer pool before truncation: | Vadim B. Mikheev | 1997-09-22 |
| | | | | + BlowawayRelationBuffers(relation, blocknumber) | ||
* | Blowaway relation buffers from buffer pool before truncation. | Vadim B. Mikheev | 1997-09-22 |
| | |||
* | Have to PROC_INCR_SLOCK before return. | Vadim B. Mikheev | 1997-09-22 |
| | |||
* | Fix: Operand Order Affects OR. | Vadim B. Mikheev | 1997-09-22 |
| | | | | | where x <> 1 or x isnull didn't return tuples with x NULL. | ||
* | +#include <access/xact.h> | Vadim B. Mikheev | 1997-09-22 |
| | |||
* | Add point_ne() function. | Thomas G. Lockhart | 1997-09-20 |
| | | | | Fix up tabbing of most function declarations. | ||
* | Fix typo for default units for timespan input. | Thomas G. Lockhart | 1997-09-20 |
| | | | | | Place single-ticks around bad argument in elog messages. Fix tabbing of large lookup tables (ugh). | ||
* | Include tinterval comparison functions for span of interval. | Thomas G. Lockhart | 1997-09-20 |
| | |||
* | Include functions for integer/money arithmetic. | Thomas G. Lockhart | 1997-09-20 |
| | |||
* | Fix up elog warning messages. | Thomas G. Lockhart | 1997-09-20 |
| | |||
* | Add support for FLOAT(p) SQL/92 data type. | Thomas G. Lockhart | 1997-09-20 |
| | | | | Allow ALTER TABLE ADD ( column ) syntax. | ||
* | Replace missing directory delimiter for postmaster installation command. | Thomas G. Lockhart | 1997-09-20 |
| | |||
* | 1997-06-15 Paul Eggert <eggert@twinsun.com> | Marc G. Fournier | 1997-09-19 |
| | | | | | * (src/backend/Makefile): Use `ln', not `cd;ln' so that installers can wrap ln. | ||
* | + _copyGroup(Group *from) | Vadim B. Mikheev | 1997-09-19 |
| | |||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
| | |||
* | Add in srandom() check to configure | Marc G. Fournier | 1997-09-18 |
| | | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6 | ||
* | Don't limit number of tuples in leftist trees! | Vadim B. Mikheev | 1997-09-18 |
| | | | | | | | Use qsort to sort array of tuples for nextrun when current run is done and put into leftist tree from sorted array! It's much faster and creates non-bushy tree - this is ve-e-ery good for perfomance! | ||
* | No more SortTuplesInTree... | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | Convert sequence names tolower. | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
| | |||
* | 1. Use qsort for first run | Vadim B. Mikheev | 1997-09-18 |
| | | | | | | | 2. Limit number of tuples in leftist trees: - put one tuple from current tree to disk if limit reached; - end run creation if limit reached by nextrun. 3. Avoid mergeruns() if first run is single one! | ||
* | + int SortTuplesInTree = 2560; | Vadim B. Mikheev | 1997-09-18 |
| | | | | (default value for max number of tuples in leftist tree) | ||
* | Allow set max number of tuples in leftist tree for sorts | Vadim B. Mikheev | 1997-09-18 |
| | | | | (-S memory,tuples) | ||
* | Add syntax and warnings for unsupported ALTER TABLE commands | Thomas G. Lockhart | 1997-09-18 |
| | | | | including DROP COLUMN, SET CONSTRAINT, etc. | ||
* | Remove difftime() calls. | Thomas G. Lockhart | 1997-09-16 |
| | | | | Still uses time_t declarations, but most code will be changed for next release. |