| Commit message (Expand) | Author | Age |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Reduce pinning and buffer content locking for btree scans. | Kevin Grittner | 2015-03-25 |
* | Fix column-privilege leak in error-message paths | Stephen Frost | 2015-01-28 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Revamp the WAL record format. | Heikki Linnakangas | 2014-11-20 |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 |
* | Remove dead InRecovery check. | Heikki Linnakangas | 2014-09-11 |
* | Fix backup-block numbering in redo of b-tree split. | Heikki Linnakangas | 2014-05-19 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update obsolete comments. | Heikki Linnakangas | 2014-04-23 |
* | Fix bug in the new B-tree incomplete-split code. | Heikki Linnakangas | 2014-04-22 |
* | Avoid allocations in critical sections. | Heikki Linnakangas | 2014-04-04 |
* | Fix bug in the new B-tree incomplete-split code. | Heikki Linnakangas | 2014-04-01 |
* | Setup error context callback for transaction lock waits | Alvaro Herrera | 2014-03-19 |
* | Make the handling of interrupted B-tree page splits more robust. | Heikki Linnakangas | 2014-03-18 |
* | btbuild no longer calls _bt_doinsert(), update comment. | Heikki Linnakangas | 2014-02-26 |
* | Remove unnecessary relcache flushes after changing btree metapages. | Tom Lane | 2014-02-05 |
* | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane | 2014-01-23 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add buffer_std flag to MarkBufferDirtyHint(). | Jeff Davis | 2013-06-17 |
* | Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 2013-03-22 |
* | Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs | 2013-03-18 |
* | Provide database object names as separate fields in error messages. | Tom Lane | 2013-01-29 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane | 2010-08-29 |
* | Derive latestRemovedXid for btree deletes by reading heap pages. The | Simon Riggs | 2010-03-28 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | 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 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 |
* | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas | 2008-06-11 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |