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-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-06
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-02
Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.
Robert Haas
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
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
[next]