summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
1997-09-20Bring in Peter's changes...finally :(Marc G. Fournier
1997-09-19Update configure.Bruce Momjian
1997-09-191997-06-15 Paul Eggert <eggert@twinsun.com>Marc G. Fournier
* (src/backend/Makefile): Use `ln', not `cd;ln' so that installers can wrap ln.
1997-09-19+ _copyGroup(Group *from)Vadim B. Mikheev
1997-09-19Fix \e and \p after query.Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18Have to do [[ ]] in configure.in.Bruce Momjian
1997-09-18UPdate memset macro.Bruce Momjian
1997-09-18Cleanup for memset macro.Bruce Momjian
1997-09-18Add in srandom() check to configureMarc G. Fournier
Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
1997-09-18QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;Vadim B. Mikheev
^^^^^^ - new order of tuples (due to psort changes)
1997-09-18No more SortTuplesInTree...Vadim B. Mikheev
1997-09-18Don't limit number of tuples in leftist trees!Vadim B. Mikheev
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!
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-18Addded to Psortstate:Vadim B. Mikheev
lt_tupcount - number of tuples in struct leftist *Tuples lasttuple - last tuple put to disk by createfirstrun()
1997-09-18+ SortTuplesInTreeVadim B. Mikheev
1997-09-181. Use qsort for first runVadim B. Mikheev
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!
1997-09-18+ int SortTuplesInTree = 2560;Vadim B. Mikheev
(default value for max number of tuples in leftist tree)
1997-09-18Allow set max number of tuples in leftist tree for sortsVadim B. Mikheev
(-S memory,tuples)
1997-09-18Add explicit test for various comment syntaxes.Thomas G. Lockhart
1997-09-18Explicitly test various comment syntaxes.Thomas G. Lockhart
1997-09-18Add syntax and warnings for unsupported ALTER TABLE commandsThomas G. Lockhart
including DROP COLUMN, SET CONSTRAINT, etc.
1997-09-18Ack, I missed a template file here :(Marc G. Fournier
1997-09-17*** empty log message ***Edmund Mergl
1997-09-17*** empty log message ***Edmund Mergl
1997-09-17adapted to pgsql-v6.2Edmund Mergl
1997-09-17*** empty log message ***Edmund Mergl
1997-09-17Remove extra backets in tr test.Bruce Momjian
1997-09-16Linux seems to have 3/4/5/686.Bruce Momjian
1997-09-16Makefile cleanup.Bruce Momjian
1997-09-16Mklinux patch from Tatsuo.Bruce Momjian
1997-09-16Modify to match current expected outputThomas G. Lockhart
after adding separate sections for DEFAULT and CHECK.
1997-09-16Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart
Use conventions common to other regression test input files. Leave non-temporary files at end of test.
1997-09-16Remove extraneous blank lines from error messages.Thomas G. Lockhart
1997-09-16Remove difftime() calls.Thomas G. Lockhart
Still uses time_t declarations, but most code will be changed for next release.
1997-09-16Fix string conversions for operators in DEFAULT and CHECK clauses.Thomas G. Lockhart
1997-09-16Remove uint32 from inet_aton file.Bruce Momjian
1997-09-16Add .eo to pgbuiltin.Bruce Momjian