]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-27 Magnus HaganderUpdate standalong libpq makefiles for msvc and bcc...
2008-10-27 Peter EisentrautAllow EXPLAIN on CREATE TABLE AS.
2008-10-27 Peter EisentrautFeature list update
2008-10-26 Tom LaneBetter solution to the IN-list issue: instead of having...
2008-10-25 Tom LaneBe a little smarter about qual handling for semi-joins...
2008-10-25 Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-24 Tom LaneReduce the memory footprint of large pending-trigger...
2008-10-24 Magnus HaganderReplace now unnecessary goto statements by using return...
2008-10-24 Magnus HaganderRemove notes from the frontend SSL source that are...
2008-10-24 Magnus HaganderRemove a "TODO-list" structure at the top of the file...
2008-10-24 Magnus HaganderRemove large parts of the old SSL readme, that consiste...
2008-10-23 Magnus HaganderFix memory leak when using gsslib parameter in libpq...
2008-10-23 Tom LaneFix an oversight in two different recent patches: nodes...
2008-10-23 Tom LaneRemove useless ps_OuterTupleSlot field from PlanState...
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
2008-10-23 Peter EisentrautFeature T173 "Extended LIKE clause in table definition...
2008-10-23 Peter EisentrautFeature T401 is not listed in the SQL standard. Must...
2008-10-23 Tom LaneWhen estimating without benefit of MCV lists (suggestin...
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-22 Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-22 Peter EisentrautSQL:2008 alternative syntax for LIMIT/OFFSET:
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-21 Peter EisentrautClean regression.out
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-20 Alvaro HerreraProperly access a buffer's LSN using existing access...
2008-10-20 Alvaro HerreraThese functions no longer return a value, per complaint...
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-10-20 Teodor SigaevRemove support of backward scan in GiST. Per discussion
2008-10-20 Peter EisentrautSQL 200N -> SQL:2003
2008-10-20 Peter EisentrautFeature T411 is not found in SQL:2003 or 2008 anymore...
2008-10-20 Peter EisentrautFeature T152 "DISTINCT predicate with negation" is...
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-10-20 Peter EisentrautFeature F402 "Named column joins for LOBs, arrays,...
2008-10-20 Peter EisentrautAS is no longer required in SELECT list
2008-10-18 Peter EisentrautUpdate compatibility section of TRUNCATE for SQL:2008...
2008-10-18 Tom LaneFix broken SQL features data, per buildfarm results.
2008-10-18 Peter EisentrautUpdate feature list for SQL:2008.
2008-10-17 Tom LaneRemove useless mark/restore support in hash index AM...
2008-10-17 Alvaro HerreraRefactor some duplicate code to set up formatted_log_ti...
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-10-17 Tom LaneSalvage a little bit of work from a failed patch: simpl...
2008-10-17 Tom LaneImprove comments about RelOptInfo.reltargetlist.
2008-10-17 Teodor SigaevImprove headeline generation. Now headline can contain
2008-10-17 Teodor SigaevFix small bug in headline generation.
2008-10-17 Teodor SigaevDuring repeated rescan of GiST index it's possible...
2008-10-16 Neil ConwayFix a small memory leak in ExecReScanAgg() in the hashe...
2008-10-16 Tom LaneReduce chatter from _dosmaperr() when used in FRONTEND...
2008-10-16 Tom LaneFix SPI_getvalue and SPI_getbinval to range-check the...
2008-10-14 Tom LaneMake the system-attributes loop in AddNewAttributeTuple...
2008-10-14 Tom LaneAdd a defense to prevent storing pseudo-type data into...
2008-10-14 Tom LaneUpdate citext expected output for recent change in...
2008-10-14 Alvaro HerreraEnsure that CLUSTER leaves the toast table and index...
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-14 Tom LaneFix EncodeSpecialTimestamp to throw error on unrecogniz...
2008-10-14 Michael MeskesFixed parsing of parameters. Added regression test...
2008-10-14 Heikki LinnakangasFix oversight in the relation forks patch: forgot to...
2008-10-14 Tom LaneAdd docs and regression test about sorting the output...
2008-10-14 Tom LaneEliminate unnecessary array[] decoration in examples...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-13 Tom LaneUpdate oidjoins test to match CVS HEAD.
2008-10-13 Tom LaneFix bogus comment emitted by make_oidjoins_check, per...
2008-10-13 Tom LaneFix corner case wherein a WorkTableScan node could...
2008-10-11 Alvaro HerreraAdd missing header.
2008-10-10 Tom LaneFix COPY documentation to not imply that HEADER can...
2008-10-10 Tom LaneFix small query-lifespan memory leak introduced by...
2008-10-10 Tom LaneFix omission of DiscardStmt in GetCommandLogLevel,...
2008-10-10 Michael MeskesFixed "create role" parsing to accept optional "with...
2008-10-09 Tom LaneUn-break non-NLS builds.
2008-10-09 Alvaro HerreraFix two flaws in comments I just introduced, pointed...
2008-10-09 Tom LaneImprove the recently-added code for inlining set-return...
2008-10-09 Alvaro HerreraAdd initial plpgsql translation (with lots of fuzzies)
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-09 Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
2008-10-09 Tom LaneFix crash in bytea-to-XML mapping when the source value...
2008-10-09 Heikki LinnakangasForce a checkpoint in CREATE DATABASE before starting...
2008-10-08 Tom LaneModify the parser's error reporting to include a specif...
2008-10-07 Bruce MomjianUpdate Japanese FAQ.
2008-10-07 Tom LaneImprove some of the comments in fsmpage.c.
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-07 Michael MeskesSynced parser.
2008-10-07 Heikki LinnakangasWhen a relation is moved to another tablespace, we...
2008-10-07 Tom LaneImprove parser error location for cases where an INSERT...
2008-10-07 Bruce MomjianImprove backend flowchart to show more detail.
2008-10-07 Tom LaneFix oversight in recent patch to support multiple read...
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-06 Tom LaneFix GetCTEForRTE() to deal with the possibility that...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-06 Tom LaneEditorial improvements to description of pg_settings...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-10-06 Tom LaneRandom speculation about the reason for PPC64 buildfarm...
2008-10-06 Tom LaneExperimental patch to see if it fixes MSVC builds ...
2008-10-06 Tom LaneFix the implicit-RTE code to be able to handle implicit...
2008-10-06 Tom LaneFix a missed case in int8-exp-three-digits.out, per...
2008-10-05 Tom LaneTweak the overflow checks in integer division functions...
next