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
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
Fix perlcritic warnings
Peter Eisentraut
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
Try to stabilize EXPLAIN output in partition_check test.
Robert Haas
2018-02-22
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
2018-02-21
Repair pg_upgrade's failure to preserve relfrozenxid for matviews.
Tom Lane
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 pg_dump's logic for eliding sequence limits that match the defaults.
Tom Lane
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
2018-02-19
Fix expected output
Alvaro Herrera
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
Remove redundant initialization of a local variable.
Tom Lane
2018-02-19
Fix StaticAssertExpr() under C++
Peter Eisentraut
2018-02-19
Remove redundant function declaration
Peter Eisentraut
2018-02-18
Message style fix
Peter Eisentraut
2018-02-18
Move function comment to the right place
Peter Eisentraut
2018-02-18
Minor comment fix
Peter Eisentraut
2018-02-17
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-17
Mention trigger name in trigger test
Alvaro Herrera
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
Fix crash when canceling parallel query
Peter Eisentraut
2018-02-16
Remove some inappropriate #includes.
Tom Lane
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
Fix typo in comment
Magnus Hagander
2018-02-16
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
Fix plpgsql to enforce domain checks when returning a NULL domain value.
Tom Lane
2018-02-15
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
Move the extern declaration for ExceptionalCondition into c.h.
Tom Lane
2018-02-14
Revert "Stabilize output of new regression test case".
Tom Lane
2018-02-14
Stabilize new plpgsql_record regression tests.
Tom Lane
2018-02-14
Return implementation defined value if pg_$op_s$bit_overflow overflows.
Andres Freund
2018-02-14
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
Add an assertion that we don't pass NULL to snprintf("%s").
Tom Lane
2018-02-14
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.
Tom Lane
2018-02-14
Speed up plpgsql trigger startup by introducing "promises".
Tom Lane
2018-02-14
Speed up plpgsql function startup by doing fewer pallocs.
Tom Lane
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
[next]