]> granicus.if.org Git - postgresql/history - src/bin
Restructure some header files a bit, in particular heapam.h, by removing some
[postgresql] / src / bin /
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
2007-11-07 Peter EisentrautError message cleanup
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-31 Peter EisentrautMore precise error message
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-27 Peter EisentrautTranslation updates
2007-10-25 Tom LaneMake initdb's selection of default text search configur...
2007-10-24 Alvaro HerreraDanish_Danmark -> Danish_Denmark
2007-10-16 Tom LaneUse 'token' not 'lexeme' to describe the output of...
2007-10-16 Magnus HaganderRe-allow UTF8 encodings on win32. Since UTF8 is convert...
2007-10-16 Peter EisentrautRemove quotes around locale names in some places for...
2007-10-13 Tom LaneTry to fix msvc build for recent initdb changes.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-29 Tom LaneMake use of additional chklocale.c entries to reject...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-09-28 Tom LaneTweak initdb's text search configuration selection...
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-09-25 Peter EisentrautSmall string tweaks
2007-09-23 Tom LaneReplace linear searches with binary searches in pg_dump...
next