aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove a bunch of dead entries exposed by findoidjoins crosschecks.Tom Lane1999-03-26
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-25
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii1999-03-24
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Hi,Bruce Momjian1999-03-22
* I suggest the following portability patch, which does notBruce Momjian1999-03-19
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Here is a patch.Bruce Momjian1999-03-16
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-15
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-14
* Cleanup of hash functions in pg_proc.Bruce Momjian1999-03-14
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-10
* Fix some typos in argument and result types in pg_procTom Lane1999-03-10
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-08
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-07
* geqo now at 11 tablesBruce Momjian1999-03-07
* Really remove Recipe.Bruce Momjian1999-03-07
* Eliminate duplicated code in dt.hTom Lane1999-03-06
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-06
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-03
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-01
* Fix pg_operator entries for mergejoinable operators with different left andTom Lane1999-02-28
* Fix executor to work correctly with mergejoins where left andTom Lane1999-02-28
* Put back T_RecipeStmt, since the system doesn't actually buildTom Lane1999-02-27
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-24
* Add parameters to function calls to pass back table qualifications.Thomas G. Lockhart1999-02-23
* Define JoinExpr structure for outer join syntax.Thomas G. Lockhart1999-02-23
* Bring debugging print statement declarations up to date.Thomas G. Lockhart1999-02-23
* Add constants for outer join states in executor.Thomas G. Lockhart1999-02-23
* Fix typos in comments.Thomas G. Lockhart1999-02-23
* comments cleanup.Bruce Momjian1999-02-22
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* Final optimizer cleanups.Bruce Momjian1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* pathkeys fixesBruce Momjian1999-02-20
* add pathkeys description.Bruce Momjian1999-02-20
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-19
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* optimizer cleanupBruce Momjian1999-02-19
* optimizer cleanupBruce Momjian1999-02-19
* Enable bushy plans by default.Bruce Momjian1999-02-18
* optimizer cleanupBruce Momjian1999-02-18
* more optimizer cleanupsBruce Momjian1999-02-18