| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -25/+25 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -9/+6 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 1 | -2/+1 |
* | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 | 1 | -2/+3 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -7/+27 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Dept of second thoughts: recursive case in ANALYZE shouldn't emit a | Tom Lane | 2009-12-30 | 1 | -3/+6 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 | 1 | -6/+10 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 1 | -72/+286 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -7/+15 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 | 1 | -6/+6 |
* | Fix old bug in log_autovacuum_min_duration code: it was relying on being able | Tom Lane | 2009-08-12 | 1 | -9/+9 |
* | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 1 | -1/+9 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -41/+45 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 | 1 | -2/+3 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 | 1 | -12/+3 |
* | Avoid integer overflow in the loop that extracts histogram entries from | Tom Lane | 2009-05-05 | 1 | -4/+28 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -2/+2 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 | 1 | -1/+23 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -4/+5 |
* | Clarify a confusing comment about MCVs vs histogram entries. | Tom Lane | 2009-01-06 | 1 | -2/+4 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 | 1 | -12/+23 |
* | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 | 1 | -4/+4 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 1 | -7/+5 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -9/+9 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 1 | -2/+3 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 1 | -22/+10 |
* | Extend VacAttrStats to allow typanalyze functions to store statistic values | Heikki Linnakangas | 2008-07-01 | 1 | -5/+32 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 | 1 | -1/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -2/+2 |
* | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 1 | -2/+2 |
* | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 | 1 | -30/+110 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
* | Improve error messages emitted when VACUUM and ANALYZE skip a table. | Alvaro Herrera | 2008-02-20 | 1 | -4/+16 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -9/+22 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -3/+3 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 | 1 | -1/+15 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -6/+6 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 1 | -3/+9 |
* | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 1 | -18/+4 |
* | Silence compiler warnings, per Bruce. | Alvaro Herrera | 2007-04-19 | 1 | -2/+2 |
* | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 | 1 | -1/+42 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -3/+3 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -7/+7 |