index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-14
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
*
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-13
*
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
*
Stamp 9.4.1.
REL9_4_1
Tom Lane
2015-02-02
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
*
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
*
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-30
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
*
Stamp 9.4.0.
REL9_4_0
Tom Lane
2014-12-15
*
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-12-03
*
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
*
Stamp 9.4rc1.
REL9_4_RC1
Tom Lane
2014-11-17
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
*
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
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Correct volatility markings of a few json functions.
Andrew Dunstan
2014-10-20
*
Declare mkdtemp() only if we're providing it.
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
*
Stamp 9.4beta3.
REL9_4_BETA3
Tom Lane
2014-10-06
*
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
*
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
*
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-24
*
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
*
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-16
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Silence warning on new versions of clang.
Heikki Linnakangas
2014-09-02
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Fix bogus commutator/negator links for JSONB containment operators.
Tom Lane
2014-08-16
*
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-15
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
[next]