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
*
Centralize some ALTER <whatever> .. SET SCHEMA checks.
Robert Haas
2010-11-22
5
-54
/
+55
*
Remove GucContext parameter from ParseConfigFile
Alvaro Herrera
2010-11-22
1
-7
/
+4
*
Add new SQL function, format(text).
Robert Haas
2010-11-20
1
-0
/
+195
*
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
2
-35
/
+28
*
Minor cleanup of indxpath.c.
Robert Haas
2010-11-20
1
-27
/
+8
*
Assorted further cleanup for integer-conversion patch.
Tom Lane
2010-11-20
1
-29
/
+24
*
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-20
1
-22
/
+53
*
Attempt to fix breakage caused by signed integer conversion patch.
Robert Haas
2010-11-20
1
-1
/
+11
*
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-19
1
-18
/
+45
*
Speed up conversion of signed integers to C strings.
Robert Haas
2010-11-19
2
-18
/
+105
*
Improve relation width estimation for subqueries.
Tom Lane
2010-11-19
4
-19
/
+147
*
Add pg_describe_object function
Alvaro Herrera
2010-11-18
1
-27
/
+30
*
Dept of second thoughts: don't try to push LIMIT below a SRF.
Tom Lane
2010-11-18
1
-1
/
+14
*
Remove unused parameter. Patch by Shigeru Hanada.
Heikki Linnakangas
2010-11-18
1
-4
/
+3
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
6
-21
/
+101
*
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
3
-66
/
+142
*
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
1
-8
/
+8
*
Send paramHandle to subprocesses as 64-bit on Win64
Magnus Hagander
2010-11-16
1
-0
/
+8
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
3
-7
/
+26
*
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
5
-4
/
+24
*
Avoid spurious Hot Standby conflicts from btree delete records.
Simon Riggs
2010-11-15
1
-13
/
+5
*
Correct poor grammar in comment.
Robert Haas
2010-11-14
1
-1
/
+1
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
7
-14
/
+14
*
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-14
1
-14
/
+19
*
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-13
1
-0
/
+12
*
Move copydir() prototype into its own header file.
Robert Haas
2010-11-12
2
-0
/
+2
*
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
1
-1
/
+5
*
Improved parallel make support
Peter Eisentraut
2010-11-12
4
-10
/
+9
*
Add missing support for removing foreign data wrapper / server privileges
Heikki Linnakangas
2010-11-12
1
-0
/
+6
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
1
-1
/
+3
*
Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.
Tom Lane
2010-11-10
1
-4
/
+11
*
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
1
-0
/
+18
*
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-11-09
1
-3
/
+20
*
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-11-09
1
-1
/
+1
*
Fix error handling in temp-file deletion with log_temp_files active.
Tom Lane
2010-11-08
1
-6
/
+33
*
Fix permanent memory leak in autovacuum launcher
Alvaro Herrera
2010-11-08
1
-3
/
+17
*
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-08
2
-12
/
+120
*
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-07
1
-4
/
+24
*
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-06
1
-0
/
+61
*
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-06
2
-6
/
+10
*
Include the current value of max_stack_depth in stack depth complaints.
Tom Lane
2010-11-04
1
-2
/
+3
*
Use appendStringInfoString() where appropriate in elog.c.
Tom Lane
2010-11-04
1
-22
/
+29
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
12
-458
/
+567
*
Fix adjust_semi_join to be more cautious about clauseless joins.
Tom Lane
2010-11-02
1
-5
/
+13
*
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-11-02
3
-14
/
+40
*
Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)
Heikki Linnakangas
2010-11-02
2
-10
/
+13
*
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-11-01
1
-79
/
+61
*
Fix corner-case bug in tracking of latest removed WAL segment during
Heikki Linnakangas
2010-11-01
2
-4
/
+7
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
18
-74
/
+338
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
3
-3
/
+3
[next]