summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove WIN32_CONSOLE support, at the request of the author.Bruce Momjian2003-09-123-22/+4
* seemed like a typo in one of the appendix tablesBruce Momjian2003-09-111-4/+34
* Update row count for \? output, used by pager.Bruce Momjian2003-09-101-2/+2
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-071-2/+1
* Changes for MinGW/WIN32:Bruce Momjian2003-09-076-16/+56
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-072-4/+12
* Rename variables for clarity.Bruce Momjian2003-09-061-12/+12
* Clean up WIN32_CONSOLE code.Bruce Momjian2003-09-052-13/+11
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-033-4/+28
* Translation updatePeter Eisentraut2003-08-311-129/+67
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-284-47/+59
* Ensure that FK constraints are dumped after primary/unique constraints,Tom Lane2003-08-281-2/+5
* psql's HISTSIZE from .psqlrc do not want to be set so I did it for psqlBruce Momjian2003-08-261-2/+3
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-261-3/+3
* Translation updatesPeter Eisentraut2003-08-251-26/+31
* Fix translation mistake.Peter Eisentraut2003-08-241-2/+2
* Translation updatesPeter Eisentraut2003-08-246-290/+1717
* Translation updatesPeter Eisentraut2003-08-202-130/+135
* Add missing quotes.Tom Lane2003-08-141-4/+4
* Someone moved PageOutput here from common.c, but forgot to move allTom Lane2003-08-141-1/+5
* Remove unnecessary #include's (see c.h).Tom Lane2003-08-141-3/+1
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-141-4/+9
* Translation updatesPeter Eisentraut2003-08-116-1216/+1487
* I get the following warning when I compile src/bin/pg_id/pg_id.c:Bruce Momjian2003-08-091-2/+1
* This makes psql use the new pg_get_viewdef function. It also puts oneBruce Momjian2003-08-091-3/+3
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Remove, no in /port.Bruce Momjian2003-08-081-126/+0
* Translation updates by Dennis BjörklundPeter Eisentraut2003-08-084-792/+807
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-0810-200/+22
* Remove space between function name and opening paren in pg_dump, forBruce Momjian2003-08-081-6/+6
* Don't assume that struct option is available just because we can find aTom Lane2003-08-075-30/+13
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-0434-68/+68
* Must print server's failure message before trying reconnect, not after.Tom Lane2003-08-041-4/+6
* Translation updatesPeter Eisentraut2003-08-045-2220/+2280
* Update copyrights to 2003.Bruce Momjian2003-08-049-16/+16
* pgindent run.Bruce Momjian2003-08-0441-688/+764
* Get the include ordering right for TCL includes vs whatever is comingTom Lane2003-08-011-2/+2
* Russian translation updates by Serguei MokhovPeter Eisentraut2003-08-015-1146/+1954
* Upgrade parsing code for ACLs to be less hokey and more cognizant ofTom Lane2003-07-311-36/+151
* Add fflush of stdout when outputing query.Bruce Momjian2003-07-311-2/+5
* There is no reason to cast valuntil to timestamp, and a very goodTom Lane2003-07-291-3/+3
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-3/+5
* Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane2003-07-283-11/+11
* A visit from the message-style police ...Tom Lane2003-07-282-4/+4
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-271-2/+4
* This is a totally trivial patch for something that was a very minor nit thatBruce Momjian2003-07-271-6/+6
* here are the patches for psql on Win32:Bruce Momjian2003-07-274-4/+91
* Update copyrights to 2003.Bruce Momjian2003-07-252-9/+11
* > Having read the list, and noticed the message about table inheritance IBruce Momjian2003-07-251-4/+31
* Recent patch to dump nondefault attstorage settings broke pg_dump forTom Lane2003-07-251-13/+22