aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Allow pg_ctl to register the service in either AUTO or DEMAND start typeAlvaro Herrera2010-10-15
* Teach psql to do tab completion for names of psql variables.Tom Lane2010-10-10
* Support triggers on views.Tom Lane2010-10-10
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-28
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-28
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-28
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Initialize tableoid field correctly when dumping foreign data wrappers andHeikki Linnakangas2010-09-23
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Don't warn about an in-progress online backup, when we're recovering fromHeikki Linnakangas2010-09-14
* Avoid passing signed chars to <ctype.h> functions ... same oldTom Lane2010-08-25
* Improve parallel restore's ability to cope with selective restore (-L option).Tom Lane2010-08-21
* Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane2010-08-18
* Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane2010-08-16
* Fix \ef and \sf to not fail on functions with nonnull probin.Tom Lane2010-08-14
* Add a \sf (show function) command to psql, for those times when you need toTom Lane2010-08-14
* Clean up failure to use ClosePager() where appropriate in help.c.Tom Lane2010-08-13
* Fix pg_restore to complain if any arguments remain after parsing the switchesTom Lane2010-08-13
* Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane2010-08-12
* Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane2010-08-03
* Kibitzing on \conninfo patch: adjust the order of field output to matchTom Lane2010-08-03
* Make psql distinguish between unique indices and unique constraints.Robert Haas2010-08-01
* Show psql timing output even in quiet modePeter Eisentraut2010-07-28
* Have psql avoid describing local sockets as host names.Robert Haas2010-07-23
* Fix bogus server version in pg_dumpall --quote-all-identifiers.Robert Haas2010-07-22
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Have \conninfo mention the port even for local sockets.Robert Haas2010-07-20
* Add \conninfo command to psql, to show current connection info.Robert Haas2010-07-20
* Fix several problems in pg_dump's handling of SQL/MED objects, notably failureTom Lane2010-07-14
* Translation updates for 9.0beta3Peter Eisentraut2010-07-08
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane2010-06-28
* Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane2010-06-27
* Fix typo in Japanese translation for psql "Use \d+ to list them."Itagaki Takahiro2010-06-14
* Add missing 'Z' letter to getopt_long call --- the newly addedTom Lane2010-06-11
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Translation updates for 9.0beta2Peter Eisentraut2010-06-03
* On clean shutdown during recovery, don't warn about possible corruption.Robert Haas2010-06-03
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Abort a FETCH_COUNT-controlled query if we observe any I/O error on theTom Lane2010-05-28
* Fix psql help: \da+ is same as \da, but \daS is not.Robert Haas2010-05-26
* Unbreak \h; can't do strlen(NULL).Robert Haas2010-05-21
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-15
* Translation updatePeter Eisentraut2010-05-13
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* Suppress signed-vs-unsigned-char warning.Tom Lane2010-05-09
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09