summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-22Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane
2008-08-21Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian
2008-08-21Update URL.Alvaro Herrera
2008-08-21Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut
2008-08-20Marginal improvement in sublink planning: allow unknownEqFalse optimizationTom Lane
2008-08-20Remove tools and documention for generating TODO.html.Bruce Momjian
2008-08-20TODO now in wiki, html version removed.Bruce Momjian
2008-08-20New TODO list URL wiki location listed; contents truncated.Bruce Momjian
2008-08-20Fix obsolete comment. It's no longer the case that Param nodes don'tTom Lane
2008-08-20Synced parser.Michael Meskes
2008-08-20Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander
2008-08-19Not done:Bruce Momjian
2008-08-19Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane
2008-08-19Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane
2008-08-19TODO done:Bruce Momjian
2008-08-19Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes
2008-08-19Fix some issues that prevent this file to be processed by scripts.Alvaro Herrera
2008-08-18Add to TODO:Bruce Momjian
2008-08-18Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander
2008-08-17Add some defenses against constant-FALSE outer join conditions. SinceTom Lane
2008-08-17Remove prohibition against SubLinks in the WHERE clause of an EXISTS subqueryTom Lane
2008-08-17Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane
2008-08-16Update instructions on generating TODO.html.Bruce Momjian
2008-08-16probes.h is generated from probes.d, not pg_trace.d.Magnus Hagander
2008-08-16Add URL for:Bruce Momjian
2008-08-16Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane
2008-08-16Add to TODO:Bruce Momjian
2008-08-16Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian
2008-08-16Fix a couple of places where psql might fail to report a suitable errorTom Lane
2008-08-16Update Russian FAQ.Bruce Momjian
2008-08-16Add new SQL training web site to FAQ:Bruce Momjian
2008-08-16Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian
2008-08-16Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane
2008-08-15Performance fix for new anti-join code in nodeMergejoin.c: after finding aTom Lane
2008-08-15Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander
2008-08-14Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas
2008-08-14Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane
2008-08-14pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas
2008-08-14Add URL for:Bruce Momjian
2008-08-13Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera
2008-08-12Remove TODO itemPeter Eisentraut
2008-08-12Add:Bruce Momjian
2008-08-11Relation forks patch requires a catversion bump due to changes in the formatHeikki Linnakangas
2008-08-11Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas
2008-08-10Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or aTom Lane
2008-08-08Install checks in executor startup to ensure that the tuples produced by anTom Lane
2008-08-07Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make anyTom Lane
2008-08-07Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane
2008-08-07Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane
2008-08-05Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane