aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* I had a need to read such things as the backend locale and the catalogBruce Momjian2001-02-23
| | | | | | | | | | | | | | | | | | version number from the current database, and couldn't find any existing program to do that. linda:~$ pg_controldata Log file id: 0 Log file segment: 5 Last modified: Wed Feb 7 19:35:47 2001 Database block size: 8192 Blocks per segment of large relation: 131072 Catalog version number: 200101061 LC_COLLATE: en_GB LC_CTYPE: en_GB Log archive directory: Oliver Elphick Oliver.Elphick@lfix.co.uk
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-23
| | | | | right. We should MAXALIGN the individual items because we'll allocate them individually, not as an array.
* Update TODO list.Bruce Momjian2001-02-23
|
* Update comments on locks.Bruce Momjian2001-02-23
|
* Update TODO list.Bruce Momjian2001-02-23
|
* Update TODO list.Bruce Momjian2001-02-23
|
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-23
| | | | | | | | | | | > Is there one LOCKMETHODCTL for every backend? I thought there was only > one of them. >> >> You're right, that line is erroneous; it should read >> >> size += MAX_LOCK_METHODS * MAXALIGN(sizeof(LOCKMETHODCTL)); >> >> Not a significant error but it should be changed for clarity ...
* update to beta5 ... I think I ran cvs2cl right this time? :)Marc G. Fournier2001-02-23
|
* update to beta5Marc G. Fournier2001-02-23
|
* Resolve a compile error.Hiroshi Inoue2001-02-23
|
* Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue2001-02-23
|
* Enhanced UTF-8/SJIS mapping generator, contributed byTatsuo Ishii2001-02-23
| | | | Eiji Tokuya" <e-tokuya@Mail.Sankyo-Unyu.co.jp>
* Freshen with a few recent platform reports:Thomas G. Lockhart2001-02-23
| | | | Linux/Alpha, Linux/Sparc, MacOS-X.
* chinese-gb -> chinese_gb.Bruce Momjian2001-02-23
|
* Rename to chinese-gbBruce Momjian2001-02-23
|
* More comment cleanups.Bruce Momjian2001-02-22
|
* More comment improvements.Bruce Momjian2001-02-22
|
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
|
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-22
| | | | up the comments later.
* Update flowchart xfig file.Bruce Momjian2001-02-22
|
* The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian2001-02-22
| | | | | | | | | | | | | | if it's correct to post here. It's simple to do the translation, And I've test in 7.0.2 & current CVS, seems pretty good. If anyone want this little thing, I'll very happy. use it is very simple, just gunzip it and copy to $PGDIR/share/pgaccess/lib/languages/ for current CVS version, and $PGDIR/pgaccess/lib/languages/ for 7.0* BTW: I havn't got the tools to translate it to BIG5 encoding, is there anybody to to it? He Weiping(Laser Henry)
* Avoid 'FATAL: out of free buffers: time to abort !" errorHiroshi Inoue2001-02-22
| | | | during WAL recovery. Recovery failure is always serious.
* Adjust expected error message due to change of keyword case-folding.Tom Lane2001-02-22
|
* Add _REGEX_UTILS_H to avoid duplication.Tatsuo Ishii2001-02-22
|
* Update mutibyte docTatsuo Ishii2001-02-22
|
* Fix the bug report [ODBC] select from a table having more than 32 fields:Hiroshi Inoue2001-02-22
| | | | | reported by Matteo Cavalleri. Great thanks to Tom for his accurate analysis.
* Document timeofday(), mention start-of-transaction vs. current-timeTom Lane2001-02-21
| | | | semantics, a few other small improvements.
* Correct bogus output formatting of timeofday() function. A number ofTom Lane2001-02-21
| | | | microseconds < 100000 should be displayed as, eg, 13.000126, not 13.126.
* Comment improvements.Bruce Momjian2001-02-21
|
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
| | | | | | | in Turkish locale. Keywords are now checked under pure ASCII case-folding rules ('A'-'Z'->'a'-'z' and nothing else). However, once a word is determined not to be a keyword, it will be case-folded under the current locale, same as before. See pghackers discussion 20-Feb-01.
* Fix markup. (A <keyword> isn't what it is in SQL.) Add jungle of morePeter Eisentraut2001-02-21
| | | | markup. ;-)
* Safe guard in case of imporper data is provided to elog()Tatsuo Ishii2001-02-21
| | | | in multi-byte build.
* new regression data for 7.1Tatsuo Ishii2001-02-21
|
* change destroydb -> dropdbTatsuo Ishii2001-02-21
|
* Add more details.Peter Eisentraut2001-02-20
|
* Turn on section numbering.Peter Eisentraut2001-02-20
|
* Clean out any old versions of no-longer-installed header files that mayTom Lane2001-02-20
| | | | | | be lurking in the install target directory. But don't zap up-to-date headers (so install-all-headers before regular install will work). Per suggestion from Larry Rosenman.
* Remove unportable #warning directive.Tom Lane2001-02-20
|
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
| | | | or library directories on the command line.
* Remove obsolete claim that it doesn't work to use gcc with HP's C++Tom Lane2001-02-20
| | | | compiler or g++ with HP's C compiler.
* Select optimization by default for HP's C compiler.Tom Lane2001-02-20
|
* Update TODO list.Bruce Momjian2001-02-20
|
* Update TODO list.Bruce Momjian2001-02-20
|
* Changes:Bruce Momjian2001-02-20
| | | | | | | | | | | * reverse the change #include <> -> "" in krb.c. It _must not_ include files in "." * Makefile update. Inconsistent var usage and SHLIB was not set. Now it should work with all external libs. arko Kreen
* Truncate incoming username and database name to NAMEDATALEN-1 charactersTom Lane2001-02-20
| | | | so that we don't reject overlength names unnecessarily.
* Update HPUX FAQ.Bruce Momjian2001-02-20
|
* Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane2001-02-20
|
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-20
| | | | | | use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo had reported this change was necessary back in the 7.0 beta cycle (4/13/00) but for some reason, making the edit never got done.
* Document --enable-cassert.Tom Lane2001-02-19
|
* Update TODO list.Bruce Momjian2001-02-19
|