summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-09-19Add a fast pre-check for equality of equal-length strings.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-13Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian
2014-09-13More formatting.c variable renaming, for clarityBruce Momjian
2014-09-12Add GUC to enable logging of replication commands.Fujii Masao
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-11Silence compiler warning on Windows.Heikki Linnakangas
2014-09-10Implement mxid_age() to compute multi-xid ageBruce Momjian
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-09-05Rename C variables in formatting.c, for clarityBruce Momjian
2014-09-02Support ALTER SYSTEM RESET command.Fujii Masao
2014-09-01Fix unportable use of isspace().Tom Lane
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-28Allow escaping of option values for options passed at connection start.Andres Freund
2014-08-28Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.Jeff Davis
2014-08-26Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.Robert Haas
2014-08-26rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian
2014-08-24Fix another ancient memory-leak bug in relcache.c.Tom Lane
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-16Fix bogus return macros in range_overright_internal().Tom Lane
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-13Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane
2014-08-12Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-09Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane
2014-08-09Further cleanup of JSON-specific error messages.Tom Lane
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-29Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-07-16Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-11Fix whitespacePeter Eisentraut
2014-07-09Fix error hint style.Robert Haas
2014-07-09Improve error messages for bytea decoding failures.Robert Haas
2014-07-06Consistently pass an "unsigned char" to ctype.h functions.Noah Misch
2014-07-03Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane
2014-07-03Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane