index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Correct docs for the default locale_provider of a new database.
Jeff Davis
2023-02-13
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
*
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
*
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
*
Remove obsolete pgindent options --code-base and --build
Andrew Dunstan
2023-02-13
*
Fix object identity string for transforms
Alvaro Herrera
2023-02-13
*
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-13
*
Fix pfree issue in presorted DISTINCT aggregate code
David Rowley
2023-02-13
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Fix incorrect presorted DISTINCT aggregate if condition
David Rowley
2023-02-13
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Make pg_bsd_indent's .h files inclusion-order-safe.
Tom Lane
2023-02-12
*
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-02-12
*
Integrate pg_bsd_indent into our build/test infrastructure.
Tom Lane
2023-02-12
*
Sync pg_bsd_indent's copyright notices with Postgres practice.
Tom Lane
2023-02-12
*
Import pg_bsd_indent sources.
Tom Lane
2023-02-12
*
pgindent: filter files for the --commit option
Andrew Dunstan
2023-02-12
*
Add tests for pg_stat_io
Andres Freund
2023-02-11
*
Create regress_tblspc in test_setup
Andres Freund
2023-02-11
*
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-11
*
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
*
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-10
*
Fix incorrect format placeholder
Peter Eisentraut
2023-02-10
*
Fix typo in parsenodes.h
Michael Paquier
2023-02-10
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Fix help text spacing in pgindent
Andrew Dunstan
2023-02-09
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
*
Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645
Andres Freund
2023-02-08
*
Stop recommending auto-download of DTD files, and indeed disable it.
Tom Lane
2023-02-08
*
pgindent: more ways to find files to indent
Andrew Dunstan
2023-02-08
*
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-08
*
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-08
*
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier
2023-02-08
*
Remove stray duplicated comment in heapam.h
David Rowley
2023-02-08
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
*
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
*
Doc: make src/test/*/README match current reality.
Tom Lane
2023-02-07
*
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-07
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
*
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-07
*
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-07
*
ci: freebsd: stop postgres instance on failure, to prevent log upload failures
Andres Freund
2023-02-06
*
Fix more outdated comments
Peter Eisentraut
2023-02-06
*
Fix up outdated comments
Peter Eisentraut
2023-02-06
*
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-06
*
doc: Fix SQL keywords lists
Peter Eisentraut
2023-02-06
[next]