summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1998-08-17Update for changes to gram.y.Thomas G. Lockhart
1998-08-17Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN expressionsThomas G. Lockhart
1998-08-17Use the parser macro IS_BINARY_COMPATIBLE() to allow more successThomas G. Lockhart
1998-08-17Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier
1998-08-16Allow a null pointer to be returned from get_opname().Thomas G. Lockhart
1998-08-16Check for null pointer returned from get_opname().Thomas G. Lockhart
1998-08-16Check for null pointer returned from get_opname().Thomas G. Lockhart
1998-08-16Disable not-ready-to-use support code for the line data type.Thomas G. Lockhart
1998-08-15Some old cleanup fixes for close_ps() from G. Thaker.Thomas G. Lockhart
1998-08-14Allow binary-compatible indices to be considered when checking for validThomas G. Lockhart
1998-08-14Include OID as a built-in type.Thomas G. Lockhart
1998-08-11fix typo.Bruce Momjian
1998-08-11Strategy cleanups.Bruce Momjian
1998-08-11index strategy cleanupBruce Momjian
1998-08-11 the following patch fixes a bug in the oracle compatibilityBruce Momjian
1998-08-11Change owner from oid to int4 type.Bruce Momjian
1998-08-11More op_class cleanup.Bruce Momjian
1998-08-10Update flowchart.Bruce Momjian
1998-08-10Cleanups of optimizer.Bruce Momjian
1998-08-10Cleanup optimizer function names and clarify code.Bruce Momjian
1998-08-09New pgindent.Bruce Momjian
1998-08-09cleanups.Bruce Momjian
1998-08-07OPTIMIZER_DEBUG additions.Bruce Momjian
1998-08-06Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian
1998-08-05From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier
1998-08-04OR processing cleanup.Bruce Momjian
1998-08-04Fix encoding grammer problem.Bruce Momjian
1998-08-04MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian
1998-08-04EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan toBruce Momjian
1998-08-04Make EXPLAIN show output more clearly.Bruce Momjian
1998-08-04Update flow chart.Bruce Momjian
1998-08-03Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian
1998-08-03Cleanup of OR processing.Bruce Momjian
1998-08-02Allows the following query to succeed: "SELECT NULL ORDER BY 1;"Thomas G. Lockhart
1998-08-02Fix for OR handling with multiple indexes.Bruce Momjian
1998-08-01Cleanup of OR fix.Bruce Momjian
1998-08-01Allow index use with OR clauses.Bruce Momjian
1998-08-01Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier
1998-08-01Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev
1998-07-31Matching clauses to functional indices was broken, now fixed.Vadim B. Mikheev
1998-07-30Fix scan adjustment.Vadim B. Mikheev
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-07-26Update flowchart. Add arrow.Bruce Momjian
1998-07-26Fix compile error. Make transaction/work optional on all transactionBruce Momjian
1998-07-25Update psql help syntax to remove <> and uppercaese keywords.Bruce Momjian
1998-07-24Fix HAVING patch missing cast.Bruce Momjian
1998-07-24I'm sorry, but I think I introduced a little bug with my last patch.Bruce Momjian
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-07-22Fix _lo_commit: core if LO memmory context was not created (LO were not used?)Vadim B. Mikheev