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
Age
Commit message (
Expand
)
Author
2017-12-29
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-29
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-28
Fix rare assertion failure in parallel hash join.
Andres Freund
2017-12-27
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
Fix race-under-concurrency in PathNameCreateTemporaryDir.
Robert Haas
2017-12-27
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-27
Update relation's stats in pg_class during vacuum full.
Teodor Sigaev
2017-12-26
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
Add includes to make header files self-contained
Peter Eisentraut
2017-12-25
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-24
Fix assert with side effects in the new PHJ code.
Andres Freund
2017-12-22
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-21
Minor edits to catalog files and scripts
Alvaro Herrera
2017-12-21
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
Get rid of copy_partition_key
Alvaro Herrera
2017-12-21
Fix typo
Alvaro Herrera
2017-12-21
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-20
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-19
Test instrumentation of Hash nodes with parallel query.
Robert Haas
2017-12-19
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
Re-fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-12-19
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
2017-12-19
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-18
Add shared tuplestores.
Andres Freund
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-18
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
Fix typo on comment
Magnus Hagander
2017-12-17
Suppress compiler warning about no function return value.
Tom Lane
2017-12-16
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
Fix oversights in new plpgsql test suite infrastructure.
Tom Lane
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-15
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
Fix a number of copy & paste comment errors in common/int.h.
Andres Freund
2017-12-14
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
Add approximated Zipfian-distributed random generator to pgbench.
Teodor Sigaev
2017-12-13
Allow executor nodes to change their ExecProcNode function.
Andres Freund
2017-12-13
Add pg_attribute_always_inline.
Andres Freund
2017-12-13
Add defenses against pre-crash files to BufFileOpenShared().
Andres Freund
2017-12-13
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
Start a separate test suite for plpgsql
Peter Eisentraut
2017-12-13
Fix crash when using CALL on an aggregate
Peter Eisentraut
[next]