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
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Fix typos.
Robert Haas
2017-03-31
*
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-31
*
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
*
Default monitoring roles
Simon Riggs
2017-03-30
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
*
Implement SortSupport for macaddr data type
Teodor Sigaev
2017-03-29
*
Update copyright year in recently added files
Peter Eisentraut
2017-03-29
*
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-29
*
Plug race in dsa_attach.
Robert Haas
2017-03-29
*
Improve Node vs Expr use a bit
Peter Eisentraut
2017-03-28
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Allow DSM segments to be created as pinned
Alvaro Herrera
2017-03-28
*
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-03-28
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Correct grammar in error message
Simon Riggs
2017-03-28
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
*
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Fix thinko in estimate_num_groups
Alvaro Herrera
2017-03-27
*
Improve performance of find_all_inheritors()
Teodor Sigaev
2017-03-27
*
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-27
*
Fix improper NULL handling in list partitioning code.
Robert Haas
2017-03-27
*
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
*
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
*
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-27
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
*
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-27
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Fix comment.
Robert Haas
2017-03-26
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
*
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Tom Lane
2017-03-26
*
Fix typos in logical replication support for initial data copy.
Tom Lane
2017-03-26
*
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2017-03-26
*
Fix some minor resource leaks in PerformRadiusTransaction().
Tom Lane
2017-03-26
*
Improve implementation of EEOP_BOOLTEST_* opcodes.
Tom Lane
2017-03-26
*
Update some obsolete comments.
Tom Lane
2017-03-26
*
Add missing break
Alvaro Herrera
2017-03-26
*
Remove unreachable code in expression evaluation.
Andres Freund
2017-03-25
*
git rm execQual.c
Tom Lane
2017-03-25
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-25
[next]