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
Age
Commit message (
Expand
)
Author
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-15
Fix bugs in information_schema.referential_constraints view.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
Avoid potential relcache leak in objectaddress.c.
Robert Haas
2011-10-13
Remove all "traces" of trace_userlocks, because userlocks were removed
Bruce Momjian
2011-10-12
Don't mark auto-generated types as extension members.
Tom Lane
2011-10-12
Modify RelationGetBufferForTuple() to use a typedef, rather than a
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-11
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
Generate index-only scan tuple descriptor from the plan node's indextlist.
Tom Lane
2011-10-11
Consider index-only scans even when there is no matching qual or ORDER BY.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
Replace hardcoded switch in object_exists() with a lookup table.
Robert Haas
2011-10-11
Repair breakage in VirtualXactLock.
Robert Haas
2011-10-10
Mark GUC external_pid_file's default as '' in postgresql.conf, rather
Bruce Momjian
2011-10-10
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-09
Clean up a couple of box gist helper functions.
Heikki Linnakangas
2011-10-09
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-08
Fix brain fade in cost estimation for index-only scans.
Tom Lane
2011-10-08
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
Heikki Linnakangas
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-06
Ensure walsenders can be SIGTERMed while in non-walsender code
Magnus Hagander
2011-10-06
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-10-06
Replace the "New Linear" GiST split algorithm for boxes and points with a
Heikki Linnakangas
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
Fix uninitialized-variable bug.
Tom Lane
2011-10-04
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.
Tom Lane
2011-10-04
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-10-04
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-03
ProcedureCreate neglected to record dependencies on default expressions.
Tom Lane
2011-10-02
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-01
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-09-30
Support GiST index support functions that want to cache data across calls.
Tom Lane
2011-09-29
Fix recursion into previously planned sub-query in examine_simple_variable.
Tom Lane
2011-09-29
Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly
Bruce Momjian
2011-09-29
Fix index matching for operators with mixed collatable/noncollatable inputs.
Tom Lane
2011-09-27
Update comments related to the crash-safety of the visibility map.
Robert Haas
2011-09-27
heap_update() must recheck tuple after unlocking and relocking buffer.
Robert Haas
2011-09-27
Fix window functions that sort by expressions involving aggregates.
Tom Lane
2011-09-27
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
Update obsolete comments.
Robert Haas
2011-09-26
Use a fresh copy of query_list when making a second plan in GetCachedPlan.
Tom Lane
2011-09-25
Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.
Tom Lane
2011-09-24
Recognize self-contradictory restriction clauses for non-table relations.
Tom Lane
2011-09-23
Memory barrier support for PostgreSQL.
Robert Haas
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-21
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-20
Suppress "unused function" warning when not HAVE_LOCALE_T.
Tom Lane
[next]