aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove single-argument trim() function from table.Thomas G. Lockhart1998-08-15
* Some old cleanup fixes for close_ps() from G. Thaker.Thomas G. Lockhart1998-08-15
* Allow binary-compatible indices to be considered when checking for validThomas G. Lockhart1998-08-14
* Include OID as a built-in type.Thomas G. Lockhart1998-08-14
* Check for bad result from pg_id. A bad result can come from shared libraryThomas G. Lockhart1998-08-14
* fix typo.Bruce Momjian1998-08-11
* Strategy cleanups.Bruce Momjian1998-08-11
* index strategy cleanupBruce Momjian1998-08-11
* the following patch fixes a bug in the oracle compatibilityBruce Momjian1998-08-11
* This one cleans the cursor problems ecpg had so far. It is now ableBruce Momjian1998-08-11
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* More op_class cleanup.Bruce Momjian1998-08-11
* Remove NOBTREE defines, and make findoidlinks handle regproc.Bruce Momjian1998-08-11
* cleanup.Bruce Momjian1998-08-11
* Add new \w write command to psql.Bruce Momjian1998-08-10
* Update flowchart.Bruce Momjian1998-08-10
* Update flowchart.Bruce Momjian1998-08-10
* Cleanups of optimizer.Bruce Momjian1998-08-10
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-10
* Update pgindent.Bruce Momjian1998-08-09
* New pgindent.Bruce Momjian1998-08-09
* cleanups.Bruce Momjian1998-08-09
* The attached patch implements some changes that were discussed aBruce 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
* flowchart updateBruce Momjian1998-08-05
* flowchart updateBruce Momjian1998-08-05
* Fix for \d index display.Bruce Momjian1998-08-05
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-05
* From: Dr. Michael Meskes <meskes@online-club.de>Marc G. Fournier1998-08-05
* OR processing cleanup.Bruce Momjian1998-08-04
* Add Indices display to \d command.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
* Fix typo in man pages.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
* run autoconfBruce Momjian1998-08-02
* Fix MULTIBYTE typo.Bruce Momjian1998-08-02
* Fix duplicate inside initdb.shBruce Momjian1998-08-01
* 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