aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if they name actualTom Lane2001-03-06
* Help message s/dump/restore/ (must have been copy&pasted from pg_dump).Peter Eisentraut2001-03-06
* Tue Mar 06 12:05:00 GMT 2001 peter@retep.org.ukPeter Mount2001-03-06
* - Dump relevant parts of sequences only when doing schemaOnly & dataOnlyPhilip Warner2001-03-06
* - Only disable triggers in DataOnly (or implied data-only) restores.Philip Warner2001-03-06
* Update email addresses.Bruce Momjian2001-03-05
* Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian2001-03-05
* Ok, I've split todays commit into three, the first two already done had somePeter Mount2001-03-05
* Minor fixes...Peter Mount2001-03-05
* Update mysql converter, new version released.Bruce Momjian2001-03-04
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-03
* Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain2001-03-03
* Add oid to list of keys cached.D'Arcy J.M. Cain2001-03-03
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-03
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-03
* Add missing include.Peter Eisentraut2001-03-01
* Fix memory leak.Peter Eisentraut2001-03-01
* Ensure previous setting of pset.queryFout is restored after a failedTom Lane2001-03-01
* Add missing semicolon required by QNX shell.Peter Eisentraut2001-03-01
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-01
* Do not strip whitespace within quotes.Peter Eisentraut2001-02-28
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane2001-02-27
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Fix vacuum analyze error.Tatsuo Ishii2001-02-27
* Fixed variable handling in preproc.y.Michael Meskes2001-02-26
* Allow pgaccess to input Japanese. See included mail.Tatsuo Ishii2001-02-26
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000Tom Lane2001-02-24
* When under postmaster, bogus arguments should cause proc_exit(0) notTom Lane2001-02-24
* Fix pg_dump crashes caused by bogus use of va_start/va_end (only seenTom Lane2001-02-23
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-23
* Update comments on locks.Bruce Momjian2001-02-23
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-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
* 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
* Update flowchart xfig file.Bruce Momjian2001-02-22
* The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian2001-02-22
* Avoid 'FATAL: out of free buffers: time to abort !" errorHiroshi Inoue2001-02-22
* 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
* Fix the bug report [ODBC] select from a table having more than 32 fields:Hiroshi Inoue2001-02-22
* Correct bogus output formatting of timeofday() function. A number ofTom Lane2001-02-21