aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Run spellchecker over release notes.Bruce Momjian2005-08-24
|
* More beta1 cleanup.Bruce Momjian2005-08-24
|
* Fix SHOW and RESET grammar to accept custom variable names.Tom Lane2005-08-24
|
* Suggest markup items for the future.Bruce Momjian2005-08-24
|
* Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane2005-08-24
| | | | 'my' where appropriate. Michael Fuhr
* Update release notes for beta1.Bruce Momjian2005-08-24
|
* Mention BEGIN { strict->import(); } as a substitute for 'use strict'Tom Lane2005-08-24
| | | | in plperl functions.
* Get rid of inappropriate use of croak(). Per report from Michael Fuhr.Tom Lane2005-08-24
|
* Adjust description of use_strict parameter. Some other minor editorialTom Lane2005-08-24
| | | | cleanup.
* Fix broken markup.Tom Lane2005-08-24
|
* Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane2005-08-24
| | | | | fly. Fix problem with incompletely duplicated setup code. Andrew Dunstan, from an idea of Michael Fuhr's.
* Additem:Bruce Momjian2005-08-24
| | | | > * Add sleep() function, remove from regress.c
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-24
| | | | | is not adequately tested yet, but let's get it into beta1 so it can be tested. Magnus Hagander and Tom Lane.
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-24
| | | | | | triggers exist but are all disabled. Problem noted by Gavin Sherry in original discussion of enable/disable trigger patch, but was never addressed.
* Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.Tom Lane2005-08-24
|
* Add:Bruce Momjian2005-08-24
| | | | > o Add sleep() to PL/PgSQL
* Add to release notes.Bruce Momjian2005-08-24
|
* Fix broken markup.Tom Lane2005-08-24
|
* Update release notes.Bruce Momjian2005-08-24
|
* Fix typo.Bruce Momjian2005-08-24
|
* Mark "easy" items.Bruce Momjian2005-08-24
| | | | Jim C. Nasby
* Update:Bruce Momjian2005-08-24
| | | | | < o Do VACUUM FULL if table is nearly empty? > o Suggest VACUUM FULL if a table is nearly empty
* Add explaination:Bruce Momjian2005-08-24
| | | | | | | > > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. >
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
| | | | | - Remove stary character from string quoting. - Fixed check to report missing varchar pointer implementation.
* Remove periods on bullet items.Bruce Momjian2005-08-24
|
* Mark item as complete, add another:Bruce Momjian2005-08-23
| | | | | | | | | | | | < * Allow triggers to be disabled [trigger] > * -Allow triggers to be disabled [trigger] > * Allow triggers to be disabled in only the current session. < Currently the only way to disable triggers is to modify the system < tables. > This is currently possible by starting a multi-statement transaction, > modifying the system tables, performing the desired SQL, restoring the > system tables, and committing the transaction. ALTER TABLE ... > TRIGGER requires a table lock so it is not idea for this usage.
* Release note cleanups.Bruce Momjian2005-08-23
|
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
| | | | | | use these instead of its previous hack of changing pg_class.reltriggers. Documentation is lacking, will add that later. Patch by Satoshi Nagayasu, review and some extra work by Tom Lane.
* Update pgcrypto items.Bruce Momjian2005-08-23
|
* Update ALTER OWNER description.Bruce Momjian2005-08-23
|
* Add new file for win32 threading.Bruce Momjian2005-08-23
|
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-23
| | | | | | | | Windows. The test itself is bypassed in configure as discussed, and libpq has been updated appropriately to allow it to build in thread-safe mode. Dave Page
* Fix function name.Bruce Momjian2005-08-23
|
* Clean up some very old and crufty code for TID scan planning. Not muchTom Lane2005-08-23
| | | | | functional difference really, but make use of stuff added to the planner since this code was touched last.
* Back out incorrect commit.Bruce Momjian2005-08-23
|
* Fix function name.Bruce Momjian2005-08-23
|
* Update release notes.Bruce Momjian2005-08-23
|
* More release note updates.Bruce Momjian2005-08-23
|
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-23
|
* Release note updates.Bruce Momjian2005-08-23
|
* Release note updates.Bruce Momjian2005-08-23
|
* Avoid bullets in subparagraphs.Bruce Momjian2005-08-23
|
* Fix markup for para.Bruce Momjian2005-08-23
|
* Adjust SGML so major feature items are all not in a single subparagraph.Bruce Momjian2005-08-23
|
* Update release notes from community comments.Bruce Momjian2005-08-23
|
* Update release notes for 8.1.Bruce Momjian2005-08-23
|
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-23
| | | | Per Alvaro.
* Fix SGML sect1-3 alignment in the 8.0.X series.Bruce Momjian2005-08-23
|
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-22
| | | | | | | | | after the fact. Fix bug with incorrect test for whether we are at end of logfile segment. Arrange for writes triggered by XLogInsert's is-cache-more-than-half-full test to synchronize with the cache boundaries, so that in long transactions we tend to write alternating halves of the cache rather than randomly chosen portions of it; this saves one more write syscall per cache load.
* Update documentation that non-super users can now do ALTER OWNER.Bruce Momjian2005-08-22
|