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-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-20
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-12
Remove set-but-not-used variable.
Tom Lane
2015-09-10
Revert "Fix typo in setrefs.c"
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-09-10
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-08
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-07
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-22
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-15
Use fuzzy path cost tiebreaking rule in our oldest supported branches.
Tom Lane
2015-08-15
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-13
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-28
Reduce chatter from signaling of autovacuum workers.
Tom Lane
2015-07-28
Disable ssl renegotiation by default.
Andres Freund
2015-07-27
Reuse all-zero pages in GIN.
Heikki Linnakangas
2015-07-22
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-16
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-09
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-06-27
Revoke incorrectly applied patch version
Simon Riggs
2015-06-26
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-22
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
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-09
Report more information if pg_perm_setlocale() fails at startup.
Tom Lane
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-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-24
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-05-22
Back-patch libpq support for TLS versions beyond v1.
Tom Lane
2015-05-19
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-18
Don't MultiXactIdIsRunning when in recovery
Alvaro Herrera
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
[next]