| Commit message (Expand) | Author | Age | Files | Lines |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 2 | -6/+12 |
| * | Fix grant option dumping and related cross-version compatibility issues. | Peter Eisentraut | 2003-07-24 | 1 | -33/+49 |
| * | Fixed mdy functions to use correct offset. | Michael Meskes | 2003-07-24 | 3 | -3/+7 |
| * | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. | Tom Lane | 2003-07-24 | 1 | -2/+2 |
| * | Fixes additional sql injection vulnerabilities reported by Oliver Jowett | Barry Lind | 2003-07-24 | 2 | -9/+21 |
| * | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane | 2003-07-24 | 1 | -8/+8 |
| * | Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS. | Tom Lane | 2003-07-24 | 1 | -2/+2 |
| * | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 12 | -249/+368 |
| * | Czech translation updates from Karel Zak | Peter Eisentraut | 2003-07-23 | 9 | -1733/+3406 |
| * | Update German translations. | Peter Eisentraut | 2003-07-23 | 6 | -1317/+2193 |
| * | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | 30 | -331/+325 |
| * | Stamp 7.3.4. | Bruce Momjian | 2003-07-23 | 1 | -2/+5 |
| * | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 | 21 | -113/+121 |
| * | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 | 5 | -319/+280 |
| * | A few parentheses shy of a load here ... | Tom Lane | 2003-07-22 | 1 | -3/+3 |
| * | Add GUC parameter to control rendezvous name. | Bruce Momjian | 2003-07-22 | 4 | -14/+27 |
| * | wups, took out one memset too many ... | Tom Lane | 2003-07-22 | 1 | -2/+4 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 20 | -809/+1241 |
| * | Fix to prevent SQL injection attacks for code calling setObject(int,Object,int) | Barry Lind | 2003-07-22 | 2 | -25/+43 |
| * | Don't report sequendces in pg_tables. | Bruce Momjian | 2003-07-22 | 2 | -3/+3 |
| * | Back out comment on GucContexts. | Bruce Momjian | 2003-07-21 | 1 | -4/+1 |
| * | Applied patch from dmitry@openratings.com to fix parsing of array values | Barry Lind | 2003-07-21 | 2 | -5/+6 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 33 | -533/+702 |
| * | Fix regression test broken by recent view change. | Tom Lane | 2003-07-21 | 1 | -1/+1 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 28 | -297/+397 |
| * | Fix relkind test for pg_tables. | Bruce Momjian | 2003-07-21 | 1 | -2/+2 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 24 | -379/+600 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 46 | -1310/+2052 |
| * | Add Opteron/Itanium comment. | Bruce Momjian | 2003-07-20 | 1 | -2/+3 |
| * | Error message editing: finish up undone task of reporting the problem | Tom Lane | 2003-07-19 | 1 | -30/+49 |
| * | Add ereport-related functions to GETTEXT_TRIGGERS list. | Tom Lane | 2003-07-19 | 1 | -2/+3 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 37 | -822/+1326 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 20 | -519/+1054 |
| * | Add cleaner formatting to config file. | Bruce Momjian | 2003-07-18 | 1 | -38/+50 |
| * | Added more compat stuff ot the parser. | Michael Meskes | 2003-07-18 | 3 | -9/+25 |
| * | It seems some case-insensitive locales sort upper case before lower | Tom Lane | 2003-07-18 | 3 | -5/+381 |
| * | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane | 2003-07-17 | 2 | -11/+19 |
| * | Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm | Tom Lane | 2003-07-17 | 1 | -2/+7 |
| * | Work around buggy strxfrm() present in some Solaris releases. | Tom Lane | 2003-07-17 | 1 | -15/+16 |
| * | For COMMENT ON DATABASE where database name is unknown or not the current | Tom Lane | 2003-07-17 | 1 | -7/+25 |
| * | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane | 2003-07-17 | 1 | -3/+23 |
| * | Allow blanks at the end of numerical values. | Michael Meskes | 2003-07-17 | 1 | -29/+10 |
| * | Fixed some bugs in Informix compat functions. | Michael Meskes | 2003-07-17 | 3 | -7/+17 |
| * | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 | 7 | -31/+62 |
| * | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane | 2003-07-16 | 4 | -7/+64 |
| * | Applied patch to fix two compatibility functions. | Michael Meskes | 2003-07-16 | 1 | -2/+6 |
| * | Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent | Tom Lane | 2003-07-15 | 1 | -3/+3 |
| * | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane | 2003-07-15 | 6 | -84/+53 |
| * | Avoid use of int64_t, which seems not to be very portable. Simplify | Tom Lane | 2003-07-15 | 1 | -27/+21 |
| * | OSF supports pthreads, per Philip Yarra. | Tom Lane | 2003-07-15 | 1 | -0/+3 |