aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix comment to be more accurate.Robert Haas2016-06-03
* Fix various common mispellings.Greg Stark2016-06-03
* Cosmetic improvements to freeze map code.Robert Haas2016-06-03
* Be conservative about alignment requirements of struct epoll_event.Greg Stark2016-06-02
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Mirror struct Aggref field order in _copyAggref().Noah Misch2016-05-31
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-27
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-26
* Remove option to write USING before opclass name in CREATE INDEX.Tom Lane2016-05-25
* 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
* Fix range check for effective_io_concurrencyAlvaro Herrera2016-05-24
* Fix BTREE_BUILD_STATS build.Tom Lane2016-05-23
* Support IndexElem in raw_expression_tree_walker().Tom Lane2016-05-23
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-23
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Allocate all page images at once in generic wal interfaceTeodor Sigaev2016-05-17
* Correctly align page's images in generic wal APITeodor Sigaev2016-05-17
* sql_features: Fix typosPeter Eisentraut2016-05-13
* 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
* Fix poorly-worded log message.Tom Lane2016-05-08
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Mitigate "snapshot too old" performance regression on NUMAKevin Grittner2016-05-06
* Minimal fix for crash bug in quals_match_foreign_key.Robert Haas2016-05-06
* Limit maximum parallel degree to 1024.Robert Haas2016-05-06
* Use mul_size when multiplying by the number of parallel workers.Robert Haas2016-05-06
* Remove various special checks around default rolesStephen Frost2016-05-06
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-06
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-05
* Fix corner-case loss of precision in numeric pow() calculationDean Rasheed2016-05-05
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix crash of filter(tsvector)Teodor Sigaev2016-05-04
* Fix transient mdsync() errors of truncated relations due to 72a98a6395.Andres Freund2016-05-04
* Fix more things to be parallel-safe.Robert Haas2016-05-03
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-03
* Note that max_worker_processes requires restart.Robert Haas2016-05-03
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Fix parallel safety markings for pg_start_backup.Robert Haas2016-05-02
* Small improvements to OPTIMIZER_DEBUG code.Tom Lane2016-04-30
* Fix planner crash from pfree'ing a partial path that a GatherPath uses.Tom Lane2016-04-30