| Commit message (Expand) | Author | Age |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Remove obsolete comment about 'fsm' argument, which isn't an argument | Heikki Linnakangas | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | 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 |
* | Assorted cleanups in preparation for using a map file to support altering | Tom Lane | 2010-02-03 |
* | Fold FindConversion() into FindConversionByName() and remove ACL check. | Robert Haas | 2010-02-02 |
* | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | Improve a couple of comments relating to large object snapshot management. | Robert Haas | 2010-01-07 |
* | Make error messages for bad --set-version argument more useful. | Tom Lane | 2010-01-06 |
* | Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is | Tom Lane | 2010-01-06 |
* | binary upgrade: | Bruce Momjian | 2010-01-06 |
* | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 |
* | Remove tabs in SGML. | Bruce Momjian | 2010-01-06 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names, | Tom Lane | 2010-01-05 |
* | Further code review for genbki.pl. Improve comments, fix some | Tom Lane | 2010-01-05 |
* | Remove too-smart-for-its-own-good optimization of not overwriting the output | Tom Lane | 2010-01-05 |
* | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Update SQL features supported list | Peter Eisentraut | 2010-01-01 |
* | Update SQL features list for aggregate ORDER BY support | Peter Eisentraut | 2009-12-31 |
* | Add information_schema.triggered_update_columns | Peter Eisentraut | 2009-12-31 |
* | Fill in information schema column for trigger WHEN condition | Peter Eisentraut | 2009-12-30 |
* | Update SQL conformance: search conditions on triggers are supported | Peter Eisentraut | 2009-12-30 |
* | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane | 2009-12-29 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. | Bruce Momjian | 2009-12-28 |
* | Add PGDLLIMPORT for binary_upgrade global variables so shared object | Bruce Momjian | 2009-12-28 |
* | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 |
* | Rename EnumValuesCreate() single-letter variable names to useful | Bruce Momjian | 2009-12-24 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 |
* | binary migration: pg_migrator | Bruce Momjian | 2009-12-19 |
* | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane | 2009-12-14 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Speed up information schema privilege views | Peter Eisentraut | 2009-12-05 |
* | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane | 2009-11-29 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane | 2009-10-31 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |