summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-12-14Improved tab completion for views with triggers.Robert Haas
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-09Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane
2010-12-03Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas
2010-12-02Move private struct declaration to compress_io.cAlvaro Herrera
2010-12-02Remove trailing whitespaceAlvaro Herrera
2010-12-02Remove useless struct declarationAlvaro Herrera
2010-12-02Silence compilerAlvaro Herrera
2010-12-02Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-26Improve pg_ctl "cannot connect" spacing, per Tom, and wording.Bruce Momjian
2010-11-25Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.Bruce Momjian
2010-11-25Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-07Implement an "S" option for psql's \dn command.Tom Lane
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-10-28Add tab completion for psql \dg and \zPeter Eisentraut
2010-10-28Make \? output of \dg and \du the samePeter Eisentraut
2010-10-27Fix up some oversights in psql's Unicode-escape support.Tom Lane
2010-10-26Minor fixups for psql's process_file() function.Robert Haas
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
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