| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unportable // comments. | Tom Lane | 2003-07-27 | 1 | -6/+7 |
| * | Cleanup of timetravel compile warnings. | Bruce Momjian | 2003-07-27 | 1 | -4/+3 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 79 | -1080/+2140 |
| * | Here is 4 file in tgz: | Bruce Momjian | 2003-07-27 | 5 | -209/+432 |
| * | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 8 | -55/+204 |
| * | > Am Son, 2003-06-22 um 02.09 schrieb Joe Conway: | Bruce Momjian | 2003-07-27 | 7 | -61/+309 |
| * | This is a totally trivial patch for something that was a very minor nit that | Bruce Momjian | 2003-07-27 | 1 | -6/+6 |
| * | here are the patches for psql on Win32: | Bruce Momjian | 2003-07-27 | 6 | -6/+122 |
| * | This makes the initcap function compatible with Oracle 9i, it has been | Bruce Momjian | 2003-07-27 | 1 | -2/+3 |
| * | The deferred trigger queue pushing to disk patch pointed out | Bruce Momjian | 2003-07-27 | 2 | -0/+39 |
| * | >>You can alias $0, similar to the argument variables. And, I confirmed | Bruce Momjian | 2003-07-26 | 1 | -1/+37 |
| * | Fix for Linux startup script. | Bruce Momjian | 2003-07-26 | 1 | -1/+2 |
| * | Have SSL text print only when SSL mode is enabled. | Bruce Momjian | 2003-07-26 | 1 | -7/+8 |
| * | I corecting date_trunc('quarter',...) and friends because orig version | Bruce Momjian | 2003-07-26 | 1 | -5/+5 |
| * | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian | 2003-07-26 | 6 | -36/+286 |
| * | Update to match error editing. | Tom Lane | 2003-07-26 | 1 | -6/+6 |
| * | Error message editing in src/pl. The plpython module could use another | Tom Lane | 2003-07-25 | 11 | -429/+543 |
| * | Done: | Bruce Momjian | 2003-07-25 | 1 | -3/+3 |
| * | Add mention of new SSL capabilities. | Bruce Momjian | 2003-07-25 | 2 | -8/+17 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-07-25 | 2 | -9/+11 |
| * | > Having read the list, and noticed the message about table inheritance I | Bruce Momjian | 2003-07-25 | 1 | -4/+31 |
| * | Recent patch to dump nondefault attstorage settings broke pg_dump for | Tom Lane | 2003-07-25 | 1 | -13/+22 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 29 | -521/+739 |
| * | Seems my check constraint change did break stuff. | Bruce Momjian | 2003-07-25 | 1 | -7/+7 |
| * | > Rod Taylor <rbt@rbt.ca> writes: | Bruce Momjian | 2003-07-25 | 1 | -2/+3 |
| * | Added explicit casts for date/interval/timestamp. | Michael Meskes | 2003-07-25 | 3 | -51/+61 |
| * | Begin improving markup of (past) release notes. | Peter Eisentraut | 2003-07-25 | 1 | -1036/+941 |
| * | Applied Peter's patch to use yyless instead of my string_unput function. | Michael Meskes | 2003-07-25 | 1 | -44/+19 |
| * | No need for Static.Entries, use -rHEAD. | Bruce Momjian | 2003-07-25 | 1 | -9/+7 |
| * | Add example of cvs log pulls _just_ from HEAD. | Bruce Momjian | 2003-07-25 | 1 | -2/+3 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 29 | -246/+325 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 25 | -321/+426 |
| * | Fix a few portability issues, adjust error messages. | Tom Lane | 2003-07-24 | 3 | -7/+1 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 75 | -658/+1459 |
| * | Add tsearch2. | Tom Lane | 2003-07-24 | 2 | -1/+7 |
| * | 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 |
| * | Add to 7.3.4 release notes: | Bruce Momjian | 2003-07-24 | 1 | -1/+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 | 15 | -260/+565 |
| * | New WAL fix release text is: | Bruce Momjian | 2003-07-23 | 1 | -2/+2 |
| * | Mention increasing sort_mem during a restore. | Bruce Momjian | 2003-07-23 | 1 | -2/+4 |
| * | Add: | Bruce Momjian | 2003-07-23 | 1 | -2/+3 |
| * | Rename --with-threads to --enable-thread-safeness, per Peter. | Bruce Momjian | 2003-07-23 | 5 | -26/+27 |
| * | Update German FAQ. | Bruce Momjian | 2003-07-23 | 2 | -10/+10 |
| * | Update FAQ. | Bruce Momjian | 2003-07-23 | 2 | -4/+4 |
| * | Just a spot of copy-editing. | Tom Lane | 2003-07-23 | 1 | -9/+10 |