summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-04-26Another tweak for tab completion of CREATE TEMP. Instead of onlyNeil Conway
2007-04-26Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",Neil Conway
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
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-04-13Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander
2007-04-09Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdbMagnus Hagander
2007-04-08Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian
2007-04-03Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-03-29pg_char_to_encoding() was redundant in initdb becauseBruce Momjian
2007-03-26Allow non-superuser database owners to create procedural languages.Tom Lane
2007-03-22Add comment that pg_dump 'append' format is used only by pg_dump, perBruce Momjian
2007-03-22In pg_dump, strcasecmp -> pg_strcasecmp.Bruce Momjian
2007-03-22Properly enforce pg_dump -F formation options; only single letter orBruce Momjian
2007-03-19Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck
2007-03-18Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway
2007-03-16Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan
2007-03-16Show aggregate return types in psql \da output.Magnus Hagander
2007-03-05Remove old-style win32 client-only visual c++ build infrastructure for everyt...Magnus Hagander
2007-03-03Remove undo information from pg_controldata --- never used.Bruce Momjian
2007-03-03Allow \pset and \x, \t to use boolean constants on/off, rather than justBruce Momjian
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