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
2017-02-06
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().
Tom Lane
2017-02-06
Update comment in relcache.c.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-25
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-20
Add pg_sequence system catalog
Peter Eisentraut
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-07
Silence compiler warnings
Stephen Frost
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-09-09
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-05-06
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-05
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-11
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-09-21
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-15
RLS refactoring
Stephen Frost
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
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-24
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
[next]