aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* More op_class cleanup.Bruce Momjian1998-08-11
* Update flowchart.Bruce Momjian1998-08-10
* Cleanups of optimizer.Bruce Momjian1998-08-10
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-10
* New pgindent.Bruce Momjian1998-08-09
* cleanups.Bruce Momjian1998-08-09
* OPTIMIZER_DEBUG additions.Bruce Momjian1998-08-07
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-05
* OR processing cleanup.Bruce Momjian1998-08-04
* Fix encoding grammer problem.Bruce Momjian1998-08-04
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan toBruce Momjian1998-08-04
* Make EXPLAIN show output more clearly.Bruce Momjian1998-08-04
* Update flow chart.Bruce Momjian1998-08-04
* Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian1998-08-03
* Cleanup of OR processing.Bruce Momjian1998-08-03
* Allows the following query to succeed: "SELECT NULL ORDER BY 1;"Thomas G. Lockhart1998-08-02
* Fix for OR handling with multiple indexes.Bruce Momjian1998-08-02
* Cleanup of OR fix.Bruce Momjian1998-08-01
* Allow index use with OR clauses.Bruce Momjian1998-08-01
* Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier1998-08-01
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Matching clauses to functional indices was broken, now fixed.Vadim B. Mikheev1998-07-31
* Fix scan adjustment.Vadim B. Mikheev1998-07-30
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* Update flowchart. Add arrow.Bruce Momjian1998-07-26
* Fix compile error. Make transaction/work optional on all transactionBruce Momjian1998-07-26
* Update psql help syntax to remove <> and uppercaese keywords.Bruce Momjian1998-07-25
* Fix HAVING patch missing cast.Bruce Momjian1998-07-24
* I'm sorry, but I think I introduced a little bug with my last patch.Bruce Momjian1998-07-24
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Fix _lo_commit: core if LO memmory context was not created (LO were not used?)Vadim B. Mikheev1998-07-22
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-21
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* target list fixes.Bruce Momjian1998-07-20
* makeTargetEntry cleanup.Bruce Momjian1998-07-20
* Makefile removal of internal.c.Bruce Momjian1998-07-20
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-20
* Use defines rather than constants for types.Bruce Momjian1998-07-20
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Cleanup Name usage.Bruce Momjian1998-07-20
* Fix temp name length.Bruce Momjian1998-07-20
* Remove un-needed references to Name.Bruce Momjian1998-07-20
* Remove unneeded strcpy() of timezone.Bruce Momjian1998-07-19
* Remove un-needed psort close.Bruce Momjian1998-07-19
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* My mailer munged the intro text in my last post. Here is the textBruce Momjian1998-07-19