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 possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-08
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Translation updates
Peter Eisentraut
2016-03-28
*
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-19
*
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
Magnus Hagander
2016-03-10
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().
Tom Lane
2016-03-06
*
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-02-29
*
Fix typos
Alvaro Herrera
2016-02-29
*
Avoid multiple free_struct_lconv() calls on same data.
Tom Lane
2016-02-28
*
Correct StartupSUBTRANS for page wraparound
Simon Riggs
2016-02-19
*
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
*
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-10
*
Translation updates
Peter Eisentraut
2016-02-08
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
*
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-26
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Properly close token in sspi authentication
Magnus Hagander
2016-01-14
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-04
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-21
*
some bullshit
Alvaro Herrera
2015-12-21
*
adjust ACL owners for REASSIGN and ALTER OWNER TO
Alvaro Herrera
2015-12-21
*
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
*
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-14
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-12-01
*
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-26
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-17
*
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-15
*
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-07
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-19
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
*
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
[next]