Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | S_LOCK_FREE fix. | Bruce Momjian | 1997-09-25 | |
| | ||||
* | Fix for S_FREE_LOCK. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Use additional ORDER BY to cope with new sorting routines. | Thomas G. Lockhart | 1997-09-24 | |
| | ||||
* | 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. | |||
* | Remove debugging "puts" print statement. | Thomas G. Lockhart | 1997-09-24 | |
| | ||||
* | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 | |
| | ||||
* | Fix for pg_dump. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Update configure. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Remove aix power pc. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Remove extra float.h I added. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | CREATE FUNCTION fixup for types of functions. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Rollback changes to pg_dump.c | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Timetravel tests. | Vadim B. Mikheev | 1997-09-24 | |
| | ||||
* | Added: ttdummy() - variation of timetravel() function | Vadim B. Mikheev | 1997-09-24 | |
| | | | | for regress test. | |||
* | + SPI_palloc(), SPI_repalloc(), SPI_pfree() | Vadim B. Mikheev | 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. | |||
* | HPUX 10 patch. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | Add -S to top of manual page. | Bruce Momjian | 1997-09-24 | |
| | ||||
* | AIX fixes. | Bruce Momjian | 1997-09-23 | |
| | ||||
* | Fix for CREATE FUNCTION. | Bruce Momjian | 1997-09-23 | |
| | ||||
* | Fix for backslash quote. | Bruce Momjian | 1997-09-23 | |
| | ||||
* | AIx patch from Frank Dana. | Bruce Momjian | 1997-09-23 | |
| | ||||
* | Cleanup. | Bruce Momjian | 1997-09-23 | |
| | ||||
* | Cleanup backslashes. | Bruce Momjian | 1997-09-22 | |
| | ||||
* | Fix for missing tas on some platforms. | Bruce Momjian | 1997-09-22 | |
| | ||||
* | Small lock cleanup for prototype. | Bruce Momjian | 1997-09-22 | |
| | ||||
* | 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 | |
| | ||||
* | Two copies... | 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 | |
| | ||||
* | Configure OS cleanup. | Bruce Momjian | 1997-09-21 | |
| | ||||
* | Make manual page for pg_passwd from README. | Bruce Momjian | 1997-09-21 | |
| | ||||
* | Output changed for new ORDER BY to cope with new sorting routines. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Output changed to reflect extra entries from new regression tests. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Change ORDER BY to get consistant results with new sorting routines. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Update results count to reflect bad entries now being rejected by new decoder. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Change ORDER BY to get more consistant results. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Add tinterval comparison operators. | Thomas G. Lockhart | 1997-09-20 | |
| | | | | Add integer/money arithmetic. | |||
* | Add point_ne() comparison routine. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Add tinterval comparison routines. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Add integer/money arithmetic from Darren King. | Thomas G. Lockhart | 1997-09-20 | |
| | ||||
* | Add point_ne() function. | Thomas G. Lockhart | 1997-09-20 | |
| | | | | Fix up tabbing of most function declarations. |