summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-14Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-02-12In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane
2014-02-10Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas
2014-02-07Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2014-02-05Remove unnecessary relcache flushes after changing btree metapages.Tom Lane
2014-02-02Add primary_slotname to recovery.conf.sample.Fujii Masao
2014-02-01Introduce replication slots.Robert Haas
2014-01-29Further optimize GIN multi-key searches.Heikki Linnakangas
2014-01-29Further optimize multi-key GIN searches.Heikki Linnakangas
2014-01-29Allow skipping some items in a multi-key GIN search.Heikki Linnakangas
2014-01-28Revert C comment change in slot_attisnull()Bruce Momjian
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-25Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian
2014-01-25Add recovery_target='immediate' option.Heikki Linnakangas
2014-01-24Reset unused fields in GIN data leaf page footer.Heikki Linnakangas
2014-01-24Fix off-by-one in newly-introdcued GIN assertion.Heikki Linnakangas
2014-01-24In GIN recompression code, use mmemove rather than memcpy, for vacuum.Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-23Fix alignment of GIN in-line posting lists stored in entry tuples.Heikki Linnakangas
2014-01-23Silence compiler warning.Heikki Linnakangas
2014-01-22Fix declaration of GinVacuumState.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-15Fix missing parentheses resulting in wrong order of dereference.Robert Haas
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-10Accept pg_upgraded tuples during multixact freezingAlvaro Herrera
2014-01-09Refactor checking whether we've reached the recovery target.Heikki Linnakangas
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-02Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera
2014-01-02Wrap multixact/members correctly during extensionAlvaro Herrera
2014-01-02Handle wraparound during truncation in multixact/membersAlvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-24Revise documentation for new freezing method.Robert Haas
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-20Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-19Optimize updating a row that's locked by same xidAlvaro Herrera
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-16Rework tuple freezing protocolAlvaro Herrera
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-12-13Fix typoAlvaro Herrera
2013-12-13Rework MultiXactId cache codeAlvaro Herrera
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas