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
Age
Commit message (
Expand
)
Author
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-17
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
2014-03-17
Fix thinko: have trueTriConsistentFn return GIN_TRUE.
Heikki Linnakangas
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-17
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
Fix small typo in comment
Magnus Hagander
2014-03-17
plperl: Fix memory leak in hek2cstr
Alvaro Herrera
2014-03-17
Make punctuation consistent
Peter Eisentraut
2014-03-17
Fix whitespace
Peter Eisentraut
2014-03-17
Fix advertised dispsize for libpq's sslmode connection parameter.
Tom Lane
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-15
Update time zone data files to tzdata release 2014a.
Tom Lane
2014-03-14
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-12
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.
Heikki Linnakangas
2014-03-12
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-12
Fix incorrect assertion about historical snapshots.
Robert Haas
2014-03-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-10
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-10
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-09
Correct copy/pasto in comment for REPLICA IDENTITY
Simon Riggs
2014-03-08
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
pg_ctl: improve handling of invalid data directory
Bruce Momjian
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
Avoid memcpy() with same source and destination address.
Heikki Linnakangas
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
isdigit() needs an unsigned char argument.
Heikki Linnakangas
2014-03-06
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
C comment update: relfilenode is only unique with a tablespace
Bruce Momjian
2014-03-05
pg_dump: make argument combination error exit code consistent
Bruce Momjian
2014-03-05
Fix portability issues in recently added make_timestamp/make_interval code.
Tom Lane
2014-03-05
Add comment that ec_relids excludes "child" EquivalenceClass members.
Tom Lane
2014-03-05
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
Remove unused field "evttype".
Tom Lane
2014-03-05
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-03-05
Allocate fresh memory for post_opts/exec_path
Stephen Frost
2014-03-05
Do wal_level and hot standby checks when doing crash-then-archive recovery.
Heikki Linnakangas
2014-03-05
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
[next]