| Age | Commit message (Expand) | Author |
| 2003-07-15 | Tweak original coding so that we can determine the platform-specific | Tom Lane |
| 2003-07-14 | 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-09 | 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 | 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-08 | More informix fixes. | Michael Meskes |
| 2003-07-08 | Fix segfault in connect in informix mode. | Michael Meskes |
| 2003-07-07 | "char *" of course is not the same as "char []". So I had to fix the way ecpg... | Michael Meskes |
| 2003-07-04 | 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-03 | 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-02 | Fixed initialization bug and added postgres_fe.h to pgtypeslib. | Michael Meskes |
| 2003-07-01 | Support polymorphic functions in plpgsql. Along the way, replace | Tom Lane |
| 2003-07-01 | Fix ecpg typo --- change ;; to ;. | Bruce Momjian |
| 2003-07-01 | 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 | Use ISO dates in pgtypeslib by default. | Michael Meskes |
| 2003-07-01 | Department of second thoughts: even if we can't run the full parser on | Tom Lane |
| 2003-07-01 | Translation update | Peter Eisentraut |
| 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-06-30 | patches by Kim Ho to fix | Dave Cramer |
| 2003-06-30 | Rename plpython to plpythonu, and update documentation to reflect its | Tom Lane |
| 2003-06-30 | Add GUC option log_error_verbosity to control which fields of error | Tom Lane |
| 2003-06-30 | Patches applied: | Barry Lind |
| 2003-06-29 | Restructure building of join relation targetlists so that a join plan | Tom Lane |
| 2003-06-29 | - Made sure Informix style decimal vars are initialized. They use a | Michael Meskes |
| 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 | Just another sync. | Michael Meskes |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |