index
:
users/kgrittn/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
bghinter
bug6123
depth
ecpg_big_bison
flexlock
idle
master
repl
serializable
Kevin Grittner's development, especially fully serializable transactions (See http://wiki.postgresql.org/wiki/Serializable for more info)
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-16
include_if_exists facility for config file.
Andrew Dunstan
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-11-27
Improve GiST range-contained-by searches by adding a flag for empty ranges.
Tom Lane
2011-11-23
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-21
Further code review for range types patch.
Tom Lane
2011-11-15
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-14
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-03
Support range data types.
Heikki Linnakangas
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-21
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-06
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-04
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-02
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-09-27
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-11
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-09
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-04
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-16
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-13
Make USECS_PER_* timestamp macros visible even when we are not using
Bruce Momjian
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-19
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-17
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-16
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-07
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
[next]