| Commit message (Expand) | Author | Age |
* | Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. | Tom Lane | 2012-08-11 |
* | Fix typo in comment | Alvaro Herrera | 2012-08-08 |
* | Fix longstanding crash-safety bug with newly-created-or-reset sequences. | Tom Lane | 2012-07-25 |
* | Change syntax of new CHECK NO INHERIT constraints | Alvaro Herrera | 2012-07-24 |
* | connoinherit may be true only for CHECK constraints | Alvaro Herrera | 2012-07-20 |
* | Avoid pre-determining index names during CREATE TABLE LIKE parsing. | Tom Lane | 2012-07-16 |
* | Have REASSIGN OWNED work on extensions, too | Alvaro Herrera | 2012-07-03 |
* | Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. | Tom Lane | 2012-06-30 |
* | Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. | Tom Lane | 2012-06-29 |
* | Improve reporting of permission errors for array types | Peter Eisentraut | 2012-06-15 |
* | Add more message pluralization | Peter Eisentraut | 2012-06-15 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas | 2012-06-07 |
* | Force PL and range-type support functions to be owned by a superuser. | Tom Lane | 2012-05-30 |
* | Improve error message for ALTER COLUMN TYPE coercion failure. | Tom Lane | 2012-05-16 |
* | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 |
* | Fix DROP TABLESPACE to unlink symlink when directory is not there. | Tom Lane | 2012-05-13 |
* | Prevent loss of init fork when truncating an unlogged table. | Robert Haas | 2012-05-11 |
* | Make "unexpected EOF" messages DEBUG1 unless in an open transaction | Magnus Hagander | 2012-05-07 |
* | Rename I/O timing statistics columns to blk_read_time and blk_write_time. | Tom Lane | 2012-04-29 |
* | Prevent index-only scans from returning wrong answers under Hot Standby. | Robert Haas | 2012-04-26 |
* | Casts to or from a domain type are ignored; warn and document. | Robert Haas | 2012-04-24 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Rearrange lazy_scan_heap to avoid visibility map race conditions. | Robert Haas | 2012-04-23 |
* | Recast "ONLY" column CHECK constraints as NO INHERIT | Alvaro Herrera | 2012-04-20 |
* | After PageSetAllVisible, use MarkBufferDirty. | Robert Haas | 2012-04-18 |
* | Consistently quote encoding and locale names in messages | Peter Eisentraut | 2012-04-13 |
* | Fix typo in comment. | Robert Haas | 2012-04-13 |
* | Update lazy_scan_heap header comment. | Robert Haas | 2012-04-13 |
* | Dept of second thoughts: improve the API for AnalyzeForeignTable. | Tom Lane | 2012-04-06 |
* | Allow statistics to be collected for foreign tables. | Tom Lane | 2012-04-06 |
* | Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock | Simon Riggs | 2012-04-06 |
* | Add support for renaming domain constraints | Peter Eisentraut | 2012-04-03 |
* | New GUC, track_iotiming, to track I/O timings. | Robert Haas | 2012-03-27 |
* | Remove dead assignment | Peter Eisentraut | 2012-03-26 |
* | Code cleanup for heap_freeze_tuple. | Robert Haas | 2012-03-26 |
* | Fix COPY FROM for null marker strings that correspond to invalid encoding. | Tom Lane | 2012-03-25 |
* | Replace empty locale name with implied value in CREATE DATABASE and initdb. | Tom Lane | 2012-03-25 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 |
* | COPY: Add an assertion | Peter Eisentraut | 2012-03-14 |
* | Add support for renaming constraints | Peter Eisentraut | 2012-03-10 |
* | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 |
* | Fix some issues with temp/transient tables in extension scripts. | Tom Lane | 2012-03-08 |
* | Collect and use element-frequency statistics for arrays. | Tom Lane | 2012-03-03 |
* | ALTER TABLE: skip FK validation when it's safe to do so | Alvaro Herrera | 2012-02-27 |
* | Remove useless const qualifier | Peter Eisentraut | 2012-02-26 |
* | Add some enumeration commas, for consistency | Peter Eisentraut | 2012-02-24 |
* | Require execute permission on the trigger function for CREATE TRIGGER. | Tom Lane | 2012-02-23 |
* | Remove inappropriate quotes | Peter Eisentraut | 2012-02-23 |
* | Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. | Robert Haas | 2012-02-22 |