summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-10-03From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart
1997-10-02Fix \ handlingVadim B. Mikheev
1997-09-30STATEMENT triggers are not implemented - elog (WARN).Vadim B. Mikheev
1997-09-29Fix error indicator for SPI_getvalue() and SPI_getbinval()Vadim B. Mikheev
1997-09-29MOVE implementation.Vadim B. Mikheev
1997-09-27Make GetAttributeByNum visible again for external use.Bruce Momjian
1997-09-26AIX float fix.Bruce Momjian
1997-09-26Fix for psort temp file names, from Vadim.Bruce Momjian
1997-09-26Fix SUBSTRING(str FROM int TO int) parsing.Thomas G. Lockhart
1997-09-26Return error if char *query is null in SPI_prepare()Vadim B. Mikheev
1997-09-25Tatsuo's patch to fix alignment problems in structure for RISC machines.Thomas G. Lockhart
1997-09-25One more change to recover v6.1.1 escaped-text input behavior.Thomas G. Lockhart
1997-09-25Disable checking for zero or one points with deeper parens on input.Thomas G. Lockhart
1997-09-25Fix handling of functions with non-attribute first argument in WHEREVadim B. Mikheev
1997-09-25Fix GROUP BY when order of entries is different from order in target list.Vadim B. Mikheev
1997-09-25Fix handling of SPI_tuptable.Vadim B. Mikheev
1997-09-24Add SQL/92 "constants" current_date, current_time, and current_timestamp.Thomas G. Lockhart
1997-09-24Add SQL/92 types decimal and numeric.Thomas G. Lockhart
1997-09-24Restore proper behavior for escaped quotes and for escaped literalsThomas G. Lockhart
1997-09-24Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart
1997-09-24Remove extra float.h I added.Bruce Momjian
1997-09-24Allow use functions with no arguments in DEFAULTVadim B. Mikheev
1997-09-24+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocationsVadim B. Mikheev
1997-09-23AIX fixes.Bruce Momjian
1997-09-23AIx patch from Frank Dana.Bruce Momjian
1997-09-22Blowaway relation buffers from buffer pool before truncation:Vadim B. Mikheev
1997-09-22Blowaway relation buffers from buffer pool before truncation.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
1997-09-22+#include <access/xact.h>Vadim B. Mikheev
1997-09-20Add point_ne() function.Thomas G. Lockhart
1997-09-20Fix typo for default units for timespan input.Thomas G. Lockhart
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
1997-09-20Replace missing directory delimiter for postmaster installation command.Thomas G. Lockhart
1997-09-191997-06-15 Paul Eggert <eggert@twinsun.com>Marc G. Fournier
1997-09-19+ _copyGroup(Group *from)Vadim B. Mikheev
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18Add in srandom() check to configureMarc G. Fournier
1997-09-18Don't limit number of tuples in leftist trees!Vadim B. Mikheev
1997-09-18No more SortTuplesInTree...Vadim B. Mikheev
1997-09-18Convert sequence names tolower.Vadim B. Mikheev
1997-09-18ALTER TABLE ADD COLUMN: set atthasdef to FALSE.Vadim B. Mikheev
1997-09-18Inline frequently called functions.Bruce Momjian
1997-09-181. Use qsort for first runVadim B. Mikheev
1997-09-18+ int SortTuplesInTree = 2560;Vadim B. Mikheev
1997-09-18Allow set max number of tuples in leftist tree for sortsVadim B. Mikheev
1997-09-18Add syntax and warnings for unsupported ALTER TABLE commandsThomas G. Lockhart