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
2017-08-01
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-22
Improve comments about partitioned hash table freelists.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-18
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-02
Refine memory allocation in ICU conversions
Peter Eisentraut
2017-06-30
Prohibit creating ICU collation with different ctype
Peter Eisentraut
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-26
Minor code review for parse_phrase_operator().
Tom Lane
2017-06-24
Fix typo in comment in SerializeSnapshot
Simon Riggs
2017-06-24
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65
Simon Riggs
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-20
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-16
Fix ICU collation use on Windows
Peter Eisentraut
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-09
Formatting improvements in config file samples
Peter Eisentraut
2017-06-06
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
Remove dead variables.
Tom Lane
2017-06-03
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
Tom Lane
2017-06-02
Fix copy/paste mistake in comment
Magnus Hagander
2017-05-30
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-29
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
Fix thinko in JsObjectSize() macro.
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-21
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-19
Fix misspelled struct tag.
Tom Lane
2017-05-19
Fix argument name differences
Peter Eisentraut
2017-05-18
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
Heikki Linnakangas
[next]