index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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-16
*
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-14
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-14
*
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-13
*
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-12
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
*
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-08
*
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-07
*
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-06
*
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-04
*
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-02
*
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-11-01
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
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-29
*
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-26
*
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
2010-10-25
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Support suffix matching of host names in pg_hba.conf
Peter Eisentraut
2010-10-24
*
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
*
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-22
[next]