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
/
commands
Age
Commit message (
Expand
)
Author
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
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-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-23
Fix translation marker
Peter Eisentraut
2017-08-21
Don't install ICU collation keyword variants
Peter Eisentraut
2017-08-21
Expand set of predefined ICU locales
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-19
Fix creation of ICU comments for keyword variants
Peter Eisentraut
2017-08-18
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-17
Refactor validation of new partitions a little bit.
Robert Haas
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
Fix typo
Peter Eisentraut
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-07
Fix function name in code comment
Peter Eisentraut
2017-08-07
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-05
Suppress unused-variable warnings when building with ICU 4.2.
Tom Lane
2017-08-05
Add support for ICU 4.2
Peter Eisentraut
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-03
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-01
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-07-22
Fix typo in comment
Alvaro Herrera
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-08
Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane
2017-07-07
Fix typo
Alvaro Herrera
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-06-30
Copy collencoding in CREATE COLLATION / FROM
Peter Eisentraut
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-24
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-23
Fix incorrect buffer-length argument to uloc_getDisplayName().
Tom Lane
2017-06-23
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-22
Update out-of-date comment in vacuumlazy.c
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-16
Use RangeVarGetRelidExtended() in AlterSequence()
Peter Eisentraut
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
[next]