index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Add assert checking to pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-17
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-02-14
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-11
*
Fix typo in parsenodes.h
Michael Paquier
2023-02-10
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
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
*
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-07
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
*
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
Minor GUC code refactoring.
Tom Lane
2023-01-27
*
Code review for commit 05a7be935.
Tom Lane
2023-01-26
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
*
Add helper library for use of libpq inside the server environment
Andres Freund
2023-01-23
*
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
Tom Lane
2023-01-23
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
*
instr_time: Represent time as an int64 on all platforms
Andres Freund
2023-01-20
*
Rework format of comments in headers for nodes
Michael Paquier
2023-01-21
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.
Robert Haas
2023-01-20
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
*
Remove SHM_QUEUE
Andres Freund
2023-01-19
*
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
*
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
2023-01-19
*
Constify proclist.h
Peter Eisentraut
2023-01-19
[next]