index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor code in tablecmds.c to check and process tablespace moves
Michael Paquier
2021-01-27
1
-0
/
+4
*
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
1
-10
/
+14
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
3
-7
/
+15
*
Make storage/standby.h compile standalone again.
Tom Lane
2021-01-24
1
-0
/
+1
*
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-23
2
-0
/
+20
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
5
-9
/
+13
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
3
-0
/
+31
*
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
2
-2
/
+8
*
Bump PGSTAT_FILE_FORMAT_ID
Magnus Hagander
2021-01-18
1
-1
/
+1
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
4
-32
/
+33
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
1
-0
/
+3
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
3
-1
/
+72
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
1
-3
/
+13
*
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
1
-0
/
+1
*
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Michael Paquier
2021-01-15
1
-4
/
+0
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
1
-0
/
+13
*
Minor header cleanup for the new iovec code.
Thomas Munro
2021-01-14
2
-10
/
+5
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
3
-19
/
+25
*
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-14
1
-0
/
+5
*
Mark inet_server_addr() and inet_server_port() as parallel-restricted.
Tom Lane
2021-01-13
2
-3
/
+5
*
Run reformat-dat-files to declutter the catalog data files.
Tom Lane
2021-01-13
10
-174
/
+229
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
5
-64
/
+183
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
9
-0
/
+9
*
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
1
-1
/
+2
*
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-13
1
-1
/
+1
*
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-12
2
-1
/
+2
*
Fix function prototypes in dependency.h.
Thomas Munro
2021-01-12
1
-2
/
+2
*
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-11
3
-0
/
+76
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
1
-4
/
+1
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
1
-1
/
+4
*
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-07
1
-6
/
+2
*
Add idle_session_timeout.
Tom Lane
2021-01-06
3
-1
/
+4
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
3
-1
/
+8
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
2
-0
/
+40
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
1
-0
/
+2
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
1
-4
/
+4
*
Remove unused function prototypes.
Thomas Munro
2021-01-05
4
-4
/
+0
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
5
-2
/
+44
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
3
-2
/
+32
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
1
-2
/
+31
*
Update copyright for 2021
Bruce Momjian
2021-01-02
659
-659
/
+659
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
3
-5
/
+14
*
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
1
-0
/
+2
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
3
-0
/
+103
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
1
-6
/
+6
*
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
7
-1
/
+113
*
Improve the signature of internal multirange functions
Alexander Korotkov
2020-12-29
1
-27
/
+42
*
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-29
4
-2
/
+22
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
2
-3
/
+4
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
7
-199
/
+1
[next]