summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Inline memset() as MemSet().Bruce Momjian1997-09-1868-218/+218
|
* Have to do [[ ]] in configure.in.Bruce Momjian1997-09-182-10/+10
|
* UPdate memset macro.Bruce Momjian1997-09-181-5/+5
|
* Cleanup for memset macro.Bruce Momjian1997-09-181-4/+12
|
* Add in srandom() check to configureMarc G. Fournier1997-09-185-4/+18
| | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
* QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;Vadim B. Mikheev1997-09-181-18/+18
| | | | ^^^^^^ - new order of tuples (due to psort changes)
* No more SortTuplesInTree...Vadim B. Mikheev1997-09-182-5/+2
|
* Don't limit number of tuples in leftist trees!Vadim B. Mikheev1997-09-181-81/+54
| | | | | | | 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!
* No more SortTuplesInTree...Vadim B. Mikheev1997-09-182-24/+7
|
* Convert sequence names tolower.Vadim B. Mikheev1997-09-181-2/+7
|
* ALTER TABLE ADD COLUMN: set atthasdef to FALSE.Vadim B. Mikheev1997-09-181-1/+2
|
* Inline frequently called functions.Bruce Momjian1997-09-1816-793/+1098
|
* Addded to Psortstate:Vadim B. Mikheev1997-09-181-1/+3
| | | | | lt_tupcount - number of tuples in struct leftist *Tuples lasttuple - last tuple put to disk by createfirstrun()
* + SortTuplesInTreeVadim B. Mikheev1997-09-181-1/+2
|
* 1. Use qsort for first runVadim B. Mikheev1997-09-182-86/+261
| | | | | | | 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!
* + int SortTuplesInTree = 2560;Vadim B. Mikheev1997-09-181-1/+2
| | | | (default value for max number of tuples in leftist tree)
* Allow set max number of tuples in leftist tree for sortsVadim B. Mikheev1997-09-181-4/+26
| | | | (-S memory,tuples)
* Add explicit test for various comment syntaxes.Thomas G. Lockhart1997-09-182-0/+17
|
* Explicitly test various comment syntaxes.Thomas G. Lockhart1997-09-181-0/+35
|
* Add syntax and warnings for unsupported ALTER TABLE commandsThomas G. Lockhart1997-09-181-20/+32
| | | | including DROP COLUMN, SET CONSTRAINT, etc.
* Ack, I missed a template file here :(Marc G. Fournier1997-09-181-0/+10
|
* *** empty log message ***Edmund Mergl1997-09-171-0/+265
|
* *** empty log message ***Edmund Mergl1997-09-171-261/+0
|
* adapted to pgsql-v6.2Edmund Mergl1997-09-173-0/+709
|
* *** empty log message ***Edmund Mergl1997-09-1710-817/+131
|
* Remove extra backets in tr test.Bruce Momjian1997-09-172-4/+4
|
* Linux seems to have 3/4/5/686.Bruce Momjian1997-09-161-1/+4
|
* Makefile cleanup.Bruce Momjian1997-09-165-20/+21
|
* Mklinux patch from Tatsuo.Bruce Momjian1997-09-161-9/+4
|
* Modify to match current expected outputThomas G. Lockhart1997-09-161-66/+149
| | | | after adding separate sections for DEFAULT and CHECK.
* Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart1997-09-161-58/+128
| | | | | Use conventions common to other regression test input files. Leave non-temporary files at end of test.
* Remove extraneous blank lines from error messages.Thomas G. Lockhart1997-09-161-2/+0
|
* Remove difftime() calls.Thomas G. Lockhart1997-09-161-126/+28
| | | | Still uses time_t declarations, but most code will be changed for next release.
* Fix string conversions for operators in DEFAULT and CHECK clauses.Thomas G. Lockhart1997-09-161-33/+36
|
* Remove uint32 from inet_aton file.Bruce Momjian1997-09-161-5/+1
|
* Add .eo to pgbuiltin.Bruce Momjian1997-09-161-1/+7
|
* Remove NO_MK_LORDER from Solaris.Bruce Momjian1997-09-162-4/+0
|
* Manual cleanup for textcat.Bruce Momjian1997-09-161-4/+6
|
* Fix pfree problem.Vadim B. Mikheev1997-09-153-35/+13
|
* -S need in optarg...Vadim B. Mikheev1997-09-151-3/+3
|
* -Linux configure additoin, libtcl Makefile patch.Bruce Momjian1997-09-142-7/+8
|
* To find uint32 on AIX.Bruce Momjian1997-09-141-0/+4
|
* Add mention of heap_getattr() compiler warning.Bruce Momjian1997-09-141-1/+5
|
* Let's hope this fixes the "bug" that was introducedMarc G. Fournier1997-09-133-0/+0
|
* Cleanup of use of settings as pointer and structure, and ps.Bruce Momjian1997-09-131-172/+172
|
* Cleanup for cash patch .Bruce Momjian1997-09-131-6/+6
|
* Added pgindent/README file.Bruce Momjian1997-09-132-28/+30
|
* Cleanup from patch applied.Bruce Momjian1997-09-131-2/+2
|
* configure cleanup.Bruce Momjian1997-09-132-3/+3
|
* Fix for copy to stdout for cash.Bruce Momjian1997-09-131-2/+3
|