]> granicus.if.org Git - postgresql/history - src
Optimize multi-batch hash joins when the outer relation has a nonuniform
[postgresql] / src /
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-03-18 Heikki LinnakangasFix case of the just resurrected UCS_to_BIG5.pl script...
2009-03-18 Heikki LinnakangasAdd seven kanji characters defined in the Windows 950...
2009-03-18 Heikki LinnakangasFix Windows-specific race condition in syslogger. This...
2009-03-17 Bruce MomjianImprove zero-year comments.
2009-03-17 Bruce MomjianDocument that datetime year '0' is considered in a...
2009-03-17 Peter EisentrautAdd -w option to --help output. It was apparently...
2009-03-15 Tom LaneClean up the code for to_timestamp's conversion of...
2009-03-13 Tom LaneFix identify_locking_dependencies to reflect the fact...
2009-03-13 Tom LaneRestore previous ordering of BUFFER_FLUSH_START probe...
2009-03-12 Tom LaneFix core dump due to null-pointer dereference in to_cha...
2009-03-11 Tom LaneCode review for dtrace probes added (so far) to 8.4...
2009-03-11 Teodor SigaevSome languages have symbols with zero display's width...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-03-11 Tom LaneImprove match_special_index_operator() to recognize...
2009-03-10 Tom LaneMake SubPlan nodes carry the result's typmod as well...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-03-10 Teodor SigaevPrevent recursion during parse of email-like string...
2009-03-09 Peter EisentrautIn parse_bool_with_len, avoid crash when no result...
2009-03-09 Peter EisentrautTweak the regression test case so that the ordering...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-03-09 Bruce MomjianAdd summarization comment about visibility functions.
2009-03-09 Alvaro HerreraRevert pg_bind_textdomain_codeset to a existant-but...
2009-03-08 Magnus HaganderFix MSVC build for new ways to pull in keywords.c and...
2009-03-08 Alvaro Herrerapg_bind_textdomain_codeset must exist only on ENABLE_NLS.
2009-03-08 Alvaro HerreraAdd comments about kwlookup.c expectations
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-03-07 Magnus HaganderMake pg_hba parsing report all errors in the file befor...
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 Tom LaneTeach the planner to support index access methods that...
2009-03-05 Tom LaneFix column privilege checking for cases where parent...
2009-03-05 Peter EisentrautMessage tuning
2009-03-05 Heikki LinnakangasAdd MUST (Mauritius Island Summer Time) to the list...
2009-03-04 Tom LanePut back our old workaround for machines that declare...
2009-03-04 Magnus HaganderChange hba load failure message to LOG instead of WARNING.
2009-03-04 Heikki LinnakangasReload config file in startup process on SIGHUP.
2009-03-04 Peter EisentrautClarify to the translator that yyerror() deals with...
2009-03-04 Peter EisentrautProvide some proper minimal documentation for the pg_du...
2009-03-04 Heikki LinnakangasAdd some sanity checks to CREATE CAST ... WITHOUT FUNCT...
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-03-04 Peter EisentrautDon't actively violate the system limit of maximum...
2009-03-04 Magnus HaganderLog a warning instead of shutting down the system if...
2009-03-03 Heikki LinnakangasFix copy-pasto in the patch to allow background writer...
2009-03-03 Heikki LinnakangasRemove the placeholder LWLockId in place of the removed...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-03-02 Teodor SigaevFix usage of char2wchar/wchar2char. Changes:
2009-02-28 Tom LaneFix buffer allocations in encoding conversion routines...
2009-02-28 Tom LaneShave a few cycles in compare_pathkeys() by checking...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
2009-02-27 Tom LaneTemporarily (I hope) disable flattening of IN/EXISTS...
2009-02-27 Tom LaneTighten up join ordering rules to account for recent...
2009-02-27 Heikki LinnakangasIn CREATE CONVERSION, test that the given function...
2009-02-27 Peter EisentrautAdd the long options to the psql --help display, where...
2009-02-27 Tom LaneImprove create_unique_path to not be fooled by unrelate...
2009-02-26 Tom LaneRemove outdated join_1.out regression test comparison...
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 Tom LaneFix an old problem in decompilation of CASE constructs...
2009-02-25 Magnus HaganderRemove references to foreign data wrapper libraries...
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-25 Heikki LinnakangasPut back a "continue" that went missing in the changes...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-24 Peter EisentrautDon't append epoch to log_filename if no format specifi...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-23 Tom LaneFix psql's \dD to show only one row per domain, even...
2009-02-23 Peter EisentrautAdd quotes to message
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-20 Andrew DunstanReconnect to the right database when using parallel...
2009-02-20 Tom LaneSimplify overcomplicated (and overly restrictive) test...
2009-02-19 Tom LaneImprove comments about semijoin implementation strategy...
2009-02-19 Heikki LinnakangasFix bogus comment, from the patch to start bgwriter...
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-02-19 Peter EisentrautAdd an implicit rule %.c -> %.i for running the C prepr...
2009-02-19 Peter EisentrautRemove croak and Perl_croak from gettext triggers....
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-02-18 Tom LaneRemove the special cases to prevent minus-zero results...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-18 Bruce MomjianAdd --freeze option to vacuumdb.
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-17 Bruce MomjianAdd missing newline.
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-02-17 Peter EisentrautAdd _() calls for the argument of plpgsql_yyerror(...
2009-02-17 Peter EisentrautAdd plpgsql_yyerror to gettext triggers
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-02-16 Bruce MomjianWrap some long queries.
2009-02-16 Bruce MomjianUppercase keywords in pg_dump.c
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-02-15 Magnus HaganderLoop calling CallNamedPipe() several times in case...
2009-02-14 Tom LaneA couple of marginal performance hacks for the informat...
2009-02-13 Tom LaneFix UNLISTEN to fall out quickly if the current backend...
2009-02-12 Peter EisentrautThe Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe...
next