summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-10json_typeof function.Andrew Dunstan
2013-10-10Revive line typePeter Eisentraut
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-09-10Remove leftover function prototype.Fujii Masao
2013-09-05Make catalog cache hash tables resizeable.Heikki Linnakangas
2013-09-03Update comments concerning PGC_S_TEST.Tom Lane
2013-08-13Emit a log message if output is about to be redirected away from stderr.Tom Lane
2013-08-01Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-20Clean up new JSON API typedefsPeter Eisentraut
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-07-07Fix include-guardMagnus Hagander
2013-07-05Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-16Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-08SP-GiST support of the range adjacent operator -|-Heikki Linnakangas
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-22Add pg_xlogdump contrib programAlvaro Herrera
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera