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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
JSON_TABLE
Andrew Dunstan
2022-04-04
1
-0
/
+9
*
Make upgradecheck a no-op in MSVC's vcregress.pl
Michael Paquier
2022-04-02
1
-28
/
+5
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
1
-0
/
+1
*
Switch the regression tests of pg_upgrade to use TAP tests
Michael Paquier
2022-04-01
1
-85
/
+7
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
1
-0
/
+1
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-1
/
+4
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
1
-2
/
+0
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-0
/
+4
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
1
-0
/
+2
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
1
-0
/
+1
*
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-24
1
-2
/
+2
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
1
-1
/
+1
*
pgstat: run pgindent on pgstat.c/h.
Andres Freund
2022-03-19
1
-0
/
+3
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
1
-0
/
+2
*
Split ExecUpdate and ExecDelete into reusable pieces
Alvaro Herrera
2022-03-17
1
-0
/
+2
*
dshash: Add sequential scan support.
Andres Freund
2022-03-10
1
-0
/
+1
*
Add support for zstd base backup compression.
Robert Haas
2022-03-08
1
-0
/
+1
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
1
-75
/
+1
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
1
-4
/
+4
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
1
-0
/
+3
*
Add support for building with ZSTD.
Robert Haas
2022-02-18
3
-0
/
+15
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
1
-0
/
+1
*
plpython: Reject Python 2 during build configuration.
Andres Freund
2022-02-16
1
-0
/
+4
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
1
-0
/
+2
*
Remove REGRESS_OUTPUTDIR environment variable.
Thomas Munro
2022-02-14
1
-2
/
+0
*
pg_basebackup: Allow client-side LZ4 (de)compression.
Robert Haas
2022-02-11
1
-0
/
+1
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
1
-0
/
+1
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
1
-1
/
+1
*
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-02-02
1
-1
/
+0
*
Add bbstreamer_gzip.c to Mkvcbuild.pm.
Robert Haas
2022-01-28
1
-0
/
+1
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
1
-3
/
+1
*
Allow clean.bat to be run from anywhere
Andrew Dunstan
2022-01-20
1
-3
/
+4
*
Move 027_stream_regress.pl's output to tmp_check.
Thomas Munro
2022-01-18
1
-1
/
+1
*
Test replay of regression tests, attempt II.
Thomas Munro
2022-01-17
1
-0
/
+2
*
Revert "Test replay of regression tests."
Thomas Munro
2022-01-15
1
-2
/
+0
*
Test replay of regression tests.
Thomas Munro
2022-01-15
1
-0
/
+2
*
Use in-place tablespaces in regression test.
Thomas Munro
2022-01-15
1
-2
/
+0
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
1
-0
/
+1
*
Add missing include guard to win32ntdll.h.
Thomas Munro
2022-01-12
2
-0
/
+2
*
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
1
-1
/
+1
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
1
-0
/
+1
*
Avoid warning about uninitialized value in MSVC python3 tests
Andrew Dunstan
2022-01-10
1
-1
/
+1
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
1
-0
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
31
-32
/
+32
*
Allow MSVC .bat wrappers to be called from anywhere
Andrew Dunstan
2022-01-07
5
-5
/
+5
*
Skip install/test of pgcrypto on MSVC when not built with openssl
Andrew Dunstan
2022-01-07
2
-0
/
+2
*
ci: Add continuous integration for github repositories via cirrus-ci.
Andres Freund
2021-12-30
5
-0
/
+168
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
1
-5
/
+4
*
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-22
1
-1
/
+1
*
Add option -N/--no-sync to pg_upgrade
Michael Paquier
2021-12-18
1
-1
/
+3
[next]