index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
18
-119
/
+536
*
Ensure walsenders can be SIGTERMed while in non-walsender code
Magnus Hagander
2011-10-06
1
-0
/
+7
*
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-10-06
3
-3
/
+21
*
Replace the "New Linear" GiST split algorithm for boxes and points with a
Heikki Linnakangas
2011-10-06
1
-254
/
+557
*
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-05
3
-47
/
+33
*
Improve define_custom_variable's handling of pre-existing settings.
Tom Lane
2011-10-04
4
-56
/
+168
*
Fix uninitialized-variable bug.
Tom Lane
2011-10-04
1
-2
/
+2
*
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.
Tom Lane
2011-10-04
1
-2
/
+20
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
2
-67
/
+59
*
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-10-04
3
-58
/
+84
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
3
-250
/
+25
*
ProcedureCreate neglected to record dependencies on default expressions.
Tom Lane
2011-10-03
1
-0
/
+5
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
4
-195
/
+277
*
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-10-01
1
-0
/
+42
*
Support GiST index support functions that want to cache data across calls.
Tom Lane
2011-09-30
4
-62
/
+163
*
Fix recursion into previously planned sub-query in examine_simple_variable.
Tom Lane
2011-09-29
1
-0
/
+11
*
Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly
Bruce Momjian
2011-09-29
1
-0
/
+3
*
Fix index matching for operators with mixed collatable/noncollatable inputs.
Tom Lane
2011-09-29
1
-7
/
+18
*
Update comments related to the crash-safety of the visibility map.
Robert Haas
2011-09-27
2
-3
/
+17
*
heap_update() must recheck tuple after unlocking and relocking buffer.
Robert Haas
2011-09-27
1
-1
/
+4
*
Fix window functions that sort by expressions involving aggregates.
Tom Lane
2011-09-26
1
-2
/
+8
*
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
3
-55
/
+66
*
Update obsolete comments.
Robert Haas
2011-09-26
1
-2
/
+2
*
Use a fresh copy of query_list when making a second plan in GetCachedPlan.
Tom Lane
2011-09-26
1
-1
/
+9
*
Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.
Tom Lane
2011-09-25
1
-6
/
+5
*
Recognize self-contradictory restriction clauses for non-table relations.
Tom Lane
2011-09-24
2
-22
/
+43
*
Memory barrier support for PostgreSQL.
Robert Haas
2011-09-23
2
-0
/
+200
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
18
-16
/
+124
*
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-21
1
-8
/
+17
*
Suppress "unused function" warning when not HAVE_LOCALE_T.
Tom Lane
2011-09-20
1
-0
/
+2
*
Improve reporting of newlocale() failures in CREATE COLLATION.
Tom Lane
2011-09-20
1
-14
/
+25
*
Fix Assert failure in new plancache code.
Tom Lane
2011-09-17
1
-2
/
+15
*
Remove debug logging for pgstat wait timeout.
Tom Lane
2011-09-16
1
-26
/
+11
*
Avoid unnecessary page-level SSI lock check in heap_insert().
Tom Lane
2011-09-16
1
-7
/
+12
*
gistendscan() forgot to free so->giststate.
Tom Lane
2011-09-16
1
-0
/
+1
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
9
-962
/
+1338
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
4
-0
/
+4
*
deflist_to_tuplestore dumped core on an option with no value.
Tom Lane
2011-09-13
1
-2
/
+11
*
In the final emptying phase of the new GiST buffering build, set the
Heikki Linnakangas
2011-09-12
1
-4
/
+8
*
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
1
-19
/
+63
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
18
-66
/
+66
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
8
-90
/
+31
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
26
-4
/
+30
*
round() is not portable. Use rint().
Tom Lane
2011-09-08
1
-1
/
+3
*
Tweak string for uniformity
Alvaro Herrera
2011-09-08
1
-1
/
+1
*
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-08
8
-184
/
+2063
*
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
1
-7
/
+20
*
Fix typo in error message.
Tom Lane
2011-09-07
1
-1
/
+1
*
Fix get_name_for_var_field() to deal with RECORD Params.
Tom Lane
2011-09-07
1
-56
/
+115
*
Fix to_date() and to_timestamp() to handle year masks of length < 4 so
Bruce Momjian
2011-09-07
1
-26
/
+32
[next]