aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Allow tab completion for ALTER TABLE dbname <tab><tab> to show newBruce Momjian2003-11-08
* Translation updatePeter Eisentraut2003-10-31
* Further work on tab completion code: arrange for system catalogs to beTom Lane2003-10-30
* Don't include "schema." in the set of possible tab completions onceTom Lane2003-10-28
* Don't choke when the handler for a procedural language is located inTom Lane2003-10-28
* Allow win32 client compiles with MSC.Bruce Momjian2003-10-26
* Uppercase a few keywords in queries.Bruce Momjian2003-10-26
* Translation updatesPeter Eisentraut2003-10-25
* Translation updatesPeter Eisentraut2003-10-24
* Fix findLastBuiltinOid_V70() to deliver correct result when runningTom Lane2003-10-21
* Complain if pg_restore is given both -d and -f options; this suggestsTom Lane2003-10-20
* Remove automatic '()' in other branch of UNION as well.Peter Eisentraut2003-10-17
* Use pg_get_constraintdef() rather than pg_constraint.consrc; this isTom Lane2003-10-17
* There should not be an automatic '()' after a function name whenPeter Eisentraut2003-10-16
* Cause tab completion to do something moderately reasonable with mixed-caseTom Lane2003-10-16
* Translation updatesPeter Eisentraut2003-10-15
* New translationPeter Eisentraut2003-10-15
* Use PQescapeString to ensure that tab-completion queries are not messedTom Lane2003-10-14
* Translation updatePeter Eisentraut2003-10-13
* Determine max_connections first, then see how large shared_buffers canTom Lane2003-10-13
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* Translation updatesPeter Eisentraut2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Translation updatesPeter Eisentraut2003-10-10
* Allow pg_id to compile on Win32.Bruce Momjian2003-10-10
* New translationsPeter Eisentraut2003-10-08
* New translationsPeter Eisentraut2003-10-08
* Use calloc() to allocate empty structures.Bruce Momjian2003-10-08
* New Italian translationPeter Eisentraut2003-10-06
* Translation updatesPeter Eisentraut2003-10-06
* New Slovene translationsPeter Eisentraut2003-10-06
* Translation updatesPeter Eisentraut2003-10-06
* Fix order of operations within SendQuery() so that the time spent inTom Lane2003-10-06
* Make psql \timing show three digits.Bruce Momjian2003-10-05
* Translation updatesPeter Eisentraut2003-10-05
* Translation updatesPeter Eisentraut2003-10-04
* Translation updatesPeter Eisentraut2003-10-04
* Change transaction status indicator in prompt from %T to %x.Peter Eisentraut2003-10-04
* Issue 'SET check_function_bodies = false' to suppress possible restoreTom Lane2003-10-03
* Add documentation about \pset footer to \?.Peter Eisentraut2003-10-02
* > >Bruce Momjian2003-09-29
* Adjust the new Norwegian translation for some of the easier messagePeter Eisentraut2003-09-29
* Apparently, gettext doesn't like double parentheses around argument. WhatPeter Eisentraut2003-09-29
* New Norwegian translation by Trond Endrestøl, actually made for 7.3, butPeter Eisentraut2003-09-29
* New translationsPeter Eisentraut2003-09-29
* Remove erroneous restriction that -t cannot be used to select aTom Lane2003-09-27
* Make dump files created by initdb have consistent EOL termination, toBruce Momjian2003-09-27
* Changed the logic when a CAST is dumped according to discussionJan Wieck2003-09-27
* The formatting of the display of the locale names assumed that locale namesPeter Eisentraut2003-09-27
* Issue CREATE SCHEMA as the originally connecting user, with anTom Lane2003-09-23