aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Fix scan adjustment.Vadim B. Mikheev1998-07-30
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Missed a few files in the last round of commits from Tatsuo, as wellMarc G. Fournier1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I missed addding initdb.sh ...Marc 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
* Add mention of actual SQL command to create*/destroy* commands.Bruce Momjian1998-07-24
* Add mention of SQL commands to create/destroy man pages.Bruce Momjian1998-07-24
* Add mention of psql and template1 to create*, destroy* commandBruce Momjian1998-07-24
* 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
* Version 06-30-0248Byron Nikolaidis1998-07-22
* 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
* Update.Bruce Momjian1998-07-21
* Update.Bruce Momjian1998-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
* Fix problem brought in with 32K machine.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
* Update version.Bruce Momjian1998-07-20
* Remove unneeded strcpy() of timezone.Bruce Momjian1998-07-19
* Remove un-needed psort close.Bruce Momjian1998-07-19
* Lock fix from Tom Ivar Helbekkmo .Bruce Momjian1998-07-19