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
2012-12-31
Fix compiler warning about uninitialized variable
Peter Eisentraut
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-27
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-24
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-21
Fix sloppiness in the timeline switch over streaming replication patch.
Heikki Linnakangas
2012-12-21
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
Fix grammatical mistake in error message
Peter Eisentraut
2012-12-20
Fix pg_extension_config_dump() to handle update cases more sanely.
Tom Lane
2012-12-20
Fix recycling of WAL segments after switching timeline during recovery.
Heikki Linnakangas
2012-12-20
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.
Heikki Linnakangas
2012-12-19
Check if we've reached end-of-backup point also if no redo is required.
Heikki Linnakangas
2012-12-19
Rename SQL feature S403 to ARRAY_MAX_CARDINALITY
Peter Eisentraut
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-16
Fix filling of postmaster.pid in bootstrap/standalone mode.
Tom Lane
2012-12-16
Tidy up from frontend Assert change.
Andrew Dunstan
2012-12-14
Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.
Robert Haas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-12
In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.
Heikki Linnakangas
2012-12-12
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-12
Disable event triggers in standalone mode.
Tom Lane
2012-12-11
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
Consistency check should compare last record replayed, not last record read.
Heikki Linnakangas
2012-12-10
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-10
Fix the tracking of min recovery point timeline.
Heikki Linnakangas
2012-12-09
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-07
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
Clarify that COPY FREEZE is not a hard rule.
Simon Riggs
2012-12-06
Background worker processes
Alvaro Herrera
2012-12-06
Fix intermittent crash in DROP INDEX CONCURRENTLY.
Tom Lane
2012-12-06
Update comment at top of index_create
Alvaro Herrera
2012-12-05
Ensure recovery pause feature doesn't pause unless users can connect.
Tom Lane
2012-12-05
Oops, meant to change the comment in writeTimeLineHistory.
Heikki Linnakangas
2012-12-05
Must not reach consistency before XLOG_BACKUP_RECORD
Simon Riggs
2012-12-04
Attempt to un-break Windows builds with USE_LDAP.
Tom Lane
2012-12-04
Downgrade a status message from LOG to DEBUG2.
Heikki Linnakangas
2012-12-04
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-12-04
Fix build of LDAP URL feature
Peter Eisentraut
2012-12-04
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
Add support for LDAP URLs
Peter Eisentraut
2012-12-03
Avoid holding vmbuffer pin after VACUUM.
Simon Riggs
[next]