| Age | Commit message (Expand) | Author |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-04 | Remove extra paren in NOT_USED code, found by pgindent. | Bruce Momjian |
| 2003-08-01 | Code review for sslmode patch: eliminate memory leak, avoid giving a | Tom Lane |
| 2003-08-01 | Missed two places to replace union member. | Michael Meskes |
| 2003-08-01 | Fix a few of the more blatantly unportable constructs in this file. | Tom Lane |
| 2003-08-01 | Fix inconsistent static-vs-not-static declarations. | Tom Lane |
| 2003-08-01 | Fix compile warning. | Tom Lane |
| 2003-08-01 | Russian translation updates by Serguei Mokhov | Peter Eisentraut |
| 2003-08-01 | Use only two-part shared library version numbers, for better portability | Peter Eisentraut |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut |
| 2003-08-01 | Added missing TO keyword. | Michael Meskes |
| 2003-08-01 | - Added some Informix error codes in Informix mode. | Michael Meskes |
| 2003-08-01 | clean python out of Makefile | Marc G. Fournier |
| 2003-08-01 | remove python module, as its moved to http://www.pygresql.org | Marc G. Fournier |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-27 | here are the patches for psql on Win32: | Bruce Momjian |
| 2003-07-26 | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian |
| 2003-07-25 | Added explicit casts for date/interval/timestamp. | Michael Meskes |
| 2003-07-25 | Applied Peter's patch to use yyless instead of my string_unput function. | Michael Meskes |
| 2003-07-24 | Fixed mdy functions to use correct offset. | Michael Meskes |
| 2003-07-24 | Fixes additional sql injection vulnerabilities reported by Oliver Jowett | Barry Lind |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-23 | Czech translation updates from Karel Zak | Peter Eisentraut |
| 2003-07-22 | Fix to prevent SQL injection attacks for code calling setObject(int,Object,int) | Barry Lind |
| 2003-07-21 | Applied patch from dmitry@openratings.com to fix parsing of array values | Barry Lind |
| 2003-07-18 | Added more compat stuff ot the parser. | Michael Meskes |
| 2003-07-17 | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | 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-16 | Applied patch to fix two compatibility functions. | Michael Meskes |
| 2003-07-15 | Started to create different error codes for different backend messages. | Michael Meskes |
| 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 | 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 | 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 #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-02 | Fixed initialization bug and added postgres_fe.h to pgtypeslib. | Michael Meskes |
| 2003-07-01 | Fix ecpg typo --- change ;; to ;. | Bruce Momjian |
| 2003-07-01 | Use ISO dates in pgtypeslib by default. | Michael Meskes |
| 2003-06-30 | patches by Kim Ho to fix | Dave Cramer |
| 2003-06-30 | Patches applied: | Barry Lind |