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
Age
Commit message (
Expand
)
Author
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
Fix comment for ExecProcessReturning
Stephen Frost
2018-03-14
Add tests for reinit.c
Peter Eisentraut
2018-03-13
Add Oracle like handling of char arrays.
Michael Meskes
2018-03-13
Fix double frees in ecpg.
Michael Meskes
2018-03-13
Expand AND/OR regression tests around NULL handling.
Andres Freund
2018-03-13
Add COSTS off to two EXPLAIN using tests.
Andres Freund
2018-03-13
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-13
Set connection back to NULL after freeing it.
Michael Meskes
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-03-13
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-12
Avoid having two PKs in a partition
Alvaro Herrera
2018-03-12
doc: Reword restriction on partition keys in unique indexes
Alvaro Herrera
2018-03-12
docs: Fix typo: a -> an
Alvaro Herrera
2018-03-12
Remove doc sentence no longer applicable
Alvaro Herrera
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
Clarify initdb --help message for --wal-segsize
Magnus Hagander
2018-03-10
In psql, restore old behavior of Query_for_list_of_functions.
Tom Lane
2018-03-09
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-09
Fix test_predtest's idea of what weak refutation means.
Tom Lane
2018-03-08
Correctly assess parallel-safety of tlists when SRFs are used.
Robert Haas
2018-03-08
Add test scaffolding for exercising optimizer's predicate-proof logic.
Tom Lane
2018-03-08
Revert "Temporarily instrument postgres_fdw test to look for statistics chang...
Tom Lane
2018-03-08
In initdb, don't bother trying max_connections = 10.
Tom Lane
2018-03-08
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-07
test_decoding: Remove unused #include directives.
Robert Haas
2018-03-07
doc: Add more substructure to SSL documentation
Peter Eisentraut
2018-03-07
Add missing debug lines during bootstrap
Alvaro Herrera
2018-03-07
Fix typo
Peter Eisentraut
2018-03-07
Fix typo
Alvaro Herrera
2018-03-07
Fix test counting in SSL tests
Peter Eisentraut
2018-03-07
Fix typo for RangeVarGetRelidExtended
Stephen Frost
2018-03-07
Fix costing of parallel hash joins.
Peter Eisentraut
2018-03-07
doc: Improve calculation of vm.nr_hugepages
Peter Eisentraut
2018-03-07
doc: Add replication parameter to libpq documentation
Peter Eisentraut
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-06
Fix expected error message in test
Peter Eisentraut
2018-03-06
Raise Test::More version requirement
Peter Eisentraut
2018-03-06
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-06
Tests for Kerberos/GSSAPI authentication
Peter Eisentraut
2018-03-06
Fix parent node of WCO expressions in partitioned tables.
Andres Freund
2018-03-06
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.
Andres Freund
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
Temporarily instrument postgres_fdw test to look for statistics changes.
Tom Lane
2018-03-05
Add infrastructure to support server-version-dependent tab completion.
Tom Lane
[next]