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
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
Fix pg_get_functiondef() to print a function's LEAKPROOF property.
Tom Lane
2015-05-27
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-25
Update README.tuplock
Alvaro Herrera
2015-05-24
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-19
Fix spelling in comment
Simon Riggs
2015-05-19
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-18
Fix error message in pre_sync_fname.
Robert Haas
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
Translation updates
Peter Eisentraut
2015-05-17
Fix whitespace
Peter Eisentraut
2015-05-13
Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.
Heikki Linnakangas
2015-05-11
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-11
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-07
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-05-03
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-01
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-04-30
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-28
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
Protect against multixact members wraparound
Alvaro Herrera
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-25
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-24
Fix obsolete comment in set_rel_size().
Tom Lane
2015-04-23
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-14
Fix typo in comment
Alvaro Herrera
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-08
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-04
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-04-03
Remove unnecessary variables in _hash_splitbucket().
Tom Lane
2015-04-03
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-04-02
After a crash, don't restart workers with BGW_NEVER_RESTART.
Robert Haas
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-30
Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.
Tom Lane
2015-03-30
Fix rare core dump in BackendIdGetTransactionIds().
Tom Lane
2015-03-29
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-23
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
[next]