summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-02-23Add psql \prompt capability.Bruce Momjian
2007-02-20Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian
2007-02-20Identify schema of inherited table in psql \d when necessary.Peter Eisentraut
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-13Add code so database scans are done in an order consistent withBruce Momjian
2007-02-13Add ORDER BY to vacummdb so databases are scaned in the same order asBruce Momjian
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
2007-02-05Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Fix initdb to not generate misleading error messages when postgres.bkiTom Lane
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-25Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian
2007-01-25Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian
2007-01-23Update pg_dump to support dumping operator families.Tom Lane
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-20List disabled triggers separately in psql's "\d <table>" output.Neil Conway
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-20Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-06Allow initdb to specify the pg_xlog directory.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-28fflush the \o file, if any, after each backslash command. We alreadyTom 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-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-18fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan
2006-12-16enable \timing oputput for \copy commandsAndrew Dunstan
2006-12-08Remove the logId/logSeg fields from pg_control, because they are not neededTom 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