index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-28
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Robert Haas
2022-09-28
*
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-28
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
Fix pg_stat_statements for MERGE
Alvaro Herrera
2022-09-27
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Improve some GUC description strings
Alvaro Herrera
2022-09-21
*
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
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Consistently use named parameters in regex code.
Peter Geoghegan
2022-09-19
*
Remove various duplicated words
David Rowley
2022-09-20
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
*
Small wording improvements
Peter Eisentraut
2022-09-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
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
*
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
*
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
*
Temporarily make MemoryContextContains return false
David Rowley
2022-09-09
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Make MemoryContextContains work correctly again
David Rowley
2022-09-08
*
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-09-07
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
*
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-04
*
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-09-02
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
[next]