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
*
Prevent write operations on large objects in read-only transactions
Michael Paquier
2022-07-04
3
-0
/
+142
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
1
-1
/
+1
*
Allow makeaclitem() to accept multiple privilege names.
Tom Lane
2022-07-03
2
-0
/
+26
*
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Noah Misch
2022-07-01
2
-12
/
+13
*
Fix race condition in t/028_pitr_timelines.pl.
Noah Misch
2022-07-01
1
-0
/
+7
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-2
/
+2
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
3
-9
/
+20
*
Use --no-unlogged-table-data in t/027_stream_regress.pl.
Noah Misch
2022-06-25
1
-1
/
+2
*
Remove unportable test
Peter Eisentraut
2022-06-24
1
-7
/
+0
*
Fix intermetent test failure in 028_row_filter.pl.
Amit Kapila
2022-06-24
1
-0
/
+5
*
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-23
2
-4
/
+83
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
1
-0
/
+14
*
Message and documentation refinements
Peter Eisentraut
2022-06-19
1
-15
/
+15
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
5
-448
/
+0
*
Fix comment in regression tests for large objects
Michael Paquier
2022-06-16
3
-6
/
+6
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
1
-0
/
+15
*
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-15
1
-4
/
+52
*
Make subscription tests pass with log_error_verbosity=verbose
Andrew Dunstan
2022-06-12
2
-6
/
+6
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
2
-0
/
+32
*
psql: Show notices immediately (again)
Peter Eisentraut
2022-06-09
1
-4
/
+4
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
1
-86
/
+64
*
Remove useless tests for TRUNCATE on foreign tables
Michael Paquier
2022-05-31
2
-18
/
+0
*
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-27
2
-0
/
+29
*
pgstat: fix stats.spec instability on slow machines.
Andres Freund
2022-05-22
3
-6
/
+7
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
1
-2
/
+2
*
Remove portability hazard in unsafe_tests/sql/guc_privs.sql.
Tom Lane
2022-05-20
2
-4
/
+4
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
3
-0
/
+10
*
Add pg_version() to PostgreSQL::Test::Cluster
Michael Paquier
2022-05-20
1
-0
/
+14
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
2
-23
/
+32
*
Update xml_1.out and xml_2.out
Alvaro Herrera
2022-05-18
2
-0
/
+6
*
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
2
-2
/
+26
*
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
10
-0
/
+32
*
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-18
1
-25
/
+10
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
1
-16
/
+10
*
Fix slow animal timeouts in 032_relfilenode_reuse.pl.
Thomas Munro
2022-05-14
1
-6
/
+8
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
39
-1256
/
+2567
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
2
-0
/
+87
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
4
-53
/
+3
*
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
3
-3
/
+3
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
2
-0
/
+12
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
4
-28
/
+48
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
2
-0
/
+33
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
2
-0
/
+102
*
Fix race in 032_relfilenode_reuse.pl.
Thomas Munro
2022-05-08
1
-3
/
+5
*
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
2
-1
/
+234
*
Fix timing issue in deadlock recovery conflict test.
Andres Freund
2022-05-04
1
-0
/
+11
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
1
-6
/
+4
*
Add tests for recovery deadlock conflicts.
Andres Freund
2022-05-02
1
-7
/
+79
*
Tighten enforcement of variable CONSTANT markings in plpgsql.
Tom Lane
2022-04-30
2
-0
/
+51
*
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-28
2
-0
/
+10
[next]