| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-01-17 | Translation updates | Peter Eisentraut | |
| 2005-01-13 | Translation updates | Peter Eisentraut | |
| 2005-01-09 | Translation updates | Peter Eisentraut | |
| 2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | |
| from our long-established standard. | |||
| 2005-01-06 | Translation updates | Dennis Bjorklund | |
| 2005-01-06 | Translation updates | Peter Eisentraut | |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane | |
| should have been caught by the src/tools/copyright script ... why weren't they? | |||
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian | |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
| Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | |||
| 2004-12-15 | New translations | Peter Eisentraut | |
| 2004-12-15 | Translation updates | Peter Eisentraut | |
| 2004-12-14 | Fix typo | Peter Eisentraut | |
| 2004-12-12 | Add missing newlines at end of error messages. | Peter Eisentraut | |
| 2004-12-12 | Translation updates | Peter Eisentraut | |
| 2004-12-11 | Translation updates | Peter Eisentraut | |
| 2004-12-11 | Translation updates | Peter Eisentraut | |
| 2004-12-11 | Translation updates | Peter Eisentraut | |
| 2004-11-27 | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | |
| 2004-11-16 | Translation update | Peter Eisentraut | |
| 2004-11-09 | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut | |
| malloc() doesn't set errno, so most uses were buggy anyway. | |||
| 2004-11-09 | Translation updates | Peter Eisentraut | |
| 2004-11-02 | Translation updates | Peter Eisentraut | |
| 2004-10-28 | Translation updates | Peter Eisentraut | |
| 2004-10-22 | Translation updates | Peter Eisentraut | |
| 2004-10-18 | New translation | Peter Eisentraut | |
| 2004-10-16 | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | |
| password. Make password error message a #define and use it consistently. Sean Chittenden | |||
| 2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian | |
| Magnus Hagander | |||
| 2004-10-04 | Readd -DFRONTEND to client makefiles because it still affects win32.h | Bruce Momjian | |
| defines. | |||
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | |
| library that uses palloc, ereport, etc. This simplifies the makefiles for client applications. | |||
| 2004-10-03 | Translation updates | Peter Eisentraut | |
| 2004-09-20 | Translation update | Peter Eisentraut | |
| 2004-09-20 | Translation updates | Peter Eisentraut | |
| 2004-09-13 | Translation updates | Peter Eisentraut | |
| 2004-09-13 | Translation updates | Peter Eisentraut | |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
| 2004-08-13 | New translations | Peter Eisentraut | |
| 2004-08-13 | Translation updates | Peter Eisentraut | |
| 2004-08-10 | Translation updates | Peter Eisentraut | |
| 2004-08-10 | Translation updates | Peter Eisentraut | |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | |
| and documentation to reference 8.0 instead of 7.5. | |||
| 2004-08-01 | Translation updates (zh_TW converted to UTF-8) | Peter Eisentraut | |
| 2004-07-25 | Translation updates | Peter Eisentraut | |
| 2004-06-25 | Translation updates | Dennis Bjorklund | |
| 2004-06-18 | Replace createdb's obsolete --location switch with --tablespace. | Tom Lane | |
| I kept the same abbreviated letter -D, in hopes of maintaining some modicum of backwards compatibility (though it's doubtful whether anyone is really using scripts that invoke createdb -D ...) | |||
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | |
| environment variable processing to libpq. The patch also adds code to our client apps so we set the environment variable directly based on our binary location, unless it is already set. This will allow our applications to emit proper locale messages that are generated in libpq. | |||
| 2004-06-01 | Remove init_nls() functions, call set_pglocale() directly. | Bruce Momjian | |
| Add locale to pg_ctl.c. | |||
| 2004-05-29 | Translation updates | Peter Eisentraut | |
| 2004-05-26 | Recent commits added created files that weren't getting deleted by | Tom Lane | |
| 'make clean'. | |||
| 2004-05-25 | Make the locale location relocatable. | Bruce Momjian | |
| Adjust get_*_path functions to be limited to MAXPGPATH. | |||
