index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-14
Change the order that pg_xlog and WAL archive are polled for WAL segments.
Heikki Linnakangas
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-12
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-10
Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.
Heikki Linnakangas
2014-02-07
Initialize the entryRes array between each call to triConsistent.
Heikki Linnakangas
2014-02-07
Speed up "rare & frequent" type GIN queries.
Heikki Linnakangas
2014-02-05
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-02-02
Add primary_slotname to recovery.conf.sample.
Fujii Masao
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-29
Further optimize GIN multi-key searches.
Heikki Linnakangas
2014-01-29
Further optimize multi-key GIN searches.
Heikki Linnakangas
2014-01-29
Allow skipping some items in a multi-key GIN search.
Heikki Linnakangas
2014-01-28
Revert C comment change in slot_attisnull()
Bruce Momjian
2014-01-27
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-25
Adjust C comment in slot_attisnull() regarding nulls.
Bruce Momjian
2014-01-25
Add recovery_target='immediate' option.
Heikki Linnakangas
2014-01-24
Reset unused fields in GIN data leaf page footer.
Heikki Linnakangas
2014-01-24
Fix off-by-one in newly-introdcued GIN assertion.
Heikki Linnakangas
2014-01-24
In GIN recompression code, use mmemove rather than memcpy, for vacuum.
Heikki Linnakangas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
Fix alignment of GIN in-line posting lists stored in entry tuples.
Heikki Linnakangas
2014-01-23
Silence compiler warning.
Heikki Linnakangas
2014-01-22
Fix declaration of GinVacuumState.
Heikki Linnakangas
2014-01-22
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-15
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-10
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-09
Refactor checking whether we've reached the recovery target.
Heikki Linnakangas
2014-01-08
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
If multiple recovery_targets are specified, use the latest one.
Heikki Linnakangas
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2014-01-02
Handle 5-char filenames in SlruScanDirectory
Alvaro Herrera
2014-01-02
Wrap multixact/members correctly during extension
Alvaro Herrera
2014-01-02
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2013-12-24
Revise documentation for new freezing method.
Robert Haas
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-20
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-19
Optimize updating a row that's locked by same xid
Alvaro Herrera
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-16
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-13
Fix typo
Alvaro Herrera
2013-12-13
Rework MultiXactId cache code
Alvaro Herrera
2013-12-13
Fix more instances of "the the" in comments.
Heikki Linnakangas
[next]