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
*
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
*
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-03
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Add ssl_library preset parameter
Peter Eisentraut
2018-07-30
*
Refactor geometric functions and operators
Tomas Vondra
2018-07-29
*
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-25
*
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-24
*
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
*
Add toast tables to most system catalogs
Michael Paquier
2018-07-20
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
*
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
*
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
*
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
*
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
*
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
[next]