summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-24Fix range check for effective_io_concurrencyAlvaro Herrera
2016-05-23Fix BTREE_BUILD_STATS build.Tom Lane
2016-05-23Support IndexElem in raw_expression_tree_walker().Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-17Allocate all page images at once in generic wal interfaceTeodor Sigaev
2016-05-16Correctly align page's images in generic wal APITeodor Sigaev
2016-05-14sql_features: Fix typosPeter Eisentraut
2016-05-12Fix bogus commentsAlvaro Herrera
2016-05-12Fix obsolete commentAlvaro Herrera
2016-05-11Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2016-05-10Fix autovacuum for shared relationsAlvaro Herrera
2016-05-09Translation updatesPeter Eisentraut
2016-05-08Fix poorly-worded log message.Tom Lane
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-07Mitigate "snapshot too old" performance regression on NUMAKevin Grittner
2016-05-06Minimal fix for crash bug in quals_match_foreign_key.Robert Haas
2016-05-06Limit maximum parallel degree to 1024.Robert Haas
2016-05-06Use mul_size when multiplying by the number of parallel workers.Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Fix corner-case loss of precision in numeric pow() calculationDean Rasheed
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-05-04Fix crash of filter(tsvector)Teodor Sigaev
2016-05-04Fix transient mdsync() errors of truncated relations due to 72a98a6395.Andres Freund
2016-05-03Fix more things to be parallel-safe.Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-05-03Note that max_worker_processes requires restart.Robert Haas
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-05-02Fix parallel safety markings for pg_start_backup.Robert Haas
2016-04-30Small improvements to OPTIMIZER_DEBUG code.Tom Lane
2016-04-30Fix planner crash from pfree'ing a partial path that a GatherPath uses.Tom Lane
2016-04-30Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-29Add a few entries to the tail of time mapping, to see old values.Kevin Grittner
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
2016-04-27Fix wrong word.Robert Haas
2016-04-27Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas
2016-04-27Tighten up sanity checks for parallel aggregate in execQual.c.Robert Haas
2016-04-27Remove inadvertently commited vim swapfile.Robert Haas
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas