]> granicus.if.org Git - postgresql/history - src/backend
Improve the plan cache invalidation mechanism to make it invalidate plans
[postgresql] / src / backend /
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-08 Tom LaneFix a couple of problems pointed out by Fujii Masao...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-08 Tom LaneSupport set-returning functions in the target lists...
2008-09-07 Tom LaneReimplement text_position and related functions to...
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 Tom LaneFix an oversight in the 8.2 patch that improved mergejo...
2008-09-05 Peter EisentrautCode coverage testing with gcov. Documentation is...
2008-09-04 Teodor SigaevFix strategy propagation to scanEntry for partial match...
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-09-01 Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-29 Tom LaneIn GCC-based builds, use a better newNode() macro that...
2008-08-29 Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-26 Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-25 Tom LaneGet rid of the last remaining uses of var_is_rel()...
2008-08-25 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Alvaro HerreraUpdate URL to Ross William's paper.
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-23 Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-08-23 Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-08-22 Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-22 Bruce MomjianMinor patch on pgbench
2008-08-22 Bruce MomjianImprove wording of error message when a postgresql...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-20 Tom LaneMarginal improvement in sublink planning: allow unknown...
2008-08-20 Tom LaneFix obsolete comment. It's no longer the case that...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-17 Tom LaneAdd some defenses against constant-FALSE outer join...
2008-08-17 Tom LaneRemove prohibition against SubLinks in the WHERE clause...
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-15 Tom LanePerformance fix for new anti-join code in nodeMergejoin...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-14 Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-08-08 Tom LaneInstall checks in executor startup to ensure that the...
2008-08-07 Tom LaneImprove INTERSECT/EXCEPT hashing by realizing that...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05 Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-08-05 Tom LaneDepartment of second thoughts: fix newly-added code...
2008-08-05 Tom LaneIn ReadOrZeroBuffer (and related entry points), don...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-08-04 Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-08-03 Tom LaneMake GROUP BY work properly for datatypes that only...
2008-08-03 Tom LaneTighten up the sanity checks in TypeCreate(): pass...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-08-01 Magnus HaganderRearrange the code in auth.c so that all functions...
2008-08-01 Magnus HaganderMove ident authentication code into auth.c along with...
2008-07-31 Tom LaneFix parser so that we don't modify the user-written...
2008-07-31 Tom LaneRequire superuser privilege to create base types (but...
2008-07-30 Tom LaneAllow I/O conversion casts to be applied to or from...
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-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-24 Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-24 Tom LaneRemove some redundant tests and improve comments in...
2008-07-23 Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-21 Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-21 Tom LaneAdd comment about the two different query strings that...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-19 Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-07-18 Tom LaneProvide a function hook to let plug-ins get control...
2008-07-18 Tom LaneFix a race condition that I introduced into sinvaladt...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-17 Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-17 Tom LaneAdd dump support for SortBy nodes. Needed this while...
2008-07-16 Tom LaneFix previous patch so that it actually works --- consid...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Bruce MomjianAllow TRUNCATE foo, foo to succeed, per report from...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-12 Tom LaneConst-ify the arguments of str_tolower() and friends...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-11 Neil ConwayFix a few typos in comments in snapmgr.c, and sort...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-07-09 Tom LaneIncrease PG_SYSLOG_LIMIT (the max line length sent...
next