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
/
include
Age
Commit message (
Expand
)
Author
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
Bump PGSTAT_FILE_FORMAT_ID
Magnus Hagander
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-15
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Michael Paquier
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
Minor header cleanup for the new iovec code.
Thomas Munro
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-13
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-13
Mark inet_server_addr() and inet_server_port() as parallel-restricted.
Tom Lane
2021-01-13
Run reformat-dat-files to declutter the catalog data files.
Tom Lane
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-12
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-11
Fix function prototypes in dependency.h.
Thomas Munro
2021-01-11
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-08
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-07
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-07
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-06
Report progress of COPY commands
Tomas Vondra
2021-01-06
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-04
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-04
Remove unused function prototypes.
Thomas Munro
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-29
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
Improve the signature of internal multirange functions
Alexander Korotkov
2020-12-29
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
remove uint128 requirement from patch 978f869b99 (CFE)
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-21
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
[next]