index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.
Robert Haas
2022-07-29
*
Support pg_read_[binary_]file (filename, missing_ok).
Tom Lane
2022-07-29
*
In transformRowExpr(), check for too many columns in the row.
Tom Lane
2022-07-29
*
Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.
Robert Haas
2022-07-29
*
Fix test instability
Alvaro Herrera
2022-07-29
*
Move related functions next to each other in pg_publication.c.
Amit Kapila
2022-07-29
*
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
*
Improve speed of hash index build.
Tom Lane
2022-07-28
*
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Fix comment in procarray.c.
Fujii Masao
2022-07-28
*
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-07-28
*
Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.
Robert Haas
2022-07-27
*
Convert macros to static inline functions (buf_internals.h)
Robert Haas
2022-07-27
*
Fix read_relmap_file() concurrency on Windows.
Robert Haas
2022-07-27
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
*
Split TuplesortPublic from Tuplesortstate
Alexander Korotkov
2022-07-27
*
Move memory management away from writetup() and tuplesort_put*()
Alexander Korotkov
2022-07-27
*
Put abbreviation logic into puttuple_common()
Alexander Korotkov
2022-07-27
*
Add new Tuplesortstate.removeabbrev function
Alexander Korotkov
2022-07-27
*
Remove Tuplesortstate.copytup function
Alexander Korotkov
2022-07-27
*
Add overflow protection for block-related data in WAL records
Michael Paquier
2022-07-27
*
Improve makeArrayTypeName's algorithm for choosing array type names.
Tom Lane
2022-07-26
*
Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
Robert Haas
2022-07-26
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
*
Do not allow removal of superuser privileges from bootstrap user.
Robert Haas
2022-07-26
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Reduce overhead of renaming archive status files.
Fujii Masao
2022-07-26
*
Fix path reference when parsing pg_ident.conf for pg_ident_file_mappings
Michael Paquier
2022-07-26
*
Eliminate duplicate code in table.c.
Amit Kapila
2022-07-26
*
Fix a few issues with REINDEX grammar
Michael Paquier
2022-07-26
*
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Fix ReadRecentBuffer for local buffers.
Heikki Linnakangas
2022-07-25
*
Remove useless arguments in ReadCheckpointRecord().
Fujii Masao
2022-07-25
*
Remove dead getpwuid_r replacement code.
Thomas Munro
2022-07-24
*
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-24
*
Remove dead getrusage replacement code.
Thomas Munro
2022-07-24
*
Doc: update recovery/README.
Tom Lane
2022-07-23
*
Increase minimum supported GNU make version to 3.81.
Tom Lane
2022-07-23
*
Remove configure probe for wctype.h.
Thomas Munro
2022-07-23
*
Remove configure probe for sys/tas.h.
Thomas Munro
2022-07-23
*
Fix [install]check in interfaces/libpq/Makefile
Alvaro Herrera
2022-07-22
*
Rework grammar for REINDEX
Alvaro Herrera
2022-07-22
*
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-22
*
Fix minor memory leaks in psql's tab completion.
Tom Lane
2022-07-22
*
parser: centralize common auxiliary productions
Alvaro Herrera
2022-07-22
*
Update src/backend/parser/README
Alvaro Herrera
2022-07-22
*
Remove unnecessary Windows-specific basebackup code.
Thomas Munro
2022-07-22
[prev]
[next]