| Age | Commit message (Expand) | Author |
| 2011-09-11 | Fix permissions on pg_largeobject_metadata.h in 9.0 branch. | Tom Lane |
| 2011-04-19 | Avoid changing an index's indcheckxmin horizon during REINDEX. | Tom Lane |
| 2011-03-28 | Prevent a rowtype from being included in itself. | Tom Lane |
| 2011-02-18 | Fix tsmatchsel() to account properly for null rows. | Tom Lane |
| 2011-01-21 | Make ALTER TABLE revalidate uniqueness and exclusion constraints. | Robert Haas |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-08-12 | Correct sundry errors in Hot Standby-related comments. | Robert Haas |
| 2010-08-05 | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane |
| 2010-07-29 | Clean up some inconsistencies in the volatility marking of various I/O | Tom Lane |
| 2010-06-29 | Use different function names for plpython3 handlers, to avoid clashes in | Peter Eisentraut |
| 2010-06-03 | Add comments about definitions that may affect PG_CONTROL_VERSION, | Alvaro Herrera |
| 2010-06-03 | Bump PG_CONTROL_VERSION to account for the incompatible change committed earl... | Tom Lane |
| 2010-06-03 | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas |
| 2010-05-27 | Fix the volatility marking of textanycat() and anytextcat(): they were marked | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-26 | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian |
| 2010-04-23 | Previous patch revoked following objections. | Simon Riggs |
| 2010-04-23 | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs |
| 2010-04-20 | Arrange for client authentication to occur before we select a specific | Tom Lane |
| 2010-04-05 | Fix updateAclDependencies() to not assume that ACL role dependencies can only | Tom Lane |
| 2010-03-11 | Update comment for pg_constraint.conindid to mention that it's used for | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane |
| 2010-02-12 | Extend the set of frame options supported for window functions. | Tom Lane |
| 2010-02-07 | 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-03 | Assorted cleanups in preparation for using a map file to support altering | Tom Lane |
| 2010-02-02 | Fold FindConversion() into FindConversionByName() and remove ACL check. | Robert Haas |
| 2010-02-01 | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas |
| 2010-02-01 | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-28 | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander |
| 2010-01-25 | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane |
| 2010-01-22 | Fix several oversights in previous commit - attribute options patch. | Robert Haas |
| 2010-01-22 | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas |
| 2010-01-22 | PL/Python DO handler | Peter Eisentraut |
| 2010-01-20 | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas |
| 2010-01-19 | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander |
| 2010-01-19 | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-12 | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian |
| 2010-01-07 | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane |
| 2010-01-06 | binary upgrade: | Bruce Momjian |
| 2010-01-06 | Update catalog version for recent relfilenode patch, so pg_migrator can | Bruce Momjian |
| 2010-01-06 | Preserve relfilenodes: | Bruce Momjian |
| 2010-01-06 | Remove tabs in SGML. | Bruce Momjian |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |