summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2012-09-06Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas
2012-09-06Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-09-05Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-03Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane
2012-08-31Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-30Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas
2012-08-29Optimize SP-GiST insertions.Heikki Linnakangas
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-08-21Avoid somewhat-theoretical overflow risks in RecordIsValid().Tom Lane
2012-08-20Don't get confused if a WAL partial record header has xl_tot_len == 0.Heikki Linnakangas
2012-08-16Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-15Update C comment to NOTICE to reflect previous commit changing the errorBruce Momjian
2012-08-08Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs
2012-08-08Fix TwoPhaseGetDummyBackendId().Tom Lane
2012-08-07fsync backup_label after pg_start_backup()Simon Riggs
2012-08-03Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane
2012-08-03In SPGiST replay, do conflict resolution before modifying the page.Tom Lane
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-13Cosmetic cleanup of ginInsertValue().Tom Lane
2012-07-02Fix a stupid bug I introduced into XLogFlush().Robert Haas
2012-07-02Fix position of WalSndWakeupRequest call.Robert Haas
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-07-02Work a little harder on comments for walsender wakeup patch.Robert Haas
2012-07-02Make commit_delay much smarter.Robert Haas
2012-07-02Make walsender more responsive.Robert Haas
2012-06-30Validate xlog record header before enlarging the work area to store it.Heikki Linnakangas
2012-06-29Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas
2012-06-28Update outdated commit; xlp_rem_len field is in page header now.Heikki Linnakangas
2012-06-27Fix two more neglected comments, still referring to log/seg.Heikki Linnakangas
2012-06-27I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas
2012-06-26Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane
2012-06-26Reduce use of heavyweight locking inside hash AM.Robert Haas
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-24Oops. Remove stray paren.Heikki Linnakangas
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Allow WAL record header to be split across pages.Heikki Linnakangas
2012-06-24Move WAL continuation record information to WAL page header.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14Improve readability and error messages in pg_backup_start_time.Robert Haas
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas
2012-06-14During transaction cleanup, release locks before deleting files.Robert Haas