index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
13
-53
/
+364
*
Another comment update.
Robert Haas
2016-03-16
1
-2
/
+2
*
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-16
2
-3
/
+3
*
Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460
Teodor Sigaev
2016-03-16
3
-0
/
+1782
*
Add word_similarity to pg_trgm contrib module.
Teodor Sigaev
2016-03-16
10
-75
/
+726
*
Fix typo.
Robert Haas
2016-03-16
1
-1
/
+1
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
12
-3
/
+91
*
GUC variable pg_trgm.similarity_threshold insead of set_limit()
Teodor Sigaev
2016-03-16
6
-15
/
+78
*
UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default
Peter Eisentraut
2016-03-16
1
-1
/
+1
*
Make spacing and punctuation consistent
Peter Eisentraut
2016-03-16
2
-3
/
+3
*
fix typo in comment
Teodor Sigaev
2016-03-16
1
-1
/
+1
*
Improve script generating unaccent rules
Teodor Sigaev
2016-03-16
2
-56
/
+762
*
Fix typos.
Robert Haas
2016-03-15
26
-30
/
+30
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
1
-2
/
+4
*
Fix typos in comments
Alvaro Herrera
2016-03-15
1
-2
/
+2
*
postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.
Robert Haas
2016-03-15
1
-2
/
+2
*
Fix typos.
Robert Haas
2016-03-15
1
-2
/
+2
*
Add simple VACUUM progress reporting.
Robert Haas
2016-03-15
8
-1
/
+394
*
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-15
6
-2
/
+92
*
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
5
-17
/
+67
*
Add missing include for self-containment
Peter Eisentraut
2016-03-14
1
-0
/
+2
*
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-14
3
-1
/
+16
*
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
4
-0
/
+35
*
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
4
-2
/
+11
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
18
-138
/
+143
*
Update PL/Perl's comment about hv_store().
Tom Lane
2016-03-14
1
-4
/
+2
*
Improve conversions from uint64 to Perl types.
Tom Lane
2016-03-14
2
-9
/
+12
*
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
3
-6
/
+7
*
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Tom Lane
2016-03-14
1
-1
/
+1
*
Improve check for overly-long extensible node name.
Robert Haas
2016-03-14
1
-1
/
+2
*
pg_stat_get_progress_info() should be marked STRICT.
Tom Lane
2016-03-14
1
-1
/
+1
*
Teach the configure script to validate its --with-pgport argument.
Tom Lane
2016-03-14
2
-0
/
+22
*
Mop-up for setting minimum Tcl version to 8.4.
Tom Lane
2016-03-13
3
-5
/
+4
*
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
2
-1
/
+5
*
Fix whitespace and remove obsolete gitattributes entry
Peter Eisentraut
2016-03-13
6
-6
/
+1
*
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-13
2
-12
/
+11
*
Fix order of MemSet arguments
Magnus Hagander
2016-03-13
1
-1
/
+1
*
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-03-13
1
-0
/
+6
*
Fix Windows portability issue in 23a27b039d94ba35.
Tom Lane
2016-03-12
1
-1
/
+1
*
Get rid of scribbling on a const variable in psql's print.c.
Tom Lane
2016-03-12
2
-3
/
+3
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
32
-181
/
+273
*
Include portability/mem.h into fd.c for MAP_FAILED.
Andres Freund
2016-03-12
1
-0
/
+1
*
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-12
2
-10
/
+11
*
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
3
-11
/
+197
*
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
4
-44
/
+478
*
Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
1
-2
/
+6
*
Fix merge affixes for numeric ones
Teodor Sigaev
2016-03-11
1
-4
/
+20
*
Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
1
-1
/
+1
*
Tsvector editing functions
Teodor Sigaev
2016-03-11
7
-18
/
+933
*
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-11
3
-64
/
+111
[next]