| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update comment for pg_constraint.conindid to mention that it's used for | Tom Lane | 2010-03-11 | 1 | -6/+6 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 12 | -51/+54 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -2/+2 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 3 | -63/+8 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 1 | -2/+2 |
| * | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 | 1 | -2/+2 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 7 | -17/+29 |
| * | Assorted cleanups in preparation for using a map file to support altering | Tom Lane | 2010-02-03 | 1 | -3/+1 |
| * | Fold FindConversion() into FindConversionByName() and remove ACL check. | Robert Haas | 2010-02-02 | 1 | -2/+1 |
| * | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 | 1 | -2/+3 |
| * | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 | 3 | -4/+18 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 3 | -33/+36 |
| * | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander | 2010-01-28 | 2 | -3/+7 |
| * | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 | 2 | -6/+18 |
| * | Fix several oversights in previous commit - attribute options patch. | Robert Haas | 2010-01-22 | 1 | -2/+2 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -23/+19 |
| * | PL/Python DO handler | Peter Eisentraut | 2010-01-22 | 2 | -6/+6 |
| * | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 | 1 | -1/+2 |
| * | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 | 2 | -3/+5 |
| * | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane | 2010-01-19 | 2 | -6/+10 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 4 | -29/+28 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 2 | -3/+8 |
| * | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 | 7 | -13/+45 |
| * | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 | 2 | -3/+6 |
| * | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane | 2010-01-07 | 2 | -4/+4 |
| * | binary upgrade: | Bruce Momjian | 2010-01-06 | 1 | -2/+2 |
| * | Update catalog version for recent relfilenode patch, so pg_migrator can | Bruce Momjian | 2010-01-06 | 1 | -2/+2 |
| * | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 | 1 | -3/+2 |
| * | Remove tabs in SGML. | Bruce Momjian | 2010-01-06 | 1 | -1/+2 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 2 | -6/+8 |
| * | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 | 48 | -418/+112 |
| * | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas | 2010-01-04 | 2 | -5/+26 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 60 | -120/+120 |
| * | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 | 1 | -2/+2 |
| * | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 | 1 | -2/+2 |
| * | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane | 2009-12-29 | 2 | -3/+6 |
| * | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 3 | -26/+28 |
| * | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 | 2 | -4/+5 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 1 | -1/+2 |
| * | Bump catversion to reflect the fact that HS patch changed pg_proc | Tom Lane | 2009-12-19 | 2 | -4/+4 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 2 | -2/+19 |
| * | Python 3 support in PL/Python | Peter Eisentraut | 2009-12-15 | 2 | -3/+5 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 1 | -2/+2 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 5 | -6/+63 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 4 | -31/+44 |
| * | Don't use a duplicate OID for aclexplode(). | Tom Lane | 2009-12-06 | 1 | -2/+2 |
| * | Speed up information schema privilege views | Peter Eisentraut | 2009-12-05 | 2 | -3/+5 |
| * | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane | 2009-11-29 | 2 | -4/+4 |
| * | Add support for anonymous code blocks (DO blocks) to PL/Perl. | Tom Lane | 2009-11-29 | 2 | -5/+5 |
| * | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 | 2 | -4/+4 |