summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2018-07-27Teach pgxc_exec_sizefunc() to use pg_my_temp_schema() to get temp schemaPavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-08-21Make sure ExecRemoteQuery is called with (PlanState *) parameterTomas Vondra
2017-08-18Generate a DEFAULT clause for identity columnsPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-08Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane
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-31Remove extra snprintf call in pg_tablespace_databasesTomas Vondra
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.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-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-02Refine memory allocation in ICU conversionsPeter Eisentraut
2017-06-30Prohibit creating ICU collation with different ctypePeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-26Minor code review for parse_phrase_operator().Tom Lane
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-20Don't downcase entries within shared_preload_libraries et al.Tom Lane
2017-06-16Fix ICU collation use on WindowsPeter Eisentraut
2017-06-16Handle NextValueExpr node correctly at various places.Pavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
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-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-18Fix typo in comment.Heikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane