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
*
Fix information schema for catalogued not-null constraints
Peter Eisentraut
2023-09-18
*
Update Unicode data to Unicode 15.1.0
Peter Eisentraut
2023-09-18
*
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-14
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
*
Update information_schema definition for not-null constraints
Alvaro Herrera
2023-09-07
*
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-07
*
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
*
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-09-06
*
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
*
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-09-05
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Restructure DECLARE_INDEX arguments
Peter Eisentraut
2023-08-31
*
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
*
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-30
*
Disallow changing NO INHERIT status of a not-null constraint
Alvaro Herrera
2023-08-29
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Format list of catalog files in makefile vertically
Peter Eisentraut
2023-08-28
*
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-27
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-25
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Update DECLARE_INDEX documentation
Peter Eisentraut
2023-08-24
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Add proargnames to multi-argument aggregate functions
Daniel Gustafsson
2023-08-24
*
Bump catversion for to_bin() and to_oct().
Nathan Bossart
2023-08-23
*
Add to_bin() and to_oct().
Nathan Bossart
2023-08-23
*
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
*
Add const decorations
Peter Eisentraut
2023-08-23
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
Bump catalog version for pg_wait_events
Michael Paquier
2023-08-20
*
Add system view pg_wait_events
Michael Paquier
2023-08-20
*
Remove incorrect field from information schema
Peter Eisentraut
2023-08-16
*
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-16
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-15
*
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-14
*
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-14
*
Simplify determining logical replication worker types.
Amit Kapila
2023-08-14
*
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-08-12
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-08-10
*
Improve const use in zlib-using code
Peter Eisentraut
2023-08-07
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
Add and use symbolic constants for tar header offsets and file types.
Robert Haas
2023-08-01
[next]