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
*
Further stabilize results of 019_replslot_limit.pl.
Tom Lane
2020-04-09
1
-17
/
+17
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
2
-12
/
+42
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
2
-23
/
+25
*
Stabilize incremental_sort tests
Tomas Vondra
2020-04-08
2
-18
/
+29
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
3
-48
/
+356
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
1
-85
/
+0
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
2
-0
/
+8
*
Remove testing for precise LSN/reserved bytes in new TAP test
Alvaro Herrera
2020-04-07
1
-4
/
+4
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
2
-0
/
+128
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
2
-20
/
+3223
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
2
-8
/
+8
*
Appease perlcritic
Alvaro Herrera
2020-04-07
1
-0
/
+1
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
2
-2
/
+221
*
Allow psql's \g and \gx commands to transiently change \pset options.
Tom Lane
2020-04-07
2
-0
/
+29
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
1
-0
/
+85
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
2
-0
/
+215
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
2
-0
/
+99
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
2
-69
/
+69
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
1
-9
/
+11
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
16
-36
/
+473
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
5
-1
/
+193
*
Fix failures in incremental_sort due to number of workers
Tomas Vondra
2020-04-07
2
-0
/
+2
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
8
-3
/
+1663
*
Re-stabilize infinite_recurse() test case.
Tom Lane
2020-04-06
2
-5
/
+10
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
1
-41
/
+125
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
2
-0
/
+73
*
Further improve stability fix for partition_aggregate test.
Tom Lane
2020-04-05
2
-34
/
+34
*
Add perl2host call missing from a new test file.
Noah Misch
2020-04-04
1
-0
/
+1
*
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
2
-0
/
+18
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
5
-0
/
+413
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
1
-4
/
+51
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
2
-0
/
+54
*
Improve stability of explain regression test.
Fujii Masao
2020-04-04
2
-6
/
+7
*
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
1
-51
/
+4
*
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-03
1
-4
/
+51
*
Improve stability fix for partition_aggregate test.
Tom Lane
2020-04-02
2
-55
/
+55
*
Attempt to stabilize partitionwise_aggregate test
David Rowley
2020-04-02
2
-42
/
+48
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
5
-1
/
+118
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
1
-0
/
+10
*
Still another try at stabilizing stats_ext test results.
Tom Lane
2020-03-31
2
-44
/
+65
*
Improve error reporting in opclasscmds.c
Alexander Korotkov
2020-03-31
1
-1
/
+1
*
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
2
-15
/
+51
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
11
-6
/
+270
*
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
5
-25
/
+41
*
Attempt to fix unstable regression tests, take 2
David Rowley
2020-03-30
2
-10
/
+10
*
pg_regress: Observe TMPDIR
Peter Eisentraut
2020-03-29
1
-1
/
+2
*
Attempt to fix unstable regression tests
David Rowley
2020-03-29
4
-15
/
+14
*
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-03-28
2
-0
/
+64
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
1
-3
/
+7
*
Prevent functional dependency estimates from exceeding column estimates.
Dean Rasheed
2020-03-28
2
-3
/
+23
[next]