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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgstat: consistent function comment formatting.
Andres Freund
2022-04-04
11
-608
/
+300
*
JSON_TABLE
Andrew Dunstan
2022-04-04
19
-32
/
+1637
*
vacuumlazy.c: Further consolidate resource allocation.
Peter Geoghegan
2022-04-04
1
-42
/
+30
*
Avoid freeing objects during json aggregate finalization
Andrew Dunstan
2022-04-04
1
-12
/
+4
*
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
3
-5
/
+21
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
10
-67
/
+86
*
Improve the generation memory allocator
David Rowley
2022-04-04
3
-76
/
+322
*
Fix tuplesort optimization for CLUSTER-on-expression.
Thomas Munro
2022-04-04
1
-22
/
+56
*
Fix portability issues in datetime parsing.
Tom Lane
2022-04-03
2
-36
/
+89
*
Generalize how VACUUM skips all-frozen pages.
Peter Geoghegan
2022-04-03
1
-163
/
+146
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
4
-179
/
+359
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
3
-367
/
+630
*
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
1
-25
/
+23
*
Use has_privs_for_roles for predefined role checks: round 2
Joe Conway
2022-04-02
1
-2
/
+2
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
2
-89
/
+170
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
9
-132
/
+193
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
16
-153
/
+153
*
Fix comments with "a expression"
Andrew Dunstan
2022-03-31
2
-2
/
+2
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
6
-16
/
+66
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
1
-29
/
+0
*
Raise a WARNING for missing publications.
Amit Kapila
2022-03-31
1
-20
/
+113
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
8
-303
/
+1345
*
SQL JSON functions
Andrew Dunstan
2022-03-30
12
-79
/
+462
*
Add range_agg with multirange inputs
Peter Eisentraut
2022-03-30
1
-0
/
+61
*
Change some internal error messages to elogs
Peter Eisentraut
2022-03-30
2
-7
/
+3
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
1
-17
/
+28
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
1
-1
/
+1
*
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
2
-4
/
+109
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
3
-25
/
+194
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
23
-120
/
+3067
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
13
-144
/
+966
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
4
-238
/
+1
*
Explain why the startup process can't cause a shortage of sinval slots.
Robert Haas
2022-03-29
1
-0
/
+8
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
3
-14
/
+159
*
IS JSON predicate
Andrew Dunstan
2022-03-28
16
-17
/
+519
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
8
-32
/
+36
*
Remove the ability of a role to administer itself.
Robert Haas
2022-03-28
2
-41
/
+2
*
Fix a few goofs in new backup compression code.
Robert Haas
2022-03-28
1
-2
/
+6
*
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-28
1
-12
/
+42
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
37
-128
/
+2532
*
Make JSON path numeric literals more correct
Peter Eisentraut
2022-03-28
2
-14
/
+14
*
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
Andres Freund
2022-03-27
1
-0
/
+9
*
Fix up compiler warnings/errors from f4fb45d15.
Tom Lane
2022-03-27
2
-15
/
+13
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
20
-124
/
+2306
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
12
-2
/
+675
*
Remove useless variable.
Tom Lane
2022-03-27
1
-3
/
+0
*
Fix breakage of get_ps_display() in the PS_USE_NONE case.
Tom Lane
2022-03-27
1
-0
/
+1
*
Fix comment in execParallel.c
Michael Paquier
2022-03-27
1
-1
/
+1
*
Suppress compiler warning in pub_collist_to_bitmapset().
Tom Lane
2022-03-26
1
-2
/
+6
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
10
-73
/
+839
[next]