summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-08-10Fix unintended change of output format for createlang/droplang -l. MissedTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-08-04Tweak for initdb: if more command-line arguments were specified thanNeil Conway
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-12Fixup the indentation of a comment that was mangled by pgindent, andNeil Conway
2007-07-12Suppress Sun Studio warnings, per Stefan.Tom Lane
2007-07-12Silence compile warning on win32, per Stefan and Buildfarm.Magnus Hagander
2007-07-11Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane
2007-07-10Adjust processSQLNamePattern() so that $ within the pattern is always matchedTom Lane
2007-07-08Get rid of client-code dependencies on the exact text of the no-passwordTom Lane
2007-07-03Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway
2007-07-02- Fix the -w (wait) option to work in Windows service mode, per bug #3382.Magnus Hagander
2007-06-28Add the function's volatility to the output of psql's \df+ command.Neil Conway
2007-06-22In psql, when running a SELECT query using a cursor, flush the queryNeil Conway
2007-06-18Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane
2007-06-13Schema-qualify several references to the builtin function length(), toNeil Conway
2007-06-04Remove gratuitous response messages from utility programs.Peter Eisentraut
2007-05-31Make some messages more consistentPeter Eisentraut
2007-05-15Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera
2007-05-11Support arrays of composite types, including the rowtypes of regular tablesTom Lane
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