summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-05-15Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera
2007-04-18Translation updatesPeter Eisentraut
2007-04-16Don't write timing output in quiet mode.Magnus Hagander
2007-04-16Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2007-02-05Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan
2007-01-31Translation updatesPeter Eisentraut
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
2006-12-27Print combining characters (those reported as having zero width byTom Lane
2006-12-24Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane
2006-12-04Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian
2006-12-02Translation updatesPeter Eisentraut
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-24Translation updatesPeter Eisentraut
2006-11-21Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane
2006-11-21Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane
2006-11-08Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway
2006-11-01pg_restore failed on tar-format archives if they contained large objectsTom Lane
2006-10-21Translations updatePeter Eisentraut
2006-10-14Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane
2006-10-12Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane
2006-10-10MSVC/BCC Win32 compiler fixes.Bruce Momjian
2006-10-09Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane
2006-10-09Move processNamePattern into dumputils.c in preparation for using it inTom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-10-07The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03pgevent fixes:Bruce Momjian
2006-10-03Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-09-27Fix some misuses of strncat().Tom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-24Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-22Surely this temp buffer needn't be static.Tom Lane
2006-09-22Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-09-08Fix pg_dump for recent change removing separate RULE privilege.Tom Lane
2006-09-02Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian
2006-09-02Suppress some NOTICE messages from REINDEX command.Bruce Momjian
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-29Dept. of second thoughts: if query fails part way through, shut downTom Lane
2006-08-29Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-08-27Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-21Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane