index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2020-12-28
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-18
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-28
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-06-10
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-05-02
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-01-30
Fix a crash in logical replication
Peter Eisentraut
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-09-07
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2017-10-20
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-02-06
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-02
Silence compiler warnings
Joe Conway
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-09-20
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-15
RLS refactoring
Stephen Frost
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
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
[next]