Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | |
| | ||||
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | |
| | ||||
* | Call ExecEvalExpr with &isDone (not with NULL). | Vadim B. Mikheev | 1997-11-19 | |
| | ||||
* | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart | 1997-11-17 | |
| | ||||
* | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 | |
| | ||||
* | Free ascii representations of compared values! | Vadim B. Mikheev | 1997-10-27 | |
| | ||||
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | |
| | ||||
* | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev | 1997-10-12 | |
| | ||||
* | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 | |
| | ||||
* | Make GetAttributeByNum visible again for external use. | Bruce Momjian | 1997-09-27 | |
| | ||||
* | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev | 1997-09-26 | |
| | ||||
* | Fix handling of SPI_tuptable. | Vadim B. Mikheev | 1997-09-25 | |
| | ||||
* | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 | |
| | ||||
* | + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations | Vadim B. Mikheev | 1997-09-24 | |
| | | | | in upper Executor memory context. | |||
* | Fix: Operand Order Affects OR. | Vadim B. Mikheev | 1997-09-22 | |
| | | | | | where x <> 1 or x isnull didn't return tuples with x NULL. | |||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | |
| | ||||
* | Fix pfree problem. | Vadim B. Mikheev | 1997-09-15 | |
| | ||||
* | Added: SPI_copytuple() & SPI_modifytuple() | Vadim B. Mikheev | 1997-09-12 | |
| | ||||
* | Allow to call utility funcs without SPI_connect. | Vadim B. Mikheev | 1997-09-12 | |
| | ||||
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | |
| | ||||
* | Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname). | Vadim B. Mikheev | 1997-09-12 | |
| | ||||
* | Cleanups. | Vadim B. Mikheev | 1997-09-11 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Cleanups. | Vadim B. Mikheev | 1997-09-06 | |
| | ||||
* | execMain.c: little changes in trigger interface... | Vadim B. Mikheev | 1997-09-04 | |
| | | | | | spi.c: functions to prepare/run and preserve plans for duration of transaction/session. Some data utilities. | |||
* | BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup. | Vadim B. Mikheev | 1997-09-01 | |
| | ||||
* | Get rid of #include "../backend/parser/parse.h | Vadim B. Mikheev | 1997-08-31 | |
| | ||||
* | Add spi.o | Vadim B. Mikheev | 1997-08-30 | |
| | ||||
* | SPI manager. | Vadim B. Mikheev | 1997-08-29 | |
| | ||||
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | |
| | ||||
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 | |
| | ||||
* | + ExecConstraints() | Vadim B. Mikheev | 1997-08-22 | |
| | ||||
* | DEFAULT handling | Vadim B. Mikheev | 1997-08-22 | |
| | | | | | Use for 'selct .. into ..' copy of TupleDesc (without constraints) #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy) | |||
* | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 | |
| | ||||
* | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵ | Bruce Momjian | 1997-08-21 | |
| | | | | call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4. | |||
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | |
| | ||||
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | |
| | ||||
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | |
| | ||||
* | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | 1997-08-06 | |
| | ||||
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | |
| | ||||
* | setVarAttrLenForCreateTable(): use varnoold/varoattno instead of | Vadim B. Mikheev | 1997-06-13 | |
| | | | | varno/varattno. | |||
* | Fix for SELECT * INTO TABLE for char(), varchar() fields. | Bruce Momjian | 1997-05-31 | |
| | ||||
* | Fix for Hash and arrays | Vadim B. Mikheev | 1997-04-22 | |
| | ||||
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-03 | |
| | | | | | | | | | | | | | | | | | | | | | Subject: [HACKERS] Aggregate function patches Here are the aggregate function patches I originally sent in last December. They fix sum() and avg() behavior for ints and floats when NULL values are involved. I was waiting to resubmit these until I had a chance to write a v6.0->v6.1 database upgrade script to ensure that existing v6.0 databases which have not been reloaded for v6.1 do no break with the new aggregate behavior. These scripts are included below. It's OK with me if someone wants to do something different with the upgrade strategy, but something like this was discussed a few weeks ago. Also, there were a couple of small items which cropped up in doing a clean install of 970403 (actually 970402 + 970403 changes since the full 970403 tar file appears to be damaged or at least suspect). They are the first two patches below and can be omitted if desired (although I think they aren't dangerous :). | |||
* | Can't INSERT/UPDATE/DELETE sequence relation. | Vadim B. Mikheev | 1997-04-02 | |
| |