summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Add support for multiple kinds of external toast datums.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-07-01Retry short writes when flushing WAL.Heikki Linnakangas
2013-06-29Inline ginCompareItemPointers function for speed.Heikki Linnakangas
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-26Initialize pad bytes in GinFormTuple().Noah Misch
2013-06-25Avoid inconsistent type declarationAlvaro Herrera
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-21Clarify terminology standalone backend vs. single-user modePeter Eisentraut
2013-06-17Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-06-14Remove special-case treatment of LOG severity level in standalone mode.Tom Lane
2013-06-12Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-03Additional spelling correctionsStephen Frost
2013-06-03Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-21After fast promotion use CHECKPOINT_FORCESimon Riggs
2013-05-21Maintain ThisTimeLineID correctly in checkpointerSimon Riggs
2013-05-19Init crash recovery using the latest available TLISimon Riggs
2013-05-19Emit msg correctly for timeline-crossing crashSimon Riggs
2013-05-19Remove single space on end of a line in xlog.cSimon Riggs
2013-05-13Fix handling of OID wraparound while in standalone mode.Tom Lane
2013-05-10Fix management of fn_extra caching during repeated GiST index scans.Tom Lane
2013-05-08Fix walsender failure at promotion.Heikki Linnakangas
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-04-30Record data_checksum_version in control file.Simon Riggs
2013-04-24Make fast promotion the default promotion mode.Simon Riggs
2013-04-16Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas
2013-04-10Remove duplicate initialization in XLogReadRecord.Robert Haas
2013-04-08Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas
2013-04-08Skip extraneous locking in XLogCheckBuffer().Simon Riggs
2013-04-08Avoid tricky race condition recording XLOG_HINTSimon Riggs
2013-04-07Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Fix buffer pin leak in heap update redo routine.Heikki Linnakangas
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-26Fix grammatical errors in some new message strings.Tom Lane
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-03Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane
2013-02-22Fix thinko in previous commit.Heikki Linnakangas