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
*
Run perltidy over Catalog.pm
John Naylor
2022-09-08
*
Parse catalog .dat files as a whole when compiling the backend
John Naylor
2022-09-08
*
Raise a warning if there is a possibility of data from multiple origins.
Amit Kapila
2022-09-08
*
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 new pg_publication_tables query.
Tom Lane
2022-09-06
*
Fix failure to maintainer-clean jsonpath_gram.h
John Naylor
2022-09-06
*
Fix typo in 16d69ec29
David Rowley
2022-09-06
*
Remove buggy and dead code from CreateTriggerFiringOn
David Rowley
2022-09-06
*
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
*
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-03
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
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
*
Be smarter about freeing tuples during tuplesorts
David Rowley
2022-09-01
*
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
*
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
*
In the Snowball dictionary, don't try to stem excessively-long words.
Tom Lane
2022-08-31
*
Fix a bug in roles_is_member_of.
Robert Haas
2022-08-31
*
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
*
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-29
*
Use MAXALIGN() in calculations using sizeof(SlabBlock)
David Rowley
2022-08-30
*
Cleanup more code and comments related to Windows NT4 (XP days)
Michael Paquier
2022-08-30
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
*
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-29
*
Add more detail why repalloc and pfree do not accept NULL pointers
Peter Eisentraut
2022-08-28
*
Doc: add comment about bug fixed in back branches as of 3f7323cbb.
Tom Lane
2022-08-27
*
Fix typo in comment for writetuple() function
Alexander Korotkov
2022-08-27
*
Remove unneeded null pointer checks before PQfreemem()
Peter Eisentraut
2022-08-26
*
Remove unnecessary casts in free() and pfree()
Peter Eisentraut
2022-08-26
*
Remove obsolete comment
Peter Eisentraut
2022-08-26
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
*
Small refactor to get rid of -Wshadow=compatible-local warning
David Rowley
2022-08-26
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
*
Remove SUBSYS.o rule in common.mk, hasn't been used in a long time
Andres Freund
2022-08-24
*
Remove rule to generate postgres.o, not needed for 20+ years
Andres Freund
2022-08-24
*
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-24
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
*
Fix ICU locale option handling in CREATE DATABASE
Peter Eisentraut
2022-08-24
*
Remove initialization of MyClientConnectionInfo at backend startup
Michael Paquier
2022-08-24
*
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
[next]