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
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
*
Update transaction README for persistent multixacts
Alvaro Herrera
2014-11-28
*
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-22
*
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
*
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
*
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-15
*
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-14
*
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
*
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-11-11
*
Ensure that whole-row Vars produce nonempty column names.
Tom Lane
2014-11-10
*
Cope with more than 64K phrases in a thesaurus dictionary.
Tom Lane
2014-11-06
*
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-11-06
*
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
2014-11-04
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
*
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
*
Cannot rely on %z printf length modifier.
Heikki Linnakangas
2014-10-05
*
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
*
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-10-01
*
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-09-25
*
Fix incorrect search for "x?" style matches in creviterdissect().
Tom Lane
2014-09-23
*
Fix mishandling of CreateEventTrigStmt's eventname field.
Robert Haas
2014-09-22
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-05
*
Fix outdated comment
Alvaro Herrera
2014-08-22
*
Fix bogus return macros in range_overright_internal().
Tom Lane
2014-08-16
*
Fix failure to follow the directions when "init" fork was added.
Fujii Masao
2014-08-11
*
Fix conversion of domains to JSON in 9.3 and 9.2.
Tom Lane
2014-08-09
*
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
*
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-30
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Avoid access to already-released lock in LockRefindAndRelease.
Robert Haas
2014-07-24
*
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
*
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-22
*
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
*
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
[next]