summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-04-03Make header self-containedPeter Eisentraut
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-03-31Transform or iterate over json(b) string valuesAndrew Dunstan
2017-03-30Default monitoring rolesSimon Riggs
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-29Implement SortSupport for macaddr data typeTeodor Sigaev
2017-03-29Update copyright year in recently added filesPeter Eisentraut
2017-03-29Mark more functions parallel-restricted.Robert Haas
2017-03-29Fix hardcoded typeof check result for WindowsPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-27Fix uninitialized memory propagation mistakesAlvaro Herrera
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-26Improve performance of ExecEvalWholeRowVar.Tom Lane
2017-03-26Fix cpluspluscheck warningPeter Eisentraut
2017-03-26Fix typos in logical replication support for initial data copy.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-25Make header self-containedPeter Eisentraut
2017-03-24Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-24Add a txid_status function.Robert Haas
2017-03-24Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-03-24Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-24Avoid syntax error on platforms that have neither LOCALE_T nor ICU.Tom Lane
2017-03-23Fix enum definition.Robert Haas
2017-03-23ICU supportPeter Eisentraut