aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
* Allow extract() to accept the same field selectors as date_part(), not justPeter Eisentraut2001-02-18
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-18
* Enhance documentation of date/time functions. Add extract, current_date,Peter Eisentraut2001-02-18
* Make <lineannotation> italic. Fix syntax error in print style.Peter Eisentraut2001-02-18
* Add note that partial indices are not currently supported.Tom Lane2001-02-18
* Update description of fsync option for 7.1.Tom Lane2001-02-18
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-18
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Remove bogus set_ps_display call --- changing displayed status here isTom Lane2001-02-18
* Catch some stray references to .htm files.Tom Lane2001-02-17
* No more .htm files, so don't try to add them to the doc tarballs.Tom Lane2001-02-17
* Update TODO list.Bruce Momjian2001-02-17
* Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii2001-02-17
* Fix README in Japanese to sync with README.pgbench updated by Tom.Tatsuo Ishii2001-02-17
* Seems a bad idea to assume that select(2) doesn't touch the input masksTom Lane2001-02-17
* Add current seek position to FDDEBUG output for FileRead,Tom Lane2001-02-17
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-16
* Update README's install instructions to agree with current reality.Tom Lane2001-02-16
* Update bsdi shared memory stuff.Bruce Momjian2001-02-16
* Update BSDI FAQ.Bruce Momjian2001-02-16
* Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane2001-02-16
* Some more updates...Peter Mount2001-02-16
* Update BSDI SGML.Bruce Momjian2001-02-16
* ichar() has been renamed to chr(), so fix translation table.Tom Lane2001-02-16
* Fix bugs in pltcl's new return_null command: it was liable to go belly upTom Lane2001-02-16
* Fix erroneous sort request in pltcl selftest.Tom Lane2001-02-16
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Add casting for numeric/float4/float8 type valueHiroshi Inoue2001-02-16
* Update bsdi faq.Bruce Momjian2001-02-16
* Update bsdi faq.Bruce Momjian2001-02-16
* Take OUTER JOIN semantics into account when estimating the size of joinTom Lane2001-02-16
* Update FAQ.Bruce Momjian2001-02-15
* Update FAQ.Bruce Momjian2001-02-15
* Add some notes about memory management of RI plans.Tom Lane2001-02-15
* Update comments about memory management.Tom Lane2001-02-15
* Update notes about memory context scheme.Tom Lane2001-02-15
* Update obsolete wording of error message.Tom Lane2001-02-15
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* Further polishing of documentation about new fmgr call convention.Tom Lane2001-02-15
* Reduce default selectivity estimates for geometric operators; it seemsTom Lane2001-02-15
* Update a couple of obsolete comments.Tom Lane2001-02-15
* Update TODO list.Bruce Momjian2001-02-15
* Update TODO list.Bruce Momjian2001-02-15
* Update for Tatsuo.Bruce Momjian2001-02-15
* 1) Change transaction boundary in autocommit off modeHiroshi Inoue2001-02-15
* Clarify meaning of GEQO_THRESHOLD parameter.Tom Lane2001-02-15
* Improve documentation of JOIN syntax. Explain NATURAL as an alternativeTom Lane2001-02-15
* Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed byTatsuo Ishii2001-02-15
* Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result,Tom Lane2001-02-15