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 integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-14
*
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
*
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
*
Fix user mapping object description
Alvaro Herrera
2015-03-05
*
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-03
*
Fix targetRelation initializiation in prepsecurity
Stephen Frost
2015-03-01
*
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
*
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-28
*
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-27
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
*
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
*
Add locking clause for SB views for update/delete
Stephen Frost
2015-02-25
*
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-25
*
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-23
*
Fix object identities for pg_conversion objects
Alvaro Herrera
2015-02-18
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
*
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
*
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-11
*
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-11
*
Fix GEQO to not assume its join order heuristic always works.
Tom Lane
2015-02-10
*
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
*
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-06
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Fix breakage in GEODEBUG debug code.
Tom Lane
2015-02-03
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
to_char(): prevent writing beyond the allocated buffer
Bruce Momjian
2015-02-02
*
to_char(): prevent accesses beyond the allocated buffer
Bruce Momjian
2015-02-02
*
Translation updates
Peter Eisentraut
2015-02-01
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
*
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
*
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
*
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
*
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-29
*
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-27
*
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-26
*
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-25
*
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-25
*
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-24
*
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-19
*
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-17
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
*
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
*
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-14
*
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
*
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-12
[prev]
[next]