| Commit message (Expand) | Author | Age |
* | Fix hash index vs "snapshot too old" problemms | Kevin Grittner | 2016-05-06 |
* | Revert CREATE INDEX ... INCLUDING ... | Teodor Sigaev | 2016-04-08 |
* | CREATE INDEX ... INCLUDING (column[, ...]) | Teodor Sigaev | 2016-04-08 |
* | Load FK defs into relcache for use by planner | Simon Riggs | 2016-04-07 |
* | Restructure index access method API to hide most of it at the C level. | Tom Lane | 2016-01-17 |
* | Make pg_shseclabel available in early backend startup | Alvaro Herrera | 2016-01-05 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Be more noisy about "wrong number of nailed relations" initfile problems. | Tom Lane | 2015-11-11 |
* | RLS refactoring | Stephen Frost | 2015-09-15 |
* | Fix subtransaction cleanup after an outer-subtransaction portal fails. | Tom Lane | 2015-09-04 |
* | Fix the logic for putting relations into the relcache init file. | Tom Lane | 2015-06-25 |
* | Use a safer method for determining whether relcache init file is stale. | Tom Lane | 2015-06-07 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Fix typo in relcache's equalPolicy() | Stephen Frost | 2015-04-17 |
* | Apply table and domain CHECK constraints in name order. | Tom Lane | 2015-03-23 |
* | Clean up some mess in row-security patches. | Tom Lane | 2015-01-24 |
* | Correctly handle relcache invalidation corner case during logical decoding. | Andres Freund | 2015-01-07 |
* | Improve relcache invalidation handling of currently invisible relations. | Andres Freund | 2015-01-07 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Improve hash_create's API for selecting simple-binary-key hash functions. | Tom Lane | 2014-12-18 |
* | Rename pg_rowsecurity -> pg_policy and other fixes | Stephen Frost | 2014-11-27 |
* | Fix relpersistence setting in reindex_index | Alvaro Herrera | 2014-11-17 |
* | Get rid of SET LOGGED indexes persistence kludge | Alvaro Herrera | 2014-11-15 |
* | Clean up includes from RLS patch | Stephen Frost | 2014-11-14 |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 |
* | Fix relcache for policies, and doc updates | Stephen Frost | 2014-09-26 |
* | Fix whitespace | Peter Eisentraut | 2014-09-26 |
* | Code review for row security. | Stephen Frost | 2014-09-24 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | rename macro isTempOrToastNamespace to isTempOrTempToastNamespace | Bruce Momjian | 2014-08-25 |
* | Fix another ancient memory-leak bug in relcache.c. | Tom Lane | 2014-08-24 |
* | Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap. | Tom Lane | 2014-08-13 |
* | Ooops, I broke initdb with that last patch. | Tom Lane | 2014-05-18 |
* | Fix two ancient memory-leak bugs in relcache.c. | Tom Lane | 2014-05-18 |
* | Fix a bunch of functions that were declared static then defined not-static. | Tom Lane | 2014-05-17 |
* | Code review for recent changes in relcache.c. | Tom Lane | 2014-05-14 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Rationalize common/relpath.[hc]. | Tom Lane | 2014-04-30 |
* | Reduce lock levels of some ALTER TABLE cmds | Simon Riggs | 2014-04-06 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | In RelationClearRelation, postpone cache reload if !IsTransactionState(). | Tom Lane | 2014-02-06 |
* | Assert(IsTransactionState()) in RelationIdGetRelation(). | Tom Lane | 2014-02-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Silence compiler warning on MSVC. | Heikki Linnakangas | 2014-01-07 |
* | Fix more instances of "the the" in comments. | Heikki Linnakangas | 2013-12-13 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 2013-11-08 |
* | Eliminate pg_rewrite.ev_attr column and related dead code. | Kevin Grittner | 2013-09-05 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |