aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-03
* Translation updatePeter Eisentraut2003-08-31
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-28
* Ensure that FK constraints are dumped after primary/unique constraints,Tom Lane2003-08-28
* psql's HISTSIZE from .psqlrc do not want to be set so I did it for psqlBruce Momjian2003-08-26
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* Translation updatesPeter Eisentraut2003-08-25
* Fix translation mistake.Peter Eisentraut2003-08-24
* Translation updatesPeter Eisentraut2003-08-24
* Translation updatesPeter Eisentraut2003-08-20
* Add missing quotes.Tom Lane2003-08-14
* Someone moved PageOutput here from common.c, but forgot to move allTom Lane2003-08-14
* Remove unnecessary #include's (see c.h).Tom Lane2003-08-14
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-14
* Translation updatesPeter Eisentraut2003-08-11
* I get the following warning when I compile src/bin/pg_id/pg_id.c:Bruce Momjian2003-08-09
* This makes psql use the new pg_get_viewdef function. It also puts oneBruce Momjian2003-08-09
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Remove, no in /port.Bruce Momjian2003-08-08
* Translation updates by Dennis BjörklundPeter Eisentraut2003-08-08
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Remove space between function name and opening paren in pg_dump, forBruce Momjian2003-08-08
* 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
* Must print server's failure message before trying reconnect, not after.Tom Lane2003-08-04
* Translation updatesPeter Eisentraut2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Get the include ordering right for TCL includes vs whatever is comingTom Lane2003-08-01
* Russian translation updates by Serguei MokhovPeter Eisentraut2003-08-01
* Upgrade parsing code for ACLs to be less hokey and more cognizant ofTom Lane2003-07-31
* Add fflush of stdout when outputing query.Bruce Momjian2003-07-31
* There is no reason to cast valuntil to timestamp, and a very goodTom Lane2003-07-29
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane2003-07-28
* A visit from the message-style police ...Tom Lane2003-07-28
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-27
* This is a totally trivial patch for something that was a very minor nit thatBruce Momjian2003-07-27
* here are the patches for psql on Win32:Bruce Momjian2003-07-27
* Update copyrights to 2003.Bruce Momjian2003-07-25
* > Having read the list, and noticed the message about table inheritance IBruce Momjian2003-07-25
* Recent patch to dump nondefault attstorage settings broke pg_dump forTom Lane2003-07-25
* Seems my check constraint change did break stuff.Bruce Momjian2003-07-25
* > Rod Taylor <rbt@rbt.ca> writes:Bruce Momjian2003-07-25
* Fix grant option dumping and related cross-version compatibility issues.Peter Eisentraut2003-07-24
* Czech translation updates from Karel ZakPeter Eisentraut2003-07-23
* Update German translations.Peter Eisentraut2003-07-23
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* Don't report sequendces in pg_tables.Bruce Momjian2003-07-22
* Fix relkind test for pg_tables.Bruce Momjian2003-07-21