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