summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2016-04-21PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane
2016-04-14Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11Allow emit_log_hook to see original message textSimon Riggs
2016-03-10Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
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-07Improve speed of timestamp/time/date output functions.Tom Lane
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).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-06Add sort support routine for the UUID data type.Robert Haas
2015-11-03Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas