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