summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-16Fix comment typo.Bruce Momjian
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-14Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera
2008-04-13Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane
2008-04-05A small visit from the portability and localization police.Tom Lane
2008-04-04Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian
2008-04-04Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian
2008-03-30Show database access privileges in psql's \l command. For \l+, also showTom Lane
2008-03-30Display incoming as well as outgoing foreign-key constraints in psql'sTom Lane
2008-03-29Improve description of \du and \dg, per suggestion fromTom Lane
2008-03-29Improve psql's tab completion to handle completing attribute names in casesTom Lane
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2008-03-27Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-26Include \password in the psql help.Magnus Hagander
2008-03-26Strengthen warnings about using pg_dump's -i option.Bruce Momjian
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Dept of second thoughts: --no-tablespaces had better also preventTom Lane
2008-03-20Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-03-11Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian
2008-02-29Don't call AddUserToDacl on CygwinAndrew Dunstan
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-20Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane
2008-02-20Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane
2008-02-18Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane
2008-01-30Translation updatesPeter Eisentraut
2008-01-21Provide a clearer error message if the pg_control version number looksPeter Eisentraut
2008-01-20Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane
2008-01-14Prevent pg_dump from dumping the comment (if any) on the 'public' schema.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-15Get dllwrap name from variable instead of hardcoded.Magnus Hagander
2007-12-12Improve the method of localizing column names and other fixed strings inTom Lane
2007-12-11Make documentation of -W options more accurate and uniform.Tom Lane
2007-12-11Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane
2007-12-09Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-11-29Translation updatesPeter Eisentraut
2007-11-28Properly recognize and announce input errors.Peter Eisentraut
2007-11-24Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane
2007-11-24If pg_dump drops a schema, make sure 'search_path' it SET the next timeBruce Momjian
2007-11-22Add more comments about thousands separator handling.Bruce Momjian
2007-11-22Add comments about thousands separator logic.Bruce Momjian
2007-11-21When setting default thousands separator when locale has "", use logicBruce Momjian
2007-11-20Fix pg_ctl -t to register -t value, per Alvaro.Bruce Momjian
2007-11-19Update comment.Bruce Momjian