]> granicus.if.org Git - postgresql/history - src/bin
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / bin /
2008-06-11 Heikki LinnakangasUpdate "help" output to reflect that \timing now takes...
2008-06-11 Heikki LinnakangasAdd optional on/off argument to \timing.
2008-06-10 Neil ConwayEditorialization for the text emitted by the "help...
2008-06-02 Tom LaneFix initdb to reject a relative path for -X (--xlogdir...
2008-05-21 Magnus HaganderFix function headers not matching prototype in header...
2008-05-18 Andrew DunstanRemove old kluge put in to allow Windows regression...
2008-05-17 Bruce MomjianUse isatty() test for pager on Win32; not sure why...
2008-05-17 Bruce MomjianIn psql, test for output to stdout when forcing pager...
2008-05-17 Tom LaneFix utterly-bogus code for computing row heights. ...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-16 Tom LaneRecent patch doesn't compile without <limits.h>
2008-05-16 Bruce MomjianUpdate psql startup banner to be shorter, suggest ...
2008-05-16 Bruce MomjianAdd detection of psql pager to trigger on wide output...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-05-14 Bruce MomjianReorgnize psql \? help output, to reduce the size of...
2008-05-14 Bruce MomjianFix a few warnings that have crept into CVS HEAD.
2008-05-13 Alvaro HerreraChange \du to use the new printTable API, improving...
2008-05-13 Alvaro HerreraFix a bug in the previous patch, which caused the title...
2008-05-12 Alvaro HerreraImprove psql's internal print.c code by introducing...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-10 Tom LaneRestore psql's former behavior that padding spaces...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-09 Tom LaneFix memory stomp that's turning the whole buildfarm...
2008-05-08 Bruce MomjianHave psql output tab as the proper number of spaces...
2008-05-08 Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-05-07 Bruce MomjianHave boolean pset values checked against typical boolea...
2008-05-05 Andrew DunstanDisplay ACLS using multiple lines for psql's \z. Brenda...
2008-05-05 Andrew DunstanShow enum values in psql's \dt+. David Fetter.
2008-05-04 Andrew Dunstanadd ; missing due to my carelessness
2008-05-04 Andrew DunstanPlace statement timeout more appropriately, per gripe...
2008-05-03 Andrew DunstanDisable statement timeouts while making or restoring...
2008-05-02 Heikki LinnakangasShow relation size in verbose (e.g. \d+) output.
2008-05-02 Peter EisentrautOne-letter backslash commands now need a space before...
2008-04-24 Magnus HaganderUpdate error messages, per notes from Tom.
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-16 Bruce MomjianFix comment typo.
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-14 Alvaro HerreraFix indentation in new REFERENCED BY psql output, per...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-04-05 Tom LaneA small visit from the portability and localization...
2008-04-04 Bruce MomjianHave psql command 'help' suggest the use of \?, updated...
2008-04-04 Bruce MomjianAllow 'help' in psql to show \? help, for novice assist...
2008-03-30 Tom LaneShow database access privileges in psql's \l command...
2008-03-30 Tom LaneDisplay incoming as well as outgoing foreign-key constr...
2008-03-29 Tom LaneImprove description of \du and \dg, per suggestion...
2008-03-29 Tom LaneImprove psql's tab completion to handle completing...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Magnus HaganderInclude \password in the psql help.
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Tom LaneDept of second thoughts: --no-tablespaces had better...
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-03-11 Bruce MomjianPrevent psql \copy from accepting multiple string param...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-20 Tom LaneFix mistakes in pg_ctl's code for "start -w" that tries...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-31 Peter EisentrautTranslation updates
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-30 Peter EisentrautTranslation updates
2008-01-21 Peter EisentrautProvide a clearer error message if the pg_control versi...
2008-01-20 Tom LaneFix psql \h output for case of no parameters (ie, list...
2008-01-14 Tom LanePrevent pg_dump from dumping the comment (if any) on...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-15 Magnus HaganderGet dllwrap name from variable instead of hardcoded.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-12-11 Tom LaneMake documentation of -W options more accurate and...
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-12-09 Tom LaneFix bogus prompt for password in -u case. Per gripe...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-29 Peter EisentrautTranslation updates
2007-11-28 Peter EisentrautProperly recognize and announce input errors.
2007-11-24 Tom LaneMove resetting of currSchema to a spot where it's not...
2007-11-24 Bruce MomjianIf pg_dump drops a schema, make sure 'search_path'...
2007-11-22 Bruce MomjianAdd more comments about thousands separator handling.
2007-11-22 Bruce MomjianAdd comments about thousands separator logic.
2007-11-21 Bruce MomjianWhen setting default thousands separator when locale...
2007-11-20 Bruce MomjianFix pg_ctl -t to register -t value, per Alvaro.
2007-11-19 Bruce MomjianUpdate comment.
2007-11-19 Bruce MomjianAdd comment about COMMENT ON DATABASE failing for diffe...
2007-11-16 Alvaro HerreraFix inconsistent message wording, and split off a coupl...
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautTranslation updates
2007-11-15 Peter EisentrautAdd to synopsis that timeout option also applies to...
2007-11-15 Peter EisentrautMake help synopsis consistent
2007-11-15 Peter EisentrautMake synopses of -t option consistent
2007-11-10 Bruce MomjianAdd pg_ctl -t/timeout parameter to control amount of...
2007-11-08 Peter EisentrautAdd missing newlines to error messages, and normalize...
2007-11-07 Peter EisentrautConsistent capitalization
2007-11-07 Peter EisentrautImprove wording
next