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
2015-12-18
Use just one standalone-backend session for initdb's post-bootstrap steps.
Tom Lane
2015-12-14
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-08
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-28
Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.
Tom Lane
2015-11-27
Update UCS_to_GB18030.pl with info about origin of the reference file.
Tom Lane
2015-11-27
Auto-generate file header comments in Unicode mapping files.
Tom Lane
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-25
Improve div_var_fast(), mostly by making comments better.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-17
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-17
Message improvements
Peter Eisentraut
2015-11-16
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-14
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-11-14
Fix spelling error in postgresql.conf
Bruce Momjian
2015-11-11
Be more noisy about "wrong number of nailed relations" initfile problems.
Tom Lane
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-06
Remove unnecessary cast in previous commit.
Robert Haas
2015-11-06
Add sort support routine for the UUID data type.
Robert Haas
2015-11-06
pg_size_pretty: Format negative values similar to positive ones.
Robert Haas
2015-11-05
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
Improve comments about abbreviation abort.
Robert Haas
2015-11-03
Correct tiny inaccuracy in strxfrm cache comment.
Robert Haas
2015-11-03
Remove some more dead Alpha-specific code.
Tom Lane
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
Put back ssl_renegotiation_limit parameter, but only allow 0.
Robert Haas
2015-10-20
Be a bit more rigorous about how we cache strcoll and strxfrm results.
Robert Haas
2015-10-20
Remove obsolete comment.
Robert Haas
2015-10-16
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-09
Speed up text sorts where the same strings occur multiple times.
Robert Haas
2015-10-09
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
to_number(): allow 'V' to divide by 10^(the number of digits)
Bruce Momjian
2015-10-06
to_char(): Do not count negative sign as a digit for time values
Bruce Momjian
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
[next]