summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-142-6/+11
* Cleanup of hash functions in pg_proc.Bruce Momjian1999-03-141-11/+11
* We have tested the patches on three platforms:Bruce Momjian1999-03-143-5/+11
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-145-5/+25
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-101-3/+6
* Fix some typos in argument and result types in pg_procTom Lane1999-03-103-24/+26
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-093-5/+23
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-082-2/+12
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-072-6/+17
* geqo now at 11 tablesBruce Momjian1999-03-071-2/+2
* Really remove Recipe.Bruce Momjian1999-03-071-2/+1
* Eliminate duplicated code in dt.hTom Lane1999-03-061-24/+2
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-3/+7
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-031-0/+1
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-4/+1
* Fix pg_operator entries for mergejoinable operators with different left andTom Lane1999-02-281-7/+7
* Fix executor to work correctly with mergejoins where left andTom Lane1999-02-281-5/+5
* Put back T_RecipeStmt, since the system doesn't actually buildTom Lane1999-02-271-1/+2
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-242-21/+1
* Add parameters to function calls to pass back table qualifications.Thomas G. Lockhart1999-02-231-3/+3
* Define JoinExpr structure for outer join syntax.Thomas G. Lockhart1999-02-233-18/+18
* Bring debugging print statement declarations up to date.Thomas G. Lockhart1999-02-231-45/+29
* Add constants for outer join states in executor.Thomas G. Lockhart1999-02-231-1/+3
* Fix typos in comments.Thomas G. Lockhart1999-02-231-10/+8
* comments cleanup.Bruce Momjian1999-02-221-23/+23
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-15/+18
* Final optimizer cleanups.Bruce Momjian1999-02-222-7/+4
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-212-3/+3
* pathkeys.c cleanup.Bruce Momjian1999-02-211-3/+4
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-213-9/+15
* pathkeys fixesBruce Momjian1999-02-201-3/+2
* add pathkeys description.Bruce Momjian1999-02-201-4/+5
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-191-2/+1
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-196-19/+35
* optimizer cleanupBruce Momjian1999-02-191-4/+4
* optimizer cleanupBruce Momjian1999-02-192-6/+6
* Enable bushy plans by default.Bruce Momjian1999-02-181-3/+1
* optimizer cleanupBruce Momjian1999-02-181-2/+3
* more optimizer cleanupsBruce Momjian1999-02-181-5/+5
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-185-21/+19
* Re-enable bushy plans. Vadim want them.Bruce Momjian1999-02-162-4/+4
* renameBruce Momjian1999-02-151-2/+2
* optimizer renameBruce Momjian1999-02-151-2/+1
* optimizer renameBruce Momjian1999-02-151-2/+2
* otherrels is now unjoined_relsBruce Momjian1999-02-151-2/+2
* optimizer renameBruce Momjian1999-02-151-2/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-155-40/+24
* Optimizer rename.Bruce Momjian1999-02-143-9/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13252-663/+663
* Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart1999-02-131-3/+4