| Commit message (Expand) | Author | Age |
* | Change the format of the VM fork to add a second bit per page. | Robert Haas | 2016-03-01 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Add a C API for parallel heap scans. | Robert Haas | 2015-10-16 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. | Tom Lane | 2015-03-15 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. | Tom Lane | 2014-11-20 |
* | BRIN: Block Range Indexes | Alvaro Herrera | 2014-11-07 |
* | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 2014-10-07 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Reduce scope of changes for COPY FREEZE. | Simon Riggs | 2012-12-02 |
* | COPY FREEZE and mark committed on fresh tables. | Simon Riggs | 2012-12-01 |
* | Throw error if expiring tuple is again updated or deleted. | Kevin Grittner | 2012-10-26 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Add new function log_newpage_buffer. | Robert Haas | 2012-06-14 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Prevent index-only scans from returning wrong answers under Hot Standby. | Robert Haas | 2012-04-26 |
* | Code cleanup for heap_freeze_tuple. | Robert Haas | 2012-03-26 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | In COPY, insert tuples to the heap in batches. | Heikki Linnakangas | 2011-11-09 |
* | Make VACUUM avoid waiting for a cleanup lock, where possible. | Robert Haas | 2011-11-07 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Allow callers to pass a missing_ok flag when opening a relation. | Robert Haas | 2011-06-27 |
* | Avoid having two copies of the HOT-chain search logic. | Robert Haas | 2011-06-27 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |