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
/
include
Age
Commit message (
Expand
)
Author
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-15
Avoid duplicate typedef for SharedRecordTypmodRegistry.
Tom Lane
2017-09-15
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
Remove BoolPtr type
Peter Eisentraut
2017-09-14
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-12
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-10
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
Further marginal hacking on generic atomic ops.
Tom Lane
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.
Tom Lane
2017-09-06
Remove duplicate reads from the inner loops in generic atomic ops.
Tom Lane
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-05
Remove endof macro
Peter Eisentraut
2017-09-05
Remove our own definition of NULL
Peter Eisentraut
2017-09-03
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-01
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
2017-08-30
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-25
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-24
Increase SCRAM salt length
Peter Eisentraut
2017-08-23
Update code comment for temporary replication slots
Peter Eisentraut
2017-08-23
Hash tables backed by DSA shared memory.
Andres Freund
2017-08-22
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-22
Add a hash_combine function for mixing hash values.
Andres Freund
2017-08-21
pg_prewarm: Add automatic prewarm feature.
Robert Haas
2017-08-20
Partially flatten struct tupleDesc so that it can be used in DSM.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-18
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-17
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
[next]