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 const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
*
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-09
*
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-07
*
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-06
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
*
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Add rmgrdesc README
Heikki Linnakangas
2023-10-02
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-10-01
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
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-28
*
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-27
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
*
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-25
*
Simplify information schema check constraint deparsing
Peter Eisentraut
2023-09-22
*
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-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
[next]