]> granicus.if.org Git - postgresql/history - src/bin
Update location to download flex for building on Windows.
[postgresql] / src / bin /
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-07-20 Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
2009-07-20 Tom LaneRemove unnecessary and version-sensitive dependence...
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-07 Tom LaneJust a little more schema-qualification ...
2009-07-07 Peter Eisentrautpsql backward compatibility fix
2009-07-07 Peter EisentrautSort child tables by name instead of OID in \d+ display
2009-07-07 Tom LaneCode review for patch to show definition of index colum...
2009-07-06 Peter EisentrautShow definition of index columns in \d on index
2009-07-03 Peter EisentrautHave \d show child tables that inherit from the specifi...
2009-07-02 Tom LaneFix up pg_dump's --binary-upgrade option so that it...
2009-06-26 Peter EisentrautTranslation updates for 8.4 release.
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-06-13 Peter EisentrautTweak the display of incoming foreign-key constraints...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautClarify error message
2009-06-04 Tom LaneTrivial code style cleanup around a couple of ngettext...
2009-06-04 Tom LaneRemove a couple of debugging messages that have been...
2009-06-03 Tom LaneChange rather bizarre code ordering in get_id(). This...
2009-05-27 Peter EisentrautFix to use the same format specifiers in both branches...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-21 Peter EisentrautConvert some messages to use ngettext().
2009-05-14 Alvaro HerreraTranslation updates
2009-05-10 Tom LaneAdjust pg_dumpall so that it emits ENCODING, LC_COLLATE...
2009-05-05 Tom LaneCode review for \df rewrite: fix assorted bugs, make...
2009-05-04 Heikki LinnakangasFix the query used for \d against 8.2 and 8.3 servers.
2009-05-03 Tom LaneFix pg_resetxlog to remove archive status files along...
2009-04-28 Bruce MomjianIn VACUUM, FREEZE must be before ANALYZE; fix this...
2009-04-26 Tom LaneRemove Windows-specific definition of S_ISDIR(). This...
2009-04-22 Bruce MomjianUse brackets in psql \df \? help.
2009-04-21 Bruce MomjianImprove psql \df error handling.
2009-04-21 Bruce MomjianMerge psql \df options into a single \? line, and updat...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-14 Alvaro Herrerapg_restore -jN does not equate "multiple jobs", so...
2009-04-13 Alvaro HerreraMake new strings more alike previously existing messages.
2009-04-12 Andrew DunstanFix logic to detect conflicts or blocks involving exclu...
2009-04-11 Tom LaneFix pg_dumpall so that when --clean is specified, it...
2009-04-11 Alvaro HerreraMake string more alike other similar messages.
2009-04-11 Peter EisentrautMessage fix
2009-04-11 Peter EisentrautMessage improvement
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-04-08 Tom LaneRemove psql's ancient hack that suppressed functions...
2009-04-08 Heikki LinnakangasQuote string literals correctly in the new CREATE SERVE...
2009-04-08 Bruce MomjianImprove tab completion for \ef.
2009-04-06 Bruce MomjianAdjust psql tab completion for new \d 'S' flag behavior...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-04 Tom LaneImprove obsolete comment.
2009-04-04 Tom LaneMake \dt \di and friends more consistent about the...
2009-04-03 Tom LaneAdd missing help output for \ef option. Andrew Gierth
2009-04-02 Bruce MomjianDo not show information_schema in \d* commands, unless...
2009-04-02 Bruce MomjianChange psql \d* display so 'S' _or_ a pattern include...
2009-04-01 Tom LaneImprove pg_dump's query for retrieving BLOB comments...
2009-03-31 Magnus HaganderDon't crash initdb when we fail to get the current...
2009-03-27 Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-03-26 Peter EisentrautGettext plural support
2009-03-25 Peter EisentrautUpdate line count for \? output (obtained from wc -l)
2009-03-25 Peter EisentrautIn the \? output, align the columns consistently.
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-03-25 Peter EisentrautNo period if it's not a sentence
2009-03-24 Peter EisentrautFix my typo
2009-03-22 Tom LaneRemove the -d and -D options of pg_dump and pg_dumpall...
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-03-17 Peter EisentrautAdd -w option to --help output. It was apparently...
2009-03-13 Tom LaneFix identify_locking_dependencies to reflect the fact...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-03-08 Alvaro HerreraAdd comments about kwlookup.c expectations
2009-03-07 Alvaro HerreraAvoid MSVC breakage caused by my previous commit by...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-03-05 Peter EisentrautMessage tuning
2009-03-04 Peter EisentrautProvide some proper minimal documentation for the pg_du...
2009-02-27 Peter EisentrautAdd the long options to the psql --help display, where...
2009-02-26 Peter EisentrautFinal removal of -q options, which haven't done anythin...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautUse the same style in the help synopsis that other...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-23 Tom LaneFix psql's \dD to show only one row per domain, even...
2009-02-20 Andrew DunstanReconnect to the right database when using parallel...
2009-02-18 Bruce MomjianAdd --freeze option to vacuumdb.
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-17 Bruce MomjianAdd missing newline.
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-02-16 Bruce MomjianWrap some long queries.
2009-02-16 Bruce MomjianUppercase keywords in pg_dump.c
2009-02-11 Alvaro HerreraImprove psql \d+ to show TOAST reloptions too. Per...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-28 Magnus HaganderSupport running as a service on Windows 7, by not speci...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
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.
next