index
:
postgresql.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
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2011-11-03
Support range data types.
Heikki Linnakangas
2011-10-23
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-04
Can't print PlannerGlobal's subroots list in outfuncs.
Tom Lane
2011-09-03
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-20
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-16
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-06-16
Avoid compiler warnings due to possibly unused variables
Peter Eisentraut
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-17
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-12
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-13
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-07
Add a stack overflow check to copyObject().
Tom Lane
2010-12-03
Create core infrastructure for KNNGIST.
Tom Lane
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-18
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-13
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
[next]