| Commit message (Expand) | Author | Age |
* | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 |
* | Translation updates | Peter Eisentraut | 2005-01-17 |
* | Adjust warning message about Windows console code page to point to | Tom Lane | 2005-01-15 |
* | Change Win32 client configuration files from *.txt to *.conf. | Bruce Momjian | 2005-01-14 |
* | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Make libpq default to localhost connections on machines without Unix-domain | Tom Lane | 2004-12-28 |
* | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 |
* | That's just the lovely way windows handles a "segfault". Gotta be really | Bruce Momjian | 2004-11-01 |
* | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | 2004-10-16 |
* | Another minor tweak to psql startup: set the default values for the PROMPT1, | Neil Conway | 2004-10-08 |
* | Slightly rearrange psql startup code so that we read psqlrc before printing | Neil Conway | 2004-10-06 |
* | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian | 2004-09-27 |
* | Fix small memory leak in psql. | Neil Conway | 2004-09-13 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Allow psql to use 7.4.X database by not referencing tablespaces. | Bruce Momjian | 2004-08-20 |
* | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 |
* | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 |
* | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 |
* | Set std error to no buffering on Win32. | Bruce Momjian | 2004-05-02 |
* | Rename global psql startup file to psqlrc.sample. | Bruce Momjian | 2004-04-22 |
* | Fix filename mention in psqlrc.sample file. | Bruce Momjian | 2004-04-22 |
* | Add global psql config file, psql.rc.sample. | Bruce Momjian | 2004-04-22 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | >>Also, what is the default connection mode of psql? It should probably be | Bruce Momjian | 2004-03-24 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 |
* | Re-implement psql's input scanning to use a flex-generated lexer, as per | Tom Lane | 2004-02-19 |
* | Improve \? wording, remove 'internal'. | Bruce Momjian | 2004-02-12 |
* | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway | 2004-01-25 |
* | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | > > | Bruce Momjian | 2003-09-29 |
* | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. | Tom Lane | 2003-07-28 |
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
* | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian | 2003-03-20 |
* | Make the printing code somewhat more independent by not relying on | Peter Eisentraut | 2003-03-18 |
* | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 |
* | Here is a patch that does just that, while maintaining the | Bruce Momjian | 2002-11-08 |
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
* | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 |
* | Fix printf() quote handling and improper exit(), per Tom. | Bruce Momjian | 2002-09-06 |
* | Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. | Bruce Momjian | 2002-09-05 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |