index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-08-22
Arrange to convert EXISTS subqueries that are equivalent to hashable IN
Tom Lane
2008-08-21
Mention that pg_dump does not dump ALTER DATABASE ... SET commands;
Bruce Momjian
2008-08-21
Update URL.
Alvaro Herrera
2008-08-21
Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few
Peter Eisentraut
2008-08-20
Marginal improvement in sublink planning: allow unknownEqFalse optimization
Tom Lane
2008-08-20
Remove tools and documention for generating TODO.html.
Bruce Momjian
2008-08-20
TODO now in wiki, html version removed.
Bruce Momjian
2008-08-20
New TODO list URL wiki location listed; contents truncated.
Bruce Momjian
2008-08-20
Fix obsolete comment. It's no longer the case that Param nodes don't
Tom Lane
2008-08-20
Synced parser.
Michael Meskes
2008-08-20
Make libpq on windows not try to send chunks larger than 64Kb.
Magnus Hagander
2008-08-19
Not done:
Bruce Momjian
2008-08-19
Remove -Winline from the default set of CFLAGS for gcc. It's gotten much
Tom Lane
2008-08-19
Cause the output from debug_print_parse, debug_print_rewritten, and
Tom Lane
2008-08-19
TODO done:
Bruce Momjian
2008-08-19
Fixed incorrect argument handling in SET command if argument is a variable.
Michael Meskes
2008-08-19
Fix some issues that prevent this file to be processed by scripts.
Alvaro Herrera
2008-08-18
Add to TODO:
Bruce Momjian
2008-08-18
Properly remove src\include\utils\probes.h when running clean.bat.
Magnus Hagander
2008-08-17
Add some defenses against constant-FALSE outer join conditions. Since
Tom Lane
2008-08-17
Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery
Tom Lane
2008-08-17
Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top
Tom Lane
2008-08-16
Update instructions on generating TODO.html.
Bruce Momjian
2008-08-16
probes.h is generated from probes.d, not pg_trace.d.
Magnus Hagander
2008-08-16
Add URL for:
Bruce Momjian
2008-08-16
Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec
Tom Lane
2008-08-16
Add to TODO:
Bruce Momjian
2008-08-16
Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.
Bruce Momjian
2008-08-16
Fix a couple of places where psql might fail to report a suitable error
Tom Lane
2008-08-16
Update Russian FAQ.
Bruce Momjian
2008-08-16
Add new SQL training web site to FAQ:
Bruce Momjian
2008-08-16
Fix version warning bug in recently applied adjustments to psql startup.
Bruce Momjian
2008-08-16
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-15
Performance fix for new anti-join code in nodeMergejoin.c: after finding a
Tom Lane
2008-08-15
Make the temporary directory for pgstat files configurable by the GUC
Magnus Hagander
2008-08-14
Fix pull_up_simple_union_all to copy all rtable entries from child subquery to
Heikki Linnakangas
2008-08-14
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
pg_buffercache needs to be taught about relation forks, as Greg Stark
Heikki Linnakangas
2008-08-14
Add URL for:
Bruce Momjian
2008-08-13
Have autovacuum consider processing TOAST tables separately from their
Alvaro Herrera
2008-08-12
Remove TODO item
Peter Eisentraut
2008-08-12
Add:
Bruce Momjian
2008-08-11
Relation forks patch requires a catversion bump due to changes in the format
Heikki Linnakangas
2008-08-11
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-10
Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a
Tom Lane
2008-08-08
Install checks in executor startup to ensure that the tuples produced by an
Tom Lane
2008-08-07
Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any
Tom Lane
2008-08-07
Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.
Tom Lane
2008-08-07
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
Tom Lane
2008-08-05
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
[next]