aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Encoding isn't necessarily multibytePeter Eisentraut2001-11-25
|
* Fix commentPeter Eisentraut2001-11-25
|
* Backend /po patch.Bruce Momjian2001-11-25
| | | | | | http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz Weiping He
* Further work on postmaster and postgres reference pages.Tom Lane2001-11-25
|
* Fix markup error I introduced.Bruce Momjian2001-11-25
|
* Add cross-reference to standalone-backend ref page.Tom Lane2001-11-25
|
* Mention -c also allows -- GNU long option format, all platforms.Bruce Momjian2001-11-25
|
* Remove bogus pg_amop insertion commands, per discussion of 25-Oct.Tom Lane2001-11-24
| | | | | No change in results of script, but perhaps less confusion for people reading it.
* Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane2001-11-24
| | | | pgsql-patches.
* Make initdb --help not line wrap.Bruce Momjian2001-11-24
|
* Remove extraneous space that somehow got into expected alter_table.out.Tom Lane2001-11-24
| | | | | The default diff switches prevented regression tests from complaining, but that doesn't make it correct.
* Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane2001-11-23
| | | | | | | where rightmost index page splits while we are waiting to obtain exclusive lock on it. Not clear this would actually hurt (probably the callback would always fail), but better safe than sorry. Also, improve comments describing concurrency considerations in this code.
* Copy-editing.Tom Lane2001-11-23
|
* Copy-editing.Tom Lane2001-11-23
|
* Improve wording.Bruce Momjian2001-11-23
|
* Document index entries are built first.Bruce Momjian2001-11-23
|
* Update TODO list.Bruce Momjian2001-11-23
|
* Update TODO list.Bruce Momjian2001-11-23
|
* Update TODO list.Bruce Momjian2001-11-22
|
* Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue2001-11-22
| | | | Multibyte mode.
* Add mention that ALTER TABLE RENAME affects indexes and sequences too.Bruce Momjian2001-11-22
|
* Update TODO list.Bruce Momjian2001-11-22
|
* Update TODO list.Bruce Momjian2001-11-22
|
* Update TODO list.Bruce Momjian2001-11-22
|
* Update TODO list.Bruce Momjian2001-11-22
|
* Add description of SSL request protocol. Miscellaneous copy-editing.Tom Lane2001-11-22
|
* /doc/src -> /doc for Peter.Bruce Momjian2001-11-21
|
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
|
* Add documentation for pg_get_ruledef and friends.Tom Lane2001-11-21
|
* Update TODO list.Bruce Momjian2001-11-21
|
* Remove mention of internals.ps.Bruce Momjian2001-11-21
|
* Spelling and grammatical corrections.Tom Lane2001-11-21
|
* Update TODO list.Bruce Momjian2001-11-21
|
* Update TODO list.Bruce Momjian2001-11-21
|
* Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane2001-11-21
|
* Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane2001-11-21
| | | | Per report from Bernd Tegge.
* Update regress tests to reflect removal of 'current'.Tom Lane2001-11-21
|
* Move internals.ps to web cvs.Bruce Momjian2001-11-21
|
* Point to doc/src/postgres.tar.gz, which is where the tarball will beBruce Momjian2001-11-21
| | | | built, not /doc.
* Deprecate 'current' date/time constant.Thomas G. Lockhart2001-11-21
| | | | Purge "Postgres" in favor of "PostgreSQL" in docs. ref/ not yet done.
* Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart2001-11-21
| | | | | Linux box's time zone database. Do not allow 'current' as a date/time input value.
* Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart2001-11-21
| | | | Problem reported by Manuel Sugawara (masm@fciencias.unam.mx).
* Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart2001-11-21
| | | | 'Postgres' only, but now accepts both.
* Deprecate 'current' for date/time input.Thomas G. Lockhart2001-11-21
| | | | | Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done.
* Update for first platforms reported as workingThomas G. Lockhart2001-11-21
| | | | for the upcoming 7.2 release.
* I think it's patch's size problem that I can'tBruce Momjian2001-11-21
| | | | | | | | | | | | | | send patches to pgsql-patches list. the zh_CN NLS patch is about 80K, but sended twice and still can emerge on list. so I've put it at: http://laser.zhengmai.com.cn/download/zh_CN.po.diff.tar.gz If possible, please download it and apply it. (for current CVS). regards laser
* Fix beta build, for Marc.Bruce Momjian2001-11-21
|
* // -> /* */, per Tatsuo.Bruce Momjian2001-11-21
|
* Peter Eisentraut wrote:Bruce Momjian2001-11-21
| | | | | | | | | | | | | | | | | | | | | > So I would base this discussion on the premise "bytea stores binary data" > (insert examples). > > Some stylistic issues: > > bytea => <type>bytea</type> > > NULLs => zero bytes/bytes of value zero ("NULL" is too overloaded) > > 'non-printable' => <quote>nonprintable</quote> > > MUST => <emphasis>must</emphasis> > Here's a patch against *CVS tip* to address Peter's comments. Please let me know what you think! Joe Conway
* Update for bytea, from Joe ConwayBruce Momjian2001-11-21
|