index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Age
Commit message (
Expand
)
Author
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-03-03
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-06
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-02
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-06-19
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-16
Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-19
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-07
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-01-01
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-09
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-10-30
Provide hashing support for arrays.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-01
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-01
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-01-22
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-30
Dept of second thoughts: recursive case in ANALYZE shouldn't emit a
Tom Lane
2009-12-30
Revise pgstat's tracking of tuple changes to improve the reliability of
Tom Lane
2009-12-29
Add the ability to store inheritance-tree statistics in pg_statistic,
Tom Lane
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-11-16
Provide a parenthesized-options syntax for VACUUM, analogous to that recently
Tom Lane
2009-08-12
Fix old bug in log_autovacuum_min_duration code: it was relying on being able
Tom Lane
2009-08-02
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-06
Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane
Tom Lane
[next]