| Commit message (Expand) | Author | Age |
* | 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 |
* | Dept. of second thoughts: supporting inlining of polymorphic SQL functions | Tom Lane | 2003-07-01 |
* | STRENGH => STRENGTH, per Jon Jensen. | Tom Lane | 2003-07-01 |
* | Department of second thoughts: even if we can't run the full parser on | Tom Lane | 2003-07-01 |
* | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 |
* | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 |
* | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 |
* | Information schema views for group privileges, some corrections on column | Peter Eisentraut | 2003-06-29 |
* | It was comparing the wrong pair of columns, which triggered the previously | Peter Eisentraut | 2003-06-29 |
* | Add missing PO files from last commit. | Peter Eisentraut | 2003-06-29 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | Merge PO file updates from 7.3 branch. | Peter Eisentraut | 2003-06-28 |
* | Make information schema aware of arrays. | Peter Eisentraut | 2003-06-28 |
* | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 |
* | Fix compile warnings. | Tom Lane | 2003-06-27 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane | 2003-06-26 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane | 2003-06-25 |
* | Don't generate 'zero' typeids in the output from gen_cross_product. | Tom Lane | 2003-06-25 |
* | Fix up JOIN .. USING with domains | Bruce Momjian | 2003-06-25 |
* | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 |
* | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 |
* | Includes: | Bruce Momjian | 2003-06-25 |
* | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian | 2003-06-25 |
* | Here's a small patch to pg_hba.conf.sample that explains the use of CIDR | Bruce Momjian | 2003-06-25 |
* | >> If a transaction marks a tuple for update and later commits without | Bruce Momjian | 2003-06-25 |
* | In an attempt to simplify my life I'm submitting this patch that | Bruce Momjian | 2003-06-24 |