summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-06pg_dump performance and other fixesStephen Frost
2016-05-06Correct pg_dump WHERE clause for functions/aggregatesStephen Frost
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-05-06Fix pgbench's parsing of double values to notice trailing garbage.Tom Lane
2016-05-06Improve handling of numeric-valued variables in pgbench.Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-05-06Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed
2016-05-06Move and rename fmtReloptionsArray().Dean Rasheed
2016-05-06Update time zone data files to tzdata release 2016d.Tom Lane
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Rename pgbench min/max to least/greatest, and fix handling of double args.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 thinko in commentAlvaro Herrera
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-05-02Fix parallel safety markings for pg_start_backup.Robert Haas
2016-05-02Again update typedefs.list file in preparation for pgindent runRobert Haas
2016-05-01Add a --non-master-only option to git_changelog.Tom Lane
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-29Fix comment whitespace in VS2105 patchAndrew Dunstan
2016-04-29Fix typoMagnus Hagander
2016-04-29Fix typo in VS2015 patchAndrew Dunstan
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-28Adjust DatumGetBool macro, this time for sure.Tom Lane
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-27Use memmove() not memcpy() to slide some pointers down.Tom Lane
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-27Update typedefs.list file in preparation for pgindent runRobert Haas
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas
2016-04-27Remove mergeHyperLogLog.Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-27Don't open formally non-existent segments in _mdfd_getseg().Andres Freund
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-27Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas
2016-04-27Impose a full barrier in generic-xlc.h atomics functions.Noah Misch