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 planner's handling of SetOp plans.
Tom Lane
2024-12-19
*
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
*
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-19
*
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
*
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-19
*
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-18
*
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-17
*
Print out error position for some more DDLs
Michael Paquier
2024-12-17
*
Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024-12-16
*
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-16
*
Add some tests for encoding conversion in COPY TO/FROM
Michael Paquier
2024-12-16
*
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-15
*
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
*
Improve the test case from 5668a857d
Richard Guo
2024-12-12
*
Add some regression tests for missing DDL patterns
Michael Paquier
2024-12-12
*
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
*
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
*
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-12-11
*
Add missing BUFFERS OFF in select_into regression tests
David Rowley
2024-12-11
*
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-11
*
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-12-10
*
Tests for logical replication with temporal keys
Peter Eisentraut
2024-12-10
*
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
*
Avoid unnecessary wrapping for Vars and PHVs
Richard Guo
2024-12-09
*
Fix right-semi-joins in HashJoin rescans
Richard Guo
2024-12-09
*
Improve the error message introduced in commit 87ce27de696.
Amit Kapila
2024-12-09
*
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-09
*
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-07
*
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-06
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
*
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
*
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-12-02
*
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-30
*
Add tests for foreign keys with case-insensitive collations
Peter Eisentraut
2024-11-29
*
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-29
*
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-11-27
*
Fix pg_get_constraintdef for NOT NULL constraints on domains
Álvaro Herrera
2024-11-27
*
Fix buildfarm failure from commit 8fcd80258b.
Amit Kapila
2024-11-27
*
Support LIKE with nondeterministic collations
Peter Eisentraut
2024-11-27
*
Improve error message for replication of generated columns.
Amit Kapila
2024-11-27
*
Fix test case from a8ccf4e93
Richard Guo
2024-11-26
*
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-26
*
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
*
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-25
*
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-25
*
Test "options=-crole=" and "ALTER DATABASE SET role".
Noah Misch
2024-11-24
*
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
[next]