aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix spelling of variable name.Bruce Momjian1999-07-07
|
* Cleanup of min tuple size.Bruce Momjian1999-07-07
|
* Fix misspelling.Bruce Momjian1999-07-07
|
* Add new TODO file to CVS tree.Bruce Momjian1999-07-06
|
* Update makefile to generate man pages.Thomas G. Lockhart1999-07-06
| | | | | Include first cut at instructions for man pages in docguide.sgml. Fix markup.
* Add missing paragraph end tag.Thomas G. Lockhart1999-07-06
|
* Fix some markup, but probably not finished yet...Thomas G. Lockhart1999-07-06
|
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
| | | | | | | No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
* Include rules for building a man tar file.Thomas G. Lockhart1999-07-06
|
* Remove old readme file.Bruce Momjian1999-07-05
|
* Align cleanup.Bruce Momjian1999-07-04
|
* More alignmentBruce Momjian1999-07-04
|
* Clean up maximum rewrite tuple length.Bruce Momjian1999-07-04
|
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-04
|
* Make exec_simple_check_plan() check for a null plan, soTom Lane1999-07-04
| | | | that it doesn't crash when processing a utility statement.
* Add abortcurrent trans to temp table fix.Bruce Momjian1999-07-03
|
* More cleanupBruce Momjian1999-07-03
|
* Update tuple size check.Bruce Momjian1999-07-03
|
* Fix for insertion of tuple too large.Bruce Momjian1999-07-03
|
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
|
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-02
|
* typo fix.Bruce Momjian1999-07-02
|
* #ifdef around true and false.Bruce Momjian1999-07-01
|
* Add files to point to TODO list.Bruce Momjian1999-07-01
|
* make distclean missed a few symlinks created by configure.Tom Lane1999-07-01
|
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-30
|
* Generate a full set of version-numbered symlinks when buildingTom Lane1999-06-30
| | | | a shared library, not just when installing it.
* *** empty log message ***Michael Meskes1999-06-29
|
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
|
* Add time warning about bigtests.Bruce Momjian1999-06-28
|
* Some minor bug fixesPeter Mount1999-06-27
|
* Add var defines for no testandsetBruce Momjian1999-06-26
|
* Remove -m486 on Openbsd.Bruce Momjian1999-06-26
|
* *** empty log message ***Michael Meskes1999-06-25
|
* Makefile.global failed to define $(LIBS), which isTom Lane1999-06-25
| | | | | unfortunate considering that several subdirectory makefiles were counting on it to do so...
* *** empty log message ***Michael Meskes1999-06-24
|
* Remove User's Guide entities since they were not being used.Thomas G. Lockhart1999-06-23
|
* Add information on generating INSTALL and HISTORY from sgml sources.Thomas G. Lockhart1999-06-23
|
* Clarify input/output timezone information.Thomas G. Lockhart1999-06-23
| | | | | Add detail on exact interpretation of "concatenated date" for various lengths.
* Add backup/restore info to Admin Guide.Thomas G. Lockhart1999-06-23
| | | | Split management chapter from start-ag.sgml to manage-ag.sgml.
* Minor changes to Fred Horsh's updates.Thomas G. Lockhart1999-06-23
|
* Update maximum identifier length from 15 to 31 characters.Thomas G. Lockhart1999-06-23
|
* Some fixes supplied by Jon Nielsen jonfn@image.dkPeter Mount1999-06-23
|
* The references to mailing lists in the resources page seem outdated.Bruce Momjian1999-06-21
| | | | | | Patch attached. Fred Horch
* Some suggestions to clarify the current status of PostgreSQL. PatchBruce Momjian1999-06-21
| | | | | | attached. Fred Horch
* Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane1999-06-21
| | | | | | | | with expression_tree_walker-based code. The former failed to cope with expressions containing SubLinks, and the latter returned TRUE for both SubLinks and Aggrefs (cut-and-paste bug?). There is a lot more scope for using expression_tree_walker in this module, but I'll restrain myself until the 6.6 split occurs from touching not-demonstrably-broken code.
* Clean up problems with sublinks + grouping in planner. NotTom Lane1999-06-21
| | | | | sure if they are all fixed, because rewriter is now the stumbling block, but at least some cases work that did not work before.
* On second thought, expression_tree_walker should handle bareTom Lane1999-06-21
| | | | SubLink nodes after all ...
* I have a small patch for 6.5.Bruce Momjian1999-06-19
| | | | | | aclchk.c: heap_close() is not called after calling heap_openr(). Atsushi Ogawa
* Rename to vararg_format().Bruce Momjian1999-06-19
|