summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-10-12Simplify the code for logical tape read buffers.Heikki Linnakangas
2016-10-03Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane
2016-10-03Change the way pre-reading in external sort's merge phase works.Heikki Linnakangas
2016-09-30Fix breakage in previous changePeter Eisentraut
2016-09-30Separate enum from structPeter Eisentraut
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-23Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-08-05Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.Tom Lane
2016-08-05Change InitToastSnapshot to a macro.Robert Haas
2016-08-03Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-10Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Mop-up for parallel degree-ectomy.Tom Lane
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-06-03Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-04-29Add a few entries to the tail of time mapping, to see old values.Kevin Grittner
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