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
2010-11-18
Add pg_describe_object function
Alvaro Herrera
2010-11-18
Dept of second thoughts: don't try to push LIMIT below a SRF.
Tom Lane
2010-11-18
Remove unused parameter. Patch by Shigeru Hanada.
Heikki Linnakangas
2010-11-18
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
Send paramHandle to subprocesses as 64-bit on Win64
Magnus Hagander
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
Avoid spurious Hot Standby conflicts from btree delete records.
Simon Riggs
2010-11-15
Correct poor grammar in comment.
Robert Haas
2010-11-15
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-13
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-12
Move copydir() prototype into its own header file.
Robert Haas
2010-11-12
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-11-12
Add missing support for removing foreign data wrapper / server privileges
Heikki Linnakangas
2010-11-11
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-10
Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.
Tom Lane
2010-11-10
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-11-09
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-11-09
Fix error handling in temp-file deletion with log_temp_files active.
Tom Lane
2010-11-08
Fix permanent memory leak in autovacuum launcher
Alvaro Herrera
2010-11-08
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-07
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-06
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-06
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-04
Include the current value of max_stack_depth in stack depth complaints.
Tom Lane
2010-11-04
Use appendStringInfoString() where appropriate in elog.c.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-02
Fix adjust_semi_join to be more cautious about clauseless joins.
Tom Lane
2010-11-02
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-11-02
Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)
Heikki Linnakangas
2010-11-01
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-11-01
Fix corner-case bug in tracking of latest removed WAL segment during
Heikki Linnakangas
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-29
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
Oops, missed one fix for EquivalenceClass rearrangement.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-27
Previous patch had no detectable virtue other than being a one-liner.
Tom Lane
2010-10-27
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-10-27
Add a client authentication hook.
Robert Haas
2010-10-26
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-10-26
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Fix overly-enthusiastic Assert in printing of Param reference expressions.
Tom Lane
2010-10-25
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-25
Work around rounding misbehavior exposed by buildfarm.
Tom Lane
[next]