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 several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
*
Translation updates
Peter Eisentraut
2016-08-08
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
*
Correct column name in information schema
Peter Eisentraut
2016-08-07
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
*
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-07
*
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-07
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
*
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
*
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
*
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-04
*
Fix bogus coding in WaitForBackgroundWorkerShutdown().
Tom Lane
2016-08-04
*
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Do not let PostmasterContext survive into background workers.
Tom Lane
2016-08-03
*
Add missing casts in information schema
Peter Eisentraut
2016-08-03
*
C comment: fix typo
Bruce Momjian
2016-08-03
*
Remove duplicate InitPostmasterChild() call while starting a bgworker.
Tom Lane
2016-08-02
*
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
*
Change minimum max_worker_processes from 1 to 0
Peter Eisentraut
2016-08-02
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Code review for tqueue.c: fix memory leaks, speed it up, other fixes.
Tom Lane
2016-07-31
*
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
*
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
*
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-29
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
*
Message style improvements
Peter Eisentraut
2016-07-28
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
*
tqueue.c's record-typmod hashtables need the HASH_BLOBS option.
Tom Lane
2016-07-28
*
Fix cost_rescan() to account for multi-batch hashing correctly.
Tom Lane
2016-07-27
*
Fix thinko in copyParamList.
Robert Haas
2016-07-27
*
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
*
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
*
Fix typo
Peter Eisentraut
2016-07-25
*
Message style improvements
Peter Eisentraut
2016-07-25
*
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-23
*
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-22
*
Remove unused structure member.
Robert Haas
2016-07-21
*
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-19
*
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-19
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
*
Translation updates
Peter Eisentraut
2016-07-18
[next]