aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Fix uninitialized variable.Tom Lane2016-11-21
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Fix optimization for skipping searches for parallel-query hazards.Tom Lane2016-11-21
* autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas2016-11-21
* Fix test for subplans in force-parallel mode.Tom Lane2016-11-21
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-20
* Fix latent costing error in create_merge_append_path.Tom Lane2016-11-19
* Code review for GUC serialization/deserialization code.Tom Lane2016-11-19
* Add pg_sequences viewPeter Eisentraut2016-11-18
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Reserve zero as an invalid DSM handle.Robert Haas2016-11-15
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Limit the number of number of tapes used for a sort to 501.Robert Haas2016-11-15
* Fix broken statement in UCS_to_most.pl.Robert Haas2016-11-15
* Fix typo in commentMagnus Hagander2016-11-14
* Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane2016-11-10
* Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane2016-11-10
* Fix partial aggregation for the case of a degenerate GROUP BY clause.Tom Lane2016-11-10
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Fix typo.Robert Haas2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Fix mistake in XLOG_SEG_SIZE test.Robert Haas2016-11-08
* Improve handling of dead tuples in hash indexes.Robert Haas2016-11-08
* Save redundant code for pseudotype I/O functionsPeter Eisentraut2016-11-07
* Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane2016-11-06
* Adjust cost_merge_append() to reflect use of binaryheap_replace_first().Tom Lane2016-11-05
* Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane2016-11-04
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Add API to check if an existing exclusive lock allows cleanup.Robert Haas2016-11-04
* Don't make FK-based selectivity estimates in inheritance situations.Tom Lane2016-11-02
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-02
* Add make rules to download raw Unicode mapping filesPeter Eisentraut2016-11-01
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* Fix leftover reference to background writer performing checkpoints.Robert Haas2016-10-28
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-27
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Avoid using a C++ keyword in header filePeter Eisentraut2016-10-26
* Properly indent postgresql.conf comments to alignBruce Momjian2016-10-26
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Fix typos in comments.Heikki Linnakangas2016-10-26
* Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian2016-10-25
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Avoid testing tuple visibility without buffer lock.Tom Lane2016-10-23
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23