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
Age
Commit message (
Expand
)
Author
2020-07-30
Use pg_bitutils for HyperLogLog.
Jeff Davis
2020-07-30
Introduce a WaitEventSet for the stats collector.
Thomas Munro
2020-07-30
Use WaitLatch() for condition variables.
Thomas Munro
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-29
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-29
Fix incorrect print format in json.c
Michael Paquier
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-29
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
Tweak behavior of pg_stat_activity.leader_pid
Michael Paquier
2020-07-25
Use RAND_poll() for seeding randomness after fork().
Noah Misch
2020-07-25
Improve performance of binary COPY FROM through better buffering.
Tom Lane
2020-07-25
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-24
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-23
Fix error message.
Thomas Munro
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-22
Fix conversion table generator scripts.
Thomas Munro
2020-07-21
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-21
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-21
Assert that we don't insert nulls into attnotnull catalog columns.
Tom Lane
2020-07-21
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
Assert that buffer is pinned in LockBuffer().
Peter Geoghegan
2020-07-20
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-19
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
Mark buffers as defined to Valgrind consistently.
Peter Geoghegan
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-18
Rename "hash_mem" local variable.
Peter Geoghegan
2020-07-18
Add Valgrind buffer access instrumentation.
Peter Geoghegan
2020-07-17
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
Fix whitespace
Peter Eisentraut
[next]