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
*
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
*
Add missing break
Peter Eisentraut
2017-03-25
*
Fix locale pointer use in WIN32 code path
Peter Eisentraut
2017-03-25
*
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-24
*
Add more subscription DDL tests
Peter Eisentraut
2017-03-24
*
Fix typo in comment
Alvaro Herrera
2017-03-24
*
Check that published table exists on subscriber
Peter Eisentraut
2017-03-24
*
Improve access to parallel query from procedural languages.
Robert Haas
2017-03-24
*
Fix use-after-free bug
Alvaro Herrera
2017-03-24
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
*
Make VACUUM VERBOSE report the number of skipped frozen pages.
Fujii Masao
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Add a txid_status function.
Robert Haas
2017-03-24
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
*
Handle empty result set in libpqrcv_exec
Peter Eisentraut
2017-03-24
*
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-24
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
Add ICU_FLAGS to one more place
Peter Eisentraut
2017-03-23
*
Fix crash in ICU patch
Peter Eisentraut
2017-03-23
*
ICU support
Peter Eisentraut
2017-03-23
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
[next]