summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-09-24Add SQL/92 "constants" current_date, current_time, and current_timestamp.Thomas G. Lockhart
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.
1997-09-24Add SQL/92 types decimal and numeric.Thomas G. Lockhart
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
1997-09-24Restore proper behavior for escaped quotes and for escaped literalsThomas G. Lockhart
like newline inside quoted strings.
1997-09-24Remove debugging "puts" print statement.Thomas G. Lockhart
1997-09-24Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart
1997-09-24Fix for pg_dump.Bruce Momjian
1997-09-24Update configure.Bruce Momjian
1997-09-24Remove aix power pc.Bruce Momjian
1997-09-24Remove extra float.h I added.Bruce Momjian
1997-09-24CREATE FUNCTION fixup for types of functions.Bruce Momjian
1997-09-24Rollback changes to pg_dump.cBruce Momjian
1997-09-24Timetravel tests.Vadim B. Mikheev
1997-09-24Added: ttdummy() - variation of timetravel() functionVadim B. Mikheev
for regress test.
1997-09-24+ SPI_palloc(), SPI_repalloc(), SPI_pfree()Vadim B. Mikheev
1997-09-24Allow use functions with no arguments in DEFAULTVadim B. Mikheev
Allow use IDENT as arguments of trigger functions
1997-09-24+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocationsVadim B. Mikheev
in upper Executor memory context.
1997-09-24HPUX 10 patch.Bruce Momjian
1997-09-24Add -S to top of manual page.Bruce Momjian
1997-09-23AIX fixes.Bruce Momjian
1997-09-23Fix for CREATE FUNCTION.Bruce Momjian
1997-09-23Fix for backslash quote.Bruce Momjian
1997-09-23AIx patch from Frank Dana.Bruce Momjian
1997-09-23Cleanup.Bruce Momjian
1997-09-22Cleanup backslashes.Bruce Momjian
1997-09-22Fix for missing tas on some platforms.Bruce Momjian
1997-09-22Small lock cleanup for prototype.Bruce Momjian
1997-09-22Blowaway relation buffers from buffer pool before truncation:Vadim B. Mikheev
+ BlowawayRelationBuffers(relation, blocknumber)
1997-09-22Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev
1997-09-22Two copies...Vadim B. Mikheev
1997-09-22Have to PROC_INCR_SLOCK before return.Vadim B. Mikheev
1997-09-22Fix: Operand Order Affects OR.Vadim B. Mikheev
where x <> 1 or x isnull didn't return tuples with x NULL.
1997-09-22+#include <access/xact.h>Vadim B. Mikheev
1997-09-21Configure OS cleanup.Bruce Momjian
1997-09-21Make manual page for pg_passwd from README.Bruce Momjian
1997-09-20Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-09-20Output changed to reflect extra entries from new regression tests.Thomas G. Lockhart
1997-09-20Change ORDER BY to get consistant results with new sorting routines.Thomas G. Lockhart
1997-09-20Update results count to reflect bad entries now being rejected by new decoder.Thomas G. Lockhart
1997-09-20Change ORDER BY to get more consistant results.Thomas G. Lockhart
1997-09-20Add tinterval comparison operators.Thomas G. Lockhart
Add integer/money arithmetic.
1997-09-20Add point_ne() comparison routine.Thomas G. Lockhart
1997-09-20Add tinterval comparison routines.Thomas G. Lockhart
1997-09-20Add integer/money arithmetic from Darren King.Thomas G. Lockhart
1997-09-20Add point_ne() function.Thomas G. Lockhart
Fix up tabbing of most function declarations.
1997-09-20Fix typo for default units for timespan input.Thomas G. Lockhart
Place single-ticks around bad argument in elog messages. Fix tabbing of large lookup tables (ugh).
1997-09-20Include tinterval comparison functions for span of interval.Thomas G. Lockhart
1997-09-20Include functions for integer/money arithmetic.Thomas G. Lockhart
1997-09-20Fix up elog warning messages.Thomas G. Lockhart
1997-09-20Add support for FLOAT(p) SQL/92 data type.Thomas G. Lockhart
Allow ALTER TABLE ADD ( column ) syntax.
1997-09-20Replace missing directory delimiter for postmaster installation command.Thomas G. Lockhart