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