| Commit message (Expand) | Author | Age |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Damage control for yesterday's CheckIndexCompatible changes. | Robert Haas | 2012-01-26 |
* | Make CheckIndexCompatible simpler and more bullet-proof. | Robert Haas | 2012-01-25 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Improve behavior of concurrent CLUSTER. | Robert Haas | 2011-12-21 |
* | Improve table locking behavior in the face of current DDL. | Robert Haas | 2011-11-30 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Create VXID locks "lazily" in the main lock table. | Robert Haas | 2011-08-04 |
* | Remove superfluous variable. | Robert Haas | 2011-07-19 |
* | Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. | Robert Haas | 2011-07-18 |
* | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Clarify error message when attempting to create index on foreign table | Magnus Hagander | 2011-05-05 |
* | Make a code-cleanup pass over the collations patch. | Tom Lane | 2011-04-22 |
* | Avoid changing an index's indcheckxmin horizon during REINDEX. | Tom Lane | 2011-04-19 |
* | Simplify reindex_relation's API. | Tom Lane | 2011-04-16 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Clean up handling of COLLATE clauses in index column definitions. | Tom Lane | 2011-03-24 |
* | Improve reporting of run-time-detected indeterminate-collation errors. | Tom Lane | 2011-03-22 |
* | Revise collation derivation method and expression-tree representation. | Tom Lane | 2011-03-19 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. | Tom Lane | 2011-01-25 |
* | Make ALTER TABLE revalidate uniqueness and exclusion constraints. | Robert Haas | 2011-01-20 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Show schema name for REINDEX. | Bruce Momjian | 2010-06-01 |
* | Make CREATE INDEX run expression preprocessing on a proposed index expression | Tom Lane | 2010-05-27 |
* | Shorten suffix of automatically created indexes to "_excl" when using | Simon Riggs | 2010-03-22 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |