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