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
/
backend
Age
Commit message (
Expand
)
Author
2022-09-22
Used optimized linear search in more code paths
Michael Paquier
2022-09-21
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-21
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-09-21
Improve some GUC description strings
Alvaro Herrera
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
Improve some error messages.
Amit Kapila
2022-09-20
Revise tree-walk APIs to improve spec compliance & silence warnings.
Tom Lane
2022-09-20
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-20
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-19
Fix out-dated comment in preprocess_groupclause()
David Rowley
2022-09-19
Remove various duplicated words
David Rowley
2022-09-19
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-18
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-16
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-15
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-14
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-14
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-13
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-12
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-12
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
[next]