| Commit message (Expand) | Author | Age |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 |
* | This makes the initcap function compatible with Oracle 9i, it has been | Bruce Momjian | 2003-07-27 |
* | Have SSL text print only when SSL mode is enabled. | Bruce Momjian | 2003-07-26 |
* | I corecting date_trunc('quarter',...) and friends because orig version | Bruce Momjian | 2003-07-26 |
* | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian | 2003-07-26 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Error message editing in backend/storage. | Tom Lane | 2003-07-24 |
* | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. | Tom Lane | 2003-07-24 |
* | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane | 2003-07-24 |
* | Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS. | Tom Lane | 2003-07-24 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 |
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
* | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 |
* | A few parentheses shy of a load here ... | Tom Lane | 2003-07-22 |
* | Add GUC parameter to control rendezvous name. | Bruce Momjian | 2003-07-22 |
* | wups, took out one memset too many ... | Tom Lane | 2003-07-22 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Error message editing in backend/executor. | Tom Lane | 2003-07-21 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Error message editing: finish up undone task of reporting the problem | Tom Lane | 2003-07-19 |
* | 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 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | Add cleaner formatting to config file. | Bruce Momjian | 2003-07-18 |
* | 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 |
* | 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 |
* | 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 |
* | Tweak original coding so that we can determine the platform-specific | Tom Lane | 2003-07-15 |
* | Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost | Tom Lane | 2003-07-14 |
* | The default values for shared_buffers and max_connections are now 1000 | Tom Lane | 2003-07-14 |
* | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane | 2003-07-14 |
* | Add description for new GUC context. | 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 |
* | tm2timestamp should return -1, not elog, on overflow. (In the backend | Tom Lane | 2003-07-04 |
* | Add --help-config facility to dump information about GUC parameters | Tom Lane | 2003-07-04 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | Fix bug I introduced in recent rewrite of NUMERIC code: numeric to | Tom Lane | 2003-07-03 |
* | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 |
* | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 |