index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Commit message (
Expand
)
Author
Age
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
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
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
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
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Be more noisy about "wrong number of nailed relations" initfile problems.
Tom Lane
2015-11-11
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
*
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
RLS refactoring
Stephen Frost
2015-09-15
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
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
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Fix typo in relcache's equalPolicy()
Stephen Frost
2015-04-17
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-06
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
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
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
*
Improve typcache: cache negative lookup results, add invalidation logic.
Tom Lane
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-17
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
[next]