aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add ereport-related functions to GETTEXT_TRIGGERS list.Tom Lane2003-07-19
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* Add tablespace email.Bruce Momjian2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Add cleaner formatting to config file.Bruce Momjian2003-07-18
* Added more compat stuff ot the parser.Michael Meskes2003-07-18
* Fix subpath and subltree. Allow to return '' value.Teodor Sigaev2003-07-18
* Stephen Robert Norris wrote:Bruce Momjian2003-07-18
* It seems some case-insensitive locales sort upper case before lowerTom Lane2003-07-18
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-17
* Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane2003-07-17
* Work around buggy strxfrm() present in some Solaris releases.Tom Lane2003-07-17
* For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane2003-07-17
* Repair boundary-case bug introduced by patch of two months ago thatTom Lane2003-07-17
* Allow blanks at the end of numerical values.Michael Meskes2003-07-17
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Applied patch to fix two compatibility functions.Michael Meskes2003-07-16
* Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane2003-07-15
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-15
* Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane2003-07-15
* OSF supports pthreads, per Philip Yarra.Tom Lane2003-07-15
* Started to create different error codes for different backend messages.Michael Meskes2003-07-15
* Tweak original coding so that we can determine the platform-specificTom Lane2003-07-15
* Remove duplicate definition of ERROR.Tom Lane2003-07-14
* Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_costTom Lane2003-07-14
* Fix typo in comment, as noted by Weiping He.Tom Lane2003-07-14
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* Whoops, missed committing this change to match cosmetic changes inTom Lane2003-07-14
* Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane2003-07-14
* Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.Michael Meskes2003-07-14
* - Synced preproc.y with gram.yMichael Meskes2003-07-14
* Add description for new GUC context.Bruce Momjian2003-07-09
* Argh! Missed one file.Michael Meskes2003-07-09
* Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes2003-07-09
* Doc update for LOG_MIN_DURATION_STATEMENT set to zero.Bruce Momjian2003-07-09
* Add special checks for non-super-user setting LOG_MIN_DURATION_STATEMENTBruce Momjian2003-07-09
* Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian2003-07-09
* Applied patch from Kim Ho @ redhat.com to make support for setObject() moreBarry Lind2003-07-09
* More informix fixes.Michael Meskes2003-07-08
* Fix segfault in connect in informix mode.Michael Meskes2003-07-08
* "char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes2003-07-07
* tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane2003-07-04
* Fix missing code for HAVE_INT64_TIMESTAMP.Tom Lane2003-07-04
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Add #include <limits.h> (re-add lost change from Wednesday).Tom Lane2003-07-04
* date, interval and timestamp data should be quoted.Michael Meskes2003-07-04
* Fixed informix behaviour for select without into.Michael Meskes2003-07-04
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04