index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-06-27
Revoke incorrectly applied patch version
Simon Riggs
2015-06-27
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-22
Improve inheritance_planner()'s performance for large inheritance sets.
Tom Lane
2015-06-21
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-21
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-19
Fix corner case in autovacuum-forcing logic for multixact wraparound.
Robert Haas
2015-06-15
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
Fix memory leak in ecpglib's connect function.
Michael Meskes
2015-06-13
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-13
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-09
Stamp 9.3.9.
REL9_3_9
Tom Lane
2015-06-09
Report more information if pg_perm_setlocale() fails at startup.
Tom Lane
2015-06-08
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-06-05
Cope with possible failure of the oldest MultiXact to exist.
Robert Haas
2015-06-04
pgindent run on access/transam/multixact.c
Alvaro Herrera
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-01
Stamp 9.3.8.
REL9_3_8
Tom Lane
2015-05-29
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
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
Fix portability issue in isolationtester grammar.
Tom Lane
2015-05-25
Update README.tuplock
Alvaro Herrera
2015-05-24
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-05-21
Back-patch libpq support for TLS versions beyond v1.
Tom Lane
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-18
Stamp 9.3.7.
Tom Lane
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
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
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 typos
Peter Eisentraut
2015-05-15
Update time zone data files to tzdata release 2015d.
Tom Lane
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-10
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-10
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
[next]