index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
*
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
*
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-11
*
Improve the numeric width_bucket() computation.
Dean Rasheed
2024-07-10
*
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
2024-07-10
*
Fix missing invalidations for search_path cache.
Jeff Davis
2024-07-09
*
Suppress "chunk is not well balanced" errors from libxml2.
Tom Lane
2024-07-09
*
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-09
*
Fix comment in libpqrcv_check_conninfo().
Fujii Masao
2024-07-09
*
Optimise numeric multiplication for short inputs.
Dean Rasheed
2024-07-09
*
To improve the code, move the error check in logical_read_xlog_page().
Amit Kapila
2024-07-09
*
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-09
*
Fix limit block handling in pg_wal_summary_contents().
Fujii Masao
2024-07-09
*
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-09
*
Teach planner how to estimate rows for timestamp generate_series
David Rowley
2024-07-09
*
Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.
Nathan Bossart
2024-07-08
*
Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.
Tom Lane
2024-07-08
*
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
*
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-08
*
Remove an extra period in code comment
Richard Guo
2024-07-08
*
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
*
Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.
Tom Lane
2024-07-06
*
Adjust tuplestore.c not to allocate BufFiles in generation context
David Rowley
2024-07-06
*
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-06
*
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
*
Support loading of injection points
Michael Paquier
2024-07-05
*
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
*
Improve memory management and performance of tuplestore.c
David Rowley
2024-07-05
*
Fix newly introduced issue in EXPLAIN for Materialize nodes
David Rowley
2024-07-05
*
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Add pg_get_acl() to get the ACL for a database object
Michael Paquier
2024-07-04
*
SQL/JSON: Fix some obsolete comments.
Amit Langote
2024-07-04
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-04
*
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-07-04
*
Remove incorrect Asserts in buffile.c
David Rowley
2024-07-04
*
Avoid 0-length memcpy to NULL with EXEC_BACKEND
Heikki Linnakangas
2024-07-03
*
Tighten check for --forkchild argument when spawning child process
Heikki Linnakangas
2024-07-03
*
Replace hardcoded identifiers of pgstats file by #defines
Michael Paquier
2024-07-03
*
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-07-02
*
Move bgworker specific logic to bgworker.c
Heikki Linnakangas
2024-07-02
*
Use safe string copy routine
Daniel Gustafsson
2024-07-02
*
Limit max parameter number with MaxAllocSize
Peter Eisentraut
2024-07-02
*
Fix overflow in parsing of positional parameter
Peter Eisentraut
2024-07-02
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
[prev]
[next]