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
/
utils
Age
Commit message (
Expand
)
Author
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-28
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-27
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-25
Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.
Tom Lane
2016-03-24
Use correct GetDatum function.
Robert Haas
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
Partition the freelist for shared dynahash tables.
Robert Haas
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-21
Make max_parallel_degree PGC_USERSET.
Robert Haas
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-19
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
Use INT64_FORMAT instead of %ld for int64.
Robert Haas
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-17
Update tuplesort.c comments for memory mangement improvements.
Robert Haas
2016-03-17
Improve memory management for external sorts.
Robert Haas
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
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
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-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
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-03-11
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.
Robert Haas
[next]