index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-18
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Add function to import operating system collations
Peter Eisentraut
2017-01-18
*
Correct include file path
Peter Eisentraut
2017-01-17
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Register missing money operators in system catalogs
Peter Eisentraut
2017-01-17
*
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-17
*
Remove unnecessary include
Peter Eisentraut
2017-01-17
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
*
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-15
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-13
*
Fix field order in struct catcache.
Tom Lane
2017-01-12
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
*
Improve documentation of struct ParseState.
Tom Lane
2017-01-07
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
*
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
*
Update obsolete comments in lwlock.h.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Use clock_gettime(), if available, in instr_time measurements.
Tom Lane
2017-01-02
*
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
*
Expand ad-hoc unit abbreviations in function descriptions
Peter Eisentraut
2016-12-29
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Simplify tape block format.
Heikki Linnakangas
2016-12-22
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
*
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-21
*
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
*
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
*
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
*
Remove unused file.
Robert Haas
2016-12-19
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
[next]