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