| Commit message (Expand) | Author | Age |
* | Before attempting to create a composite type, check whether a type of that | Peter Eisentraut | 2010-01-20 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Lock database while running drop database in Hot Standby to protect | Simon Riggs | 2010-01-16 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | During Hot Standby, fix drop database when sessions idle. | Simon Riggs | 2010-01-10 |
* | More tablespace.c comment improvements. | Bruce Momjian | 2010-01-07 |
* | Clarify tablespace.c::TablespaceCreateDbspace() comments. | Bruce Momjian | 2010-01-07 |
* | PG_MAJORVERSION: | Bruce Momjian | 2010-01-06 |
* | Silence compiler warning about uninitialized variables. This initialization | Itagaki Takahiro | 2010-01-06 |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 |
* | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 |
* | Use OIDCHARS: | Bruce Momjian | 2010-01-06 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Dept of second thoughts: recursive case in ANALYZE shouldn't emit a | Tom Lane | 2009-12-30 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 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 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 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 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 |
* | Remove code that attempted to rename index columns to keep them in sync with | Tom Lane | 2009-12-23 |
* | Always pass catalog id to the options validator function specified in | Heikki Linnakangas | 2009-12-23 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Disallow comments on columns of relation types other than tables, views, | Tom Lane | 2009-12-22 |
* | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | binary migration: pg_migrator | Bruce Momjian | 2009-12-19 |
* | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas | 2009-12-16 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 |
* | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas | 2009-12-12 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan | 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 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane | 2009-11-18 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 |
* | Revert the temporary patch to work around Snow Leopard readdir() bug. | Tom Lane | 2009-11-10 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Keep track of language's trusted flag in InlineCodeBlock. Needed to support D... | Andrew Dunstan | 2009-11-06 |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 |
* | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 |
* | Allow rewriting ALTER TABLE to skip WAL logging. | Heikki Linnakangas | 2009-11-04 |