aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix bug in GIN posting tree root creation.Heikki Linnakangas2013-11-13
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Fix setting of right bound at GIN page split.Heikki Linnakangas2013-11-07
* Fix missing argument and function prototypes.Heikki Linnakangas2013-11-06
* Misc GIN refactoring.Heikki Linnakangas2013-11-06
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-03
* Retry after buffer locking failure during SPGiST index creation.Tom Lane2013-11-02
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Fix typos in comments.Heikki Linnakangas2013-10-24
* Consistently use unsigned arithmetic for alignment calculations.Noah Misch2013-10-20
* TYPEALIGN doesn't work on int64 on 32-bit platforms.Heikki Linnakangas2013-10-08
* Fix bugs in SSI tuple locking.Heikki Linnakangas2013-10-08
* Minor GIN code refactoring.Heikki Linnakangas2013-10-03
* Fix pgindent comment breakageAlvaro Herrera2013-09-24
* Typo fix.Robert Haas2013-09-18
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas2013-09-16
* Introduce InvalidCommandId.Robert Haas2013-09-09
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-04
* Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas2013-09-04
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera2013-08-19
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Message style improvementsPeter Eisentraut2013-07-28
* Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas2013-07-23
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Fix variable names mentioned in comment to match the code.Heikki Linnakangas2013-07-17
* Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas2013-07-17
* Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch2013-07-16
* Fix Windows build.Heikki Linnakangas2013-07-08
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-08
* Handle posix_fallocate() errors.Jeff Davis2013-07-06
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-05
* Fix typo in comment.Fujii Masao2013-07-05
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Add support for multiple kinds of external toast datums.Robert Haas2013-07-02
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Retry short writes when flushing WAL.Heikki Linnakangas2013-07-01
* Inline ginCompareItemPointers function for speed.Heikki Linnakangas2013-06-29
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Initialize pad bytes in GinFormTuple().Noah Misch2013-06-26
* Avoid inconsistent type declarationAlvaro Herrera2013-06-25
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Clarify terminology standalone backend vs. single-user modePeter Eisentraut2013-06-20
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17