index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-30
*
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
*
Remove obsolete commentary.
Tom Lane
2014-10-28
*
Remove unnecessary assignment.
Heikki Linnakangas
2014-10-28
*
Fix two bugs in tsquery @> operator.
Heikki Linnakangas
2014-10-27
*
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
*
Improve ispell dictionary's defenses against bad affix files.
Tom Lane
2014-10-23
*
Prevent the already-archived WAL file from being archived again.
Fujii Masao
2014-10-23
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-20
*
Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.
Tom Lane
2014-10-17
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-15
*
Don't let protected variable access to be reordered after spinlock release.
Heikki Linnakangas
2014-10-14
*
Fix deadlock with LWLockAcquireWithVar and LWLockWaitForVar.
Heikki Linnakangas
2014-10-14
*
Message improvements
Peter Eisentraut
2014-10-12
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
*
Translation updates
Peter Eisentraut
2014-10-05
*
Eliminate one background-worker-related flag variable.
Robert Haas
2014-10-04
*
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-10-04
*
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-03
*
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-03
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
*
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-10-01
*
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-10-01
*
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
2014-10-01
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
*
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
*
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-09-25
*
Return NULL from json_object_agg if it gets no rows.
Andrew Dunstan
2014-09-25
*
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
*
Fix incorrect search for "x?" style matches in creviterdissect().
Tom Lane
2014-09-23
*
Log ALTER SYSTEM statements as DDL
Stephen Frost
2014-09-22
*
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-22
*
Fix mishandling of CreateEventTrigStmt's eventname field.
Robert Haas
2014-09-22
*
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-12
*
Fix GIN data page split ratio calculation.
Heikki Linnakangas
2014-09-12
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
*
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Move ALTER ... ALL IN to ProcessUtilitySlow
Stephen Frost
2014-09-09
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-05
*
Declare lwlock.c's LWLockAcquireCommon() as a static inline.
Andres Freund
2014-09-01
*
pg_is_xlog_replay_paused(): remove super-user-only restriction
Bruce Momjian
2014-08-29
*
Fix bug in compressed GIN data leaf page splitting code.
Heikki Linnakangas
2014-08-29
*
Assorted message improvements
Peter Eisentraut
2014-08-29
[next]