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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
2
-0
/
+795
*
Add a couple more tests for interval input decoding.
Tom Lane
2022-04-02
2
-0
/
+32
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
2
-5
/
+66
*
Use ORDER BY in catalog results in SQL/JSON tests
Andrew Dunstan
2022-04-02
2
-8
/
+16
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
14
-0
/
+373
*
Add SSL tests for IP addresses in certificates
Peter Eisentraut
2022-04-01
8
-1
/
+147
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
2
-0
/
+67
*
Remove use of perl parent module in Cluster.pm
Andrew Dunstan
2022-03-31
1
-2
/
+6
*
Fix comment typo in PotsgreSQL::Test::Cluster module
Andrew Dunstan
2022-03-31
1
-1
/
+1
*
Add diagnostic output on error in pump_until
Daniel Gustafsson
2022-03-31
1
-2
/
+10
*
Raise a WARNING for missing publications.
Amit Kapila
2022-03-31
1
-0
/
+37
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
9
-181
/
+491
*
SQL JSON functions
Andrew Dunstan
2022-03-30
2
-0
/
+324
*
Add range_agg with multirange inputs
Peter Eisentraut
2022-03-30
3
-1
/
+75
*
Make PostgreSQL::Test::Cluster compatible with all live branches
Andrew Dunstan
2022-03-30
1
-9
/
+70
*
Additional tests for range_intersect_agg(anymultirange)
Peter Eisentraut
2022-03-30
2
-0
/
+48
*
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
2
-0
/
+56
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
2
-3
/
+30
*
Make PostgreSQL::Test::Cluster::run_log() return a useful value.
Robert Haas
2022-03-29
1
-2
/
+1
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
5
-1
/
+1362
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
1
-67
/
+0
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
3
-0
/
+18
*
Modify query on pg_hba_file_rules to check for errors in regression tests
Michael Paquier
2022-03-29
2
-7
/
+9
*
IS JSON predicate
Andrew Dunstan
2022-03-28
2
-0
/
+294
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
1
-1
/
+1
*
Remove the ability of a role to administer itself.
Robert Haas
2022-03-28
2
-12
/
+2
*
Fix role names in merge.sql regress file
Alvaro Herrera
2022-03-28
2
-28
/
+28
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
24
-1
/
+5180
*
Preparatory test cleanup
Peter Eisentraut
2022-03-28
2
-48
/
+49
*
Make JSON path numeric literals more correct
Peter Eisentraut
2022-03-28
2
-84
/
+162
*
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
Andres Freund
2022-03-27
1
-3
/
+7
*
Mark pg_stat_get_subscription_stats() strict.
Andres Freund
2022-03-27
2
-0
/
+7
*
Fix NULL input behaviour of pg_stat_get_replication_slot().
Andres Freund
2022-03-27
2
-0
/
+11
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
5
-5
/
+1037
*
Remove more unused module imports from TAP tests
Daniel Gustafsson
2022-03-27
1
-1
/
+0
*
Wait for subscription to sync in t/031_column_list.sql
Tomas Vondra
2022-03-27
1
-1
/
+1
*
SSL TAP test backend library independence refactoring
Daniel Gustafsson
2022-03-26
6
-322
/
+664
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
3
-0
/
+1790
*
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-25
1
-0
/
+31
*
Handle sequences in preprocess_pubobj_list
Tomas Vondra
2022-03-25
2
-0
/
+34
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
1
-0
/
+67
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
1
-2
/
+1
*
Add retries for further investigation of 019_replslot_limit.pl failures.
Andres Freund
2022-03-24
1
-11
/
+29
*
Fix pg_statio_all_tables view for multiple TOAST indexes.
Tom Lane
2022-03-24
1
-8
/
+13
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
8
-8
/
+0
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
6
-192
/
+1268
*
Clean test_rls_hooks module
Andrew Dunstan
2022-03-23
3
-12
/
+0
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
1
-1
/
+4
*
Force NO_LOCALE / UTF8 for test_oat_hooks tests
Andrew Dunstan
2022-03-23
1
-0
/
+3
*
Use approved style for listing OBJS in test_oat_hooks Makefile
Andrew Dunstan
2022-03-23
1
-1
/
+3
[next]