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