aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* In planner.c, avoid assuming that all PathTargets have sortgrouprefs.Tom Lane2016-06-13
* Change default of backend_flush_after GUC to 0 (disabled).Andres Freund2016-06-10
* Remove reltarget_has_non_vars flag.Tom Lane2016-06-10
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-10
* Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner2016-06-10
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas2016-06-09
* Clarify documentation of ceil/ceiling/floor functions.Tom Lane2016-06-09
* Mop-up for parallel degree-ectomy.Tom Lane2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Mark PostmasterPid as PGDLLIMPORT.Robert Haas2016-06-03
* Fix various common mispellings.Greg Stark2016-06-03
* Cosmetic improvements to freeze map code.Robert Haas2016-06-03
* C comment improvement & typo fix.Kevin Grittner2016-06-02
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Move memory barrier in UnlockBufHdr to before releasing the lock.Andres Freund2016-05-30
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Mark wal_level as PGDLLIMPORT.Tom Lane2016-05-24
* 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
* Pin the built-in index access methods.Tom Lane2016-05-19
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-09
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Move and rename fmtReloptionsArray().Dean Rasheed2016-05-06
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-05
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix more things to be parallel-safe.Robert Haas2016-05-03
* Fix thinko in commentAlvaro Herrera2016-05-02
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Fix parallel safety markings for pg_start_backup.Robert Haas2016-05-02
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Add a few entries to the tail of time mapping, to see old values.Kevin Grittner2016-04-29
* Fix comment whitespace in VS2105 patchAndrew Dunstan2016-04-29
* Fix typoMagnus Hagander2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-28
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Remove mergeHyperLogLog.Robert Haas2016-04-27
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26