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
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-17
Fix j2day() to behave sanely for negative Julian dates.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
Another comment update.
Robert Haas
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default
Peter Eisentraut
2016-03-16
Make spacing and punctuation consistent
Peter Eisentraut
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
Fix typos in comments
Alvaro Herrera
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-15
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
Add missing include for self-containment
Peter Eisentraut
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update PL/Perl's comment about hv_store().
Tom Lane
2016-03-14
Improve conversions from uint64 to Perl types.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Tom Lane
2016-03-14
Improve check for overly-long extensible node name.
Robert Haas
2016-03-14
pg_stat_get_progress_info() should be marked STRICT.
Tom Lane
2016-03-13
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
Fix whitespace and remove obsolete gitattributes entry
Peter Eisentraut
2016-03-13
Fix order of MemSet arguments
Magnus Hagander
2016-03-13
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-03-13
Fix Windows portability issue in 23a27b039d94ba35.
Tom Lane
2016-03-12
Get rid of scribbling on a const variable in psql's print.c.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
Include portability/mem.h into fd.c for MAP_FAILED.
Andres Freund
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-11
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Fix merge affixes for numeric ones
Teodor Sigaev
2016-03-11
Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-11
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-11
psql: Don't automatically use expanded format when there's 1 column.
Robert Haas
2016-03-11
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-03-11
Simplify GetLockNameFromTagType.
Robert Haas
2016-03-11
Blindly try to fix dtrace enabled builds, broken in 9cd00c45.
Andres Freund
2016-03-11
Checkpoint sorting and balancing.
Andres Freund
[next]