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
*
Update comment.
Heikki Linnakangas
2014-10-22
*
Allow input format xxxx-xxxx-xxxx for macaddr type
Peter Eisentraut
2014-10-21
*
Don't duplicate log_checkpoint messages for both of restart and checkpoints.
Andres Freund
2014-10-21
*
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-21
*
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
*
Fix typos.
Robert Haas
2014-10-20
*
Fix typos.
Robert Haas
2014-10-20
*
Allow setting effective_io_concurrency even on unsupported systems
Peter Eisentraut
2014-10-18
*
Shorten warning about hash creation
Bruce Momjian
2014-10-18
*
interval: tighten precision specification
Bruce Momjian
2014-10-18
*
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
*
Fix deadlock with LWLockAcquireWithVar and LWLockWaitForVar.
Heikki Linnakangas
2014-10-14
*
C comments: adjust execTuples.c for new structure
Bruce Momjian
2014-10-13
*
Consistently use NULL for invalid GUC unit strings
Bruce Momjian
2014-10-13
*
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-13
*
Message improvements
Peter Eisentraut
2014-10-12
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
*
Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.
Robert Haas
2014-10-08
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Fix typo in elog message.
Robert Haas
2014-10-07
*
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
*
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-10-03
*
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-03
*
Fix typos in comments.
Robert Haas
2014-10-03
*
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-03
*
Increase the number of buffer mapping partitions to 128.
Robert Haas
2014-10-02
*
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
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
*
Fix relcache for policies, and doc updates
Stephen Frost
2014-09-26
*
Fix whitespace
Peter Eisentraut
2014-09-26
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
*
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
*
Change locking regimen around buffer replacement.
Robert Haas
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
*
Copy-editing of row security
Stephen Frost
2014-09-24
*
Code review for row security.
Stephen Frost
2014-09-24
*
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
[next]