index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-17
Fix typo in relcache's equalPolicy()
Stephen Frost
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-06
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-03-23
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-02-20
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-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-11-28
Improve typcache: cache negative lookup results, add invalidation logic.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-10-29
Avoid setup work for invalidation messages at start-of-(sub)xact.
Robert Haas
2014-09-26
Fix relcache for policies, and doc updates
Stephen Frost
2014-09-26
Fix whitespace
Peter Eisentraut
2014-09-24
Code review for row security.
Stephen Frost
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-08-26
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-24
Fix another ancient memory-leak bug in relcache.c.
Tom Lane
2014-08-13
Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.
Tom Lane
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-06-20
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-05-24
Silence a couple of spurious valgrind warnings in inval.c.
Andres Freund
2014-05-18
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-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-07
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
Assert(IsTransactionState()) in RelationIdGetRelation().
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]