summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2016-02-20Further fixing to make pg_size_bytes() portable.Dean Rasheed
2016-02-20Fix pg_size_bytes() to be more portable.Dean Rasheed
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-17Add new system view, pg_configJoe Conway
2016-02-17Reuse abbreviated keys in ordered [set] aggregates.Robert Haas
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-15Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund
2016-02-11Shift the responsibility for emitting "database system is shut down".Tom Lane
2016-02-11Improve error reporting in format()Teodor Sigaev
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-08Re-pgindent varlena.c.Tom Lane
2016-02-08Rename typedef "string" to "VarString".Tom Lane
2016-02-07Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-07Improve speed of timestamp/time/date output functions.Tom Lane
2016-02-06Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05Fix small goof in comment.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-05Improve error messagePeter Eisentraut
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-03Improve error reporting when location specified by postgres -D does not existPeter Eisentraut
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-26Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane
2016-01-24Yet further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Still further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-22Make extract() do something more reasonable with infinite datetimes.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-09Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-05Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane
2016-01-05Make the to_reg*() functions accept text not cstring.Tom Lane
2016-01-05Make pg_shseclabel available in early backend startupAlvaro Herrera
2016-01-04Adjust behavior of row_security GUC to match the docs.Tom Lane
2016-01-04Fix regrole and regnamespace output functions to do quoting, too.Tom Lane
2016-01-04Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane
2016-01-03Guard against null arguments in binary_upgrade_create_empty_extension().Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2016-01-01Teach flatten_reloptions() to quote option values safely.Tom Lane