summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-10-28Make pg_dump and friends consistently report both the filename and theTom Lane
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-10-27Translation updatesPeter Eisentraut
2007-10-25Make initdb's selection of default text search configuration dependTom Lane
2007-10-24Danish_Danmark -> Danish_DenmarkAlvaro Herrera
2007-10-16Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane
2007-10-16Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander
2007-10-16Remove quotes around locale names in some places for consistency.Peter Eisentraut
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-09-29Make use of additional chklocale.c entries to reject locales that weTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-28Tweak initdb's text search configuration selection code so it canTom Lane
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-09-25Small string tweaksPeter Eisentraut
2007-09-23Replace linear searches with binary searches in pg_dump's code toTom Lane
2007-09-14Add tsearch tab completion support:Bruce Momjian
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-22Make \dFt and \dFt+ do something different --- omitting the functionTom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
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