index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-10-06
*
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
*
Test passing expanded-value representations to workers.
Amit Kapila
2018-10-02
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
*
Improve test coverage of geometric types
Tomas Vondra
2018-09-26
*
Add basic regression tests for default monitoring roles
Michael Paquier
2018-09-26
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
*
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-23
*
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-20
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-09-09
*
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
*
Fix logical subscriber wait in test.
Noah Misch
2018-09-08
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Add more tests for VACUUM skips with partitioned tables
Michael Paquier
2018-08-24
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Add regression tests for VACUUM and ANALYZE with relation skips
Michael Paquier
2018-08-22
*
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-17
*
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-12
*
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-11
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
[next]