index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
Show parameters of CALL as constants in pg_stat_statements
Michael Paquier
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
Move tracking of in_streaming to PGOutputData
Michael Paquier
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-09-27
llvmjit: Make llvm_types_module variable static
Daniel Gustafsson
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-26
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-25
Pack struct ParsedWord more tightly.
Tom Lane
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-22
Simplify information schema check constraint deparsing
Peter Eisentraut
2023-09-18
Add function for removing arbitrary nodes in binaryheap.
Nathan Bossart
2023-09-18
Make binaryheap available to frontend code.
Nathan Bossart
2023-09-18
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-14
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-08
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-07
Update information_schema definition for not-null constraints
Alvaro Herrera
2023-09-07
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-06
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-08-31
Restructure DECLARE_INDEX arguments
Peter Eisentraut
2023-08-30
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-29
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-28
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-27
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-25
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-24
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-23
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-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-20
Bump catalog version for pg_wait_events
Michael Paquier
2023-08-20
Add system view pg_wait_events
Michael Paquier
[next]