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 flush option to pg_logical_emit_message()
Michael Paquier
2023-10-18
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Harden xxx_is_visible() functions against concurrent object drops.
Tom Lane
2023-10-14
*
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-14
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add support for AT LOCAL
Michael Paquier
2023-10-13
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-11
*
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
[next]