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