index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
...
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-20
*
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-19
*
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
*
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-16
*
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
*
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix finalization for json_objectagg and friends
Andrew Dunstan
2022-04-13
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
Tom Lane
2022-04-11
*
fgetc() returns int, not char.
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Add missing serial commas
Peter Eisentraut
2022-04-09
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
*
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
*
pgstat: fix small bug in pgstat_drop_relation().
Andres Freund
2022-04-06
*
pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.
Andres Freund
2022-04-06
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: move pgstat.c to utils/activity.
Andres Freund
2022-04-06
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: add pgstat_copy_relation_stats().
Andres Freund
2022-04-06
*
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
*
pgstat: move pgstat_report_autovac() to pgstat_database.c.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
pgstat: consistent function comment formatting.
Andres Freund
2022-04-04
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
Avoid freeing objects during json aggregate finalization
Andrew Dunstan
2022-04-04
*
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Fix tuplesort optimization for CLUSTER-on-expression.
Thomas Munro
2022-04-04
[prev]
[next]