index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-09
*
Fix another typo in e0b1ee17dc
Alexander Korotkov
2023-10-07
*
Fix typos in e0b1ee17dc
Alexander Korotkov
2023-10-07
*
Remove extra parenthesis from comment.
Etsuro Fujita
2023-10-06
*
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-06
*
Fix crash on syslogger startup
Heikki Linnakangas
2023-10-06
*
Push attcompression and attstorage handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
*
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
*
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-10-05
*
Fix memory leak in Memoize code
David Rowley
2023-10-05
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
*
Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Tom Lane
2023-10-03
*
In basebackup.c, refactor to create read_file_data_into_buffer.
Robert Haas
2023-10-03
*
In basebackup.c, refactor to create verify_page_checksum.
Robert Haas
2023-10-03
*
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
*
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-03
*
Fail hard on out-of-memory failures in xlogreader.c
Michael Paquier
2023-10-03
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Flush WAL stats in bgwriter
Heikki Linnakangas
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
*
Fix datalen calculation in tsvectorrecv().
Tom Lane
2023-10-01
*
In COPY FROM, fail cleanly when unsupported encoding conversion is needed.
Tom Lane
2023-10-01
*
Only evaluate default values as required when doing COPY FROM
Andrew Dunstan
2023-10-01
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
2023-09-30
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
C comment: add optimizer function reference
Bruce Momjian
2023-09-29
*
Robustify find_base_rel and find_base_rel_ignore_join
David Rowley
2023-09-29
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Fix checking of index expressions in CompareIndexInfo().
Tom Lane
2023-09-28
*
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
*
Add missing TidRangePath handling in print_path()
David Rowley
2023-09-29
*
Fix typo in src/backend/access/transam/README.
Etsuro Fujita
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
*
llvmjit: Remove unnecessary types
Daniel Gustafsson
2023-09-27
*
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-27
*
doc: correct reference to pg_relation in comment
Bruce Momjian
2023-09-26
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
*
Clean up MergeCheckConstraint()
Peter Eisentraut
2023-09-26
[next]