aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Slightly reorganize struct SnapshotData.Robert Haas2012-01-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-23
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* include_if_exists facility for config file.Andrew Dunstan2011-12-15
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane2011-11-27
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-22
* Still more review for range-types patch.Tom Lane2011-11-22
* Further code review for range types patch.Tom Lane2011-11-20
* Restructure function-internal caching in the range type code.Tom Lane2011-11-15
* Fix copyright notices, other minor editing in new range-types code.Tom Lane2011-11-14
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Support range data types.Heikki Linnakangas2011-11-03
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Code review for pgstat_get_crashed_backend_activity patch.Tom Lane2011-10-21
* Try to log current the query string when a backend crashes.Robert Haas2011-10-21
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-11
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-12
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-19
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11