aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas2017-03-31
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Fix typos.Robert Haas2017-03-31
* For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane2017-03-31
* Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas2017-03-31
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-31
* Transform or iterate over json(b) string valuesAndrew Dunstan2017-03-31
* Default monitoring rolesSimon Riggs2017-03-30
* Remove support for version-0 calling conventions.Andres Freund2017-03-30
* Implement SortSupport for macaddr data typeTeodor Sigaev2017-03-29
* Update copyright year in recently added filesPeter Eisentraut2017-03-29
* Simplify check of modified attributes in heap_updateAlvaro Herrera2017-03-29
* Plug race in dsa_attach.Robert Haas2017-03-29
* Improve Node vs Expr use a bitPeter Eisentraut2017-03-28
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Allow DSM segments to be created as pinnedAlvaro Herrera2017-03-28
* Make new expression eval code reject references to dropped columns.Tom Lane2017-03-28
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Correct grammar in error messageSimon Riggs2017-03-28
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Altering default privileges on schemasTeodor Sigaev2017-03-28
* Cleanup slots during drop databaseSimon Riggs2017-03-28
* Fix uninitialized memory propagation mistakesAlvaro Herrera2017-03-27
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Fix thinko in estimate_num_groupsAlvaro Herrera2017-03-27
* Improve performance of find_all_inheritors()Teodor Sigaev2017-03-27
* Improve performance of find_tabstat_entry()/get_tabstat_entry()Teodor Sigaev2017-03-27
* Fix improper NULL handling in list partitioning code.Robert Haas2017-03-27
* Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas2017-03-27
* Change default of log_directory to 'log'Peter Eisentraut2017-03-27
* Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas2017-03-27
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Fix a couple of problems in pg_get_statisticsextdefAlvaro Herrera2017-03-27
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Fix comment.Robert Haas2017-03-26
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-26
* Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.Tom Lane2017-03-26
* Fix typos in logical replication support for initial data copy.Tom Lane2017-03-26
* Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane2017-03-26
* Fix some minor resource leaks in PerformRadiusTransaction().Tom Lane2017-03-26
* Improve implementation of EEOP_BOOLTEST_* opcodes.Tom Lane2017-03-26
* Update some obsolete comments.Tom Lane2017-03-26
* Add missing breakAlvaro Herrera2017-03-26
* Remove unreachable code in expression evaluation.Andres Freund2017-03-25
* git rm execQual.cTom Lane2017-03-25
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25