index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Change type "char"'s I/O format for non-ASCII characters.
Tom Lane
2022-08-02
*
Fix trim_array() for zero-dimensional array argument.
Tom Lane
2022-07-31
*
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-22
*
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-21
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Improve error message with JSON_SERIALIZE()
Michael Paquier
2022-07-11
*
Only allow returning string types or bytea from json_serialize
Andrew Dunstan
2022-07-07
*
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-23
*
Message and documentation refinements
Peter Eisentraut
2022-06-19
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix comment in regression tests for large objects
Michael Paquier
2022-06-16
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
*
psql: Show notices immediately (again)
Peter Eisentraut
2022-06-09
*
Remove useless tests for TRUNCATE on foreign tables
Michael Paquier
2022-05-31
*
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-27
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
*
Update xml_1.out and xml_2.out
Alvaro Herrera
2022-05-18
*
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
*
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
*
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-18
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
*
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
*
Tighten enforcement of variable CONSTANT markings in plpgsql.
Tom Lane
2022-04-30
*
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-28
*
Drop unlogged table after test is done
Alvaro Herrera
2022-04-25
*
Cover brin/gin/gist/spgist ambuildempty routines in regression tests
Alvaro Herrera
2022-04-25
*
Fix incautious CTE matching in rewriteSearchAndCycle().
Tom Lane
2022-04-23
*
Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.
Noah Misch
2022-04-22
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
*
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-19
*
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-16
*
Revert "Temporarily add some probes of tenk1's relallvisible in create_index....
Tom Lane
2022-04-15
*
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-14
*
Temporarily add some probes of tenk1's relallvisible in create_index.sql.
Tom Lane
2022-04-14
*
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-14
*
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-13
[next]