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
Age
Commit message (
Expand
)
Author
2014-06-03
Set the process latch when processing recovery conflict interrupts.
Andres Freund
2014-06-01
Improve the efficiency of certain jsonb get operations.
Andrew Dunstan
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-28
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-26
Small typo and formatting fixes in postgresql.conf.sample
Peter Eisentraut
2014-05-25
Fix error when trying to delete page with half-dead left sibling.
Heikki Linnakangas
2014-05-25
Don't allocate memory inside an Assert() iff in a critical section.
Andres Freund
2014-05-24
Silence a couple of spurious valgrind warnings in inval.c.
Andres Freund
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-22
Remove unnecessary cleanup code.
Robert Haas
2014-05-22
Fix typos in comments.
Fujii Masao
2014-05-22
Fix typos in comments.
Heikki Linnakangas
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-19
Update obsolete comment.
Tom Lane
2014-05-19
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-18
Ooops, I broke initdb with that last patch.
Tom Lane
2014-05-18
Fix two ancient memory-leak bugs in relcache.c.
Tom Lane
2014-05-17
Make fallback implementation of pg_memory_barrier() work.
Tom Lane
2014-05-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-17
Update README, we don't do post-recovery cleanup actions anymore.
Heikki Linnakangas
2014-05-16
Make sure chr(int) can't create invalid UTF8 sequences.
Tom Lane
2014-05-16
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-13
Fix harmless access to uninitialized memory.
Heikki Linnakangas
2014-05-11
Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
Translation updates
Peter Eisentraut
2014-05-10
Rename min_recovery_apply_delay to recovery_min_apply_delay.
Tom Lane
2014-05-10
Fix bug in lossy-page handling in GIN
Heikki Linnakangas
2014-05-09
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-09
Code review for logical decoding patch.
Robert Haas
2014-05-09
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
Increase the default value of effective_cache_size to 4GB.
Tom Lane
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
[next]