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
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
Consistently use named parameters in regex code consistently.
Peter Geoghegan
2022-09-19
*
Consistently use named parameters in regex code.
Peter Geoghegan
2022-09-19
*
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-20
*
Fix out-dated comment in preprocess_groupclause()
David Rowley
2022-09-20
*
Remove various duplicated words
David Rowley
2022-09-20
*
Make ALTER DEFAULT PRIVILEGES require privileges, not membership.
Robert Haas
2022-09-19
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
Fix typos.
Amit Kapila
2022-09-19
*
Fix typos referring to PGPROC
John Naylor
2022-09-19
*
Remove unused argument "isSlice" from transformAssignmentSubscripts()
Michael Paquier
2022-09-18
*
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-09-17
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
*
Fix huge_pages on Windows
Michael Paquier
2022-09-17
*
Message style improvements
Peter Eisentraut
2022-09-17
*
Message wording improvements
Peter Eisentraut
2022-09-16
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
*
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-09-16
*
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
Noah Misch
2022-09-15
*
Fix grammar in error message
John Naylor
2022-09-15
*
Blind attempt to fix LLVM dependency in the backend
John Naylor
2022-09-15
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
*
Fix outdated convert_saop_to_hashed_saop comment
David Rowley
2022-09-15
*
Small wording improvements
Peter Eisentraut
2022-09-14
*
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
*
Remove duplicate initialization
Alvaro Herrera
2022-09-14
*
Move gramparse.h to src/backend/parser
John Naylor
2022-09-14
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-09-13
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
*
Improve wal_decode_buffer_size description some more
Alvaro Herrera
2022-09-13
*
Remove useless pstrdups in untransformRelOptions
Alvaro Herrera
2022-09-13
*
Rename macro related to pg_backup_stop()
Michael Paquier
2022-09-13
*
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-13
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Make eval statement naturally proof against perltidy
John Naylor
2022-09-12
*
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-12
*
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-10
*
Fix GetForeignKey*Triggers for self-referential FKs
Alvaro Herrera
2022-09-09
*
Bump minimum version of Flex to 2.5.35
John Naylor
2022-09-09
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Add jsonpath_gram.h to list of distprep targets
John Naylor
2022-09-09
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
*
Add more error context to RestoreBlockImage() and consume it
Michael Paquier
2022-09-09
[next]