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