]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Alvaro HerreraFix silly typo in previous commit.
2008-11-03 Alvaro HerreraFix TransactionIdSetStatusBit so that it doesn't try...
2008-11-03 Tom LaneFix two error-recovery bugs in describeOneTableDetails...
2008-11-03 Alvaro HerreraReduce the acceptable staleness of pgstat data for...
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-11-03 Bruce MomjianSmall shell syntax improvement.
2008-11-03 Alvaro HerreraUpdate URL to Docbook DSSSL stylesheets, per Gabriele...
2008-11-03 Alvaro HerreraFix mistakes in comment headers
2008-11-03 Magnus HaganderFix incorrect comment in SSL code
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-11-01 Michael MeskesMove from strcmp to strncmp to be more tolerant for...
2008-11-01 Michael MeskesUse string component in index structure.
2008-11-01 Michael MeskesDo not eat memory even in case of an out-of-memory...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-10-31 Heikki LinnakangasUpdate FSM on WAL replay. This is a bit limited; the...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-31 Michael MeskesAdded missing ';'
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-31 Peter EisentrautThe conversion rule from postgres.sgml to postgres...
2008-10-31 Heikki LinnakangasAdd test case for CREATE CAST.
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-31 Peter EisentrautMessage improvement
2008-10-30 Tom LaneUpdate back-branch release notes.
2008-10-30 Magnus HaganderRevert previous patch to put the shared memory segment...
2008-10-30 Tom LaneUpdate time zone data files to tzdata release 2008i...
2008-10-30 Peter EisentrautMissing space in error message
2008-10-30 Tom LaneFix recoveryLastXTime logic so that it actually does...
2008-10-29 Peter EisentrautMove forgotten comment closer to where it matters.
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-10-29 Bruce MomjianRemove tab from sgml file.
2008-10-29 Peter EisentrautUpdate on array features support
2008-10-29 Peter EisentrautSince SQL:2003, the array size specification in the...
2008-10-29 Peter EisentrautUse Autoconf provided AS_HELP_STRING macro to automatic...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-28 Tom LaneChange WorkTableScan to not support backward scan....
2008-10-28 Tom LaneArrange to squeeze out the MINIMAL_TUPLE_PADDING in...
2008-10-28 Peter EisentrautAdd WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Alvaro HerreraDowngrade can't-happen error reports to elog().
2008-10-27 Alvaro HerreraNo need for extra code to log freezing zero tuples...
2008-10-27 Magnus HaganderMake hba parsing error messages more specific.
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...
next