]> granicus.if.org Git - postgresql/history - src/bin
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
[postgresql] / src / bin /
2009-01-20 Bruce MomjianMake psql \d and \dt consistent for system tables,...
2009-01-19 Bruce MomjianDocument RELKIND_SPECIAL reference in psql, from <...
2009-01-18 Tom LaneFix a pg_dump output ordering problem introduced in...
2009-01-15 Peter EisentrautRemove period from primary error message.
2009-01-13 Magnus HaganderThrow an error when using -C and -1 at the same time...
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2009-01-07 Bruce MomjianRemoveduplicate \dd psql help mention.
2009-01-07 Bruce MomjianAdd spaces around psql \d* columns, per idea from Joshu...
2009-01-06 Bruce MomjianImprove \z psql \? help display.
2009-01-06 Bruce MomjianAdd documentation for new \d*S* patch, and clean up...
2009-01-06 Bruce MomjianThis makes all the \dX commands (most importantly to...
2009-01-06 Bruce MomjianMake pg_dump and pg_dumpall --clean options match the...
2009-01-06 Bruce MomjianUpdate pg_restore --help text to match the SGML documen...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
2009-01-05 Peter EisentrautAllow out-of-tree builds on mingw and cygwin
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneFix another problem in SQL-MED \d displays: should...
2008-12-31 Tom LaneConsistently use multi-line formatting for all ACL...
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-19 Alvaro HerreraHave psql's \d+ print reloptions. Extracted from Euler...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-21 Magnus HaganderFix a few more format argument warnings.
2008-11-20 Peter EisentrautTABLE command
2008-11-19 Peter EisentrautChange this script to Perl 5 style. Add support for...
2008-11-14 Tom LaneOne more hack to see if we can get the cygwin machines...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-11 Magnus HaganderMake psql report "SSL connection (unknown cipher)"...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-10 Alvaro HerreraAdd a --locale switch to createdb, to ease the creation...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06 Tom LaneImprove psql's \dC command to take a pattern parameter...
2008-11-03 Tom LaneFix two error-recovery bugs in describeOneTableDetails...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-31 Peter EisentrautMessage improvement
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-30 Tom LaneFix misspelled comment
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-24 Heikki LinnakangasFix pg_dump bug in the database-level collation patch...
2008-09-24 Magnus HaganderSilence compiler warning caused by recent collation...
2008-09-24 Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-15 Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-08 Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-05 Bruce MomjianAdd comment about why pg_dump doesn't dump the public...
2008-08-29 Alvaro HerreraFixup pg_dumpall adding --lock-wait-timeout, to match...
2008-08-29 Alvaro HerreraDocument that \t and \x are now settable.
2008-08-16 Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-08-16 Tom LaneFix a couple of places where psql might fail to report...
2008-08-16 Bruce MomjianFix version warning bug in recently applied adjustments...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-20 Tom LaneAdd a pg_dump option --lock-wait-timeout to allow faili...
2008-07-20 Bruce MomjianRevert patch so .psqlrc can suppress startup banner:
2008-07-19 Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-07-18 Bruce MomjianIn psql, run .psqlrc _after_ printing warnings and...
2008-07-18 Tom LaneSuppress compiler warning, and not incidentally make...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-15 Bruce MomjianAddendum: psql sequence value display patch was origin...
2008-07-15 Bruce MomjianHave psql \d show the value of sequence columns.
2008-07-14 Bruce MomjianAdd comment about literal strings in our syntax not...
2008-07-14 Bruce MomjianAdd column storage type to psql \d+ display.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.
2008-07-03 Tom LaneFix psql's \d and allied commands to work with all...
2008-07-01 Heikki LinnakangasMove volatility, language, etc. modifiers before functi...
2008-07-01 Bruce MomjianIssue psql connection warnings on connection start...
2008-06-26 Bruce MomjianFix pg_ctl bug where detection of binary location from...
2008-06-26 Bruce MomjianSimplify 'pg_ctl restart' detection of first argument in
2008-06-26 Bruce MomjianFix 'pg_ctl restart' to preserve command-line arguments.
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-26 Bruce MomjianRemove use of postmaster.opts.default by pg_ctl.
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 ...
next