aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Comment improvements.Bruce Momjian2001-02-21
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Safe guard in case of imporper data is provided to elog()Tatsuo Ishii2001-02-21
* new regression data for 7.1Tatsuo Ishii2001-02-21
* change destroydb -> dropdbTatsuo Ishii2001-02-21
* Clean out any old versions of no-longer-installed header files that mayTom Lane2001-02-20
* 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
* Select optimization by default for HP's C compiler.Tom Lane2001-02-20
* Truncate incoming username and database name to NAMEDATALEN-1 charactersTom Lane2001-02-20