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
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
Minor cleanup in genbki.pl.
Tom Lane
2018-03-03
Trivial adjustments in preparation for bootstrap data conversion.
Tom Lane
2018-03-02
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Tom Lane
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
shm_mq: Have the receiver set the sender's less frequently.
Robert Haas
2018-03-02
shm_mq: Reduce spinlock usage.
Robert Haas
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
Minor clean-up in dshash.{c,h}.
Andres Freund
2018-03-02
Remove volatile qualifiers from shm_mq.c.
Andres Freund
2018-03-01
Use ereport not elog for some corrupt-HOT-chain reports.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
Remove out-of-date comment about formrdesc().
Tom Lane
2018-03-01
Fix format_type() to restore its old behavior.
Tom Lane
2018-03-01
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-28
For partitionwise join, match on partcollation, not parttypcoll.
Robert Haas
2018-02-28
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Robert Haas
2018-02-28
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2018-02-28
Update and improve comments.
Robert Haas
2018-02-27
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
Minor cleanup of code related to partially_grouped_rel.
Robert Haas
2018-02-27
Fix logic error in add_paths_to_partial_grouping_rel.
Robert Haas
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-24
Update headers of generated files
Peter Eisentraut
2018-02-24
Add current directory to Perl include path
Peter Eisentraut
2018-02-24
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2018-02-24
Fix thinko in in_range_float4_float8.
Tom Lane
2018-02-24
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
Revise API for partition bound search functions.
Robert Haas
2018-02-23
Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.
Robert Haas
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-22
Remove extra words.
Robert Haas
2018-02-22
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-22
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
Remove extra word from comment.
Robert Haas
2018-02-22
Avoid another valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-22
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
2018-02-20
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
Error message improvement
Peter Eisentraut
2018-02-20
Fix typo
Magnus Hagander
2018-02-20
Fix crash in pg_replication_slot_advance
Alvaro Herrera
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
[next]