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