| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Add query text to auto_explain output. | Andrew Dunstan | 2010-02-16 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 |
* | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Further fixes for per-tablespace options patch. | Robert Haas | 2010-01-07 |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 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 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | 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 YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan | 2009-12-11 |
* | 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 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Remove long-since-unused file commands/version.h. | Tom Lane | 2009-08-07 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 |
* | 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 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas | 2009-01-22 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 |
* | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 |
* | Mark SessionReplicationRole as PGDLLIMPORT so it | Magnus Hagander | 2008-09-19 |