aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix validation of overly-long IPv6 addresses.Tom Lane2016-06-16
* Avoid crash in "postgres -C guc" for a GUC with a null string value.Tom Lane2016-06-16
* Fix multiple minor infelicities in aclchk.c error reports.Tom Lane2016-06-13
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-05
* Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-25
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-24
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Support IndexElem in raw_expression_tree_walker().Tom Lane2016-05-23
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane2016-05-11
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* Translation updatesPeter Eisentraut2016-05-09
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-06
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-06
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-21
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Remove trailing commas in enums.Andres Freund2016-04-14
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane2016-04-11
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-08
* Fix multiple bugs in tablespace symlink removal.Tom Lane2016-04-08
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Translation updatesPeter Eisentraut2016-03-28