summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2013-10-07TYPEALIGN doesn't work on int64 on 32-bit platforms.Heikki Linnakangas
2013-10-07Fix bugs in SSI tuple locking.Heikki Linnakangas
2013-10-03Minor GIN code refactoring.Heikki Linnakangas
2013-09-24Fix pgindent comment breakageAlvaro Herrera
2013-09-18Typo fix.Robert Haas
2013-09-16Rename various "freeze multixact" variablesAlvaro Herrera
2013-09-16Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas
2013-09-09Introduce InvalidCommandId.Robert Haas
2013-09-05Revert WAL posix_fallocate() patches.Jeff Davis
2013-09-04Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas
2013-08-19Rename the "fast_promote" file to just "promote".Heikki Linnakangas
2013-08-19Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera
2013-08-09Message punctuation and pluralization fixesPeter Eisentraut
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-28Message style improvementsPeter Eisentraut
2013-07-23Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-17Fix variable names mentioned in comment to match the code.Heikki Linnakangas
2013-07-17Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas
2013-07-17Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch
2013-07-08Fix Windows build.Heikki Linnakangas
2013-07-08Improve scalability of WAL insertions.Heikki Linnakangas
2013-07-06Handle posix_fallocate() errors.Jeff Davis
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-07-04Fix typo in comment.Fujii Masao
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