index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-04-06
Change one AssertMacro to Assert
Peter Eisentraut
2022-04-06
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
Update Unicode data to CLDR 41
Peter Eisentraut
2022-04-06
Improve comments for row filtering and toast interaction in logical replication.
Amit Kapila
2022-04-06
Change aggregated log format of pgbench.
Tatsuo Ishii
2022-04-06
Remove race condition in 022_crash_temp_files.pl test.
Tom Lane
2022-04-05
Fix compilerwarning in logging size_t
Daniel Gustafsson
2022-04-05
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
Have VACUUM warn on relfrozenxid "in the future".
Peter Geoghegan
2022-04-05
pg_rewind: Fetch small files according to new size.
Daniel Gustafsson
2022-04-05
Extend TAP tests of pg_dump to test for compression with gzip
Michael Paquier
2022-04-05
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
Update some tests in 013_crash_restart.pl.
Tom Lane
2022-04-04
dshash: revise sequential scan support.
Andres Freund
2022-04-04
pgstat: remove some superflous comments from pgstat.h.
Andres Freund
2022-04-04
pgstat: consistent function comment formatting.
Andres Freund
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-04-04
vacuumlazy.c: Further consolidate resource allocation.
Peter Geoghegan
2022-04-04
psql: Show all query results by default
Peter Eisentraut
2022-04-04
Disable synchronize_seqscans in 027_stream_regress.pl.
Tom Lane
2022-04-04
Avoid freeing objects during json aggregate finalization
Andrew Dunstan
2022-04-04
pg_basebackup: Fix code that thinks about LZ4 buffer size.
Robert Haas
2022-04-04
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
Improve the generation memory allocator
David Rowley
2022-04-03
Fix tuplesort optimization for CLUSTER-on-expression.
Thomas Munro
2022-04-03
Fix portability issues in datetime parsing.
Tom Lane
2022-04-03
Generalize how VACUUM skips all-frozen pages.
Peter Geoghegan
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
Add a couple more tests for interval input decoding.
Tom Lane
2022-04-02
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
Use has_privs_for_roles for predefined role checks: round 2
Joe Conway
2022-04-02
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
Use ORDER BY in catalog results in SQL/JSON tests
Andrew Dunstan
2022-04-02
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
Remove obsolete comment
Peter Eisentraut
2022-04-02
Make upgradecheck a no-op in MSVC's vcregress.pl
Michael Paquier
2022-04-01
libpq: Fix pkg-config without OpenSSL
Peter Eisentraut
2022-04-01
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
Add SSL tests for IP addresses in certificates
Peter Eisentraut
2022-04-01
psql: Refactor ProcessResult()
Peter Eisentraut
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
Improve handling and logging of TAP tests for pg_upgrade
Michael Paquier
2022-04-01
Switch the regression tests of pg_upgrade to use TAP tests
Michael Paquier
2022-03-31
Keep plpgsql.h C++-clean.
Tom Lane
2022-03-31
Expose a few more PL/pgSQL functions to debugger plugins.
Tom Lane
2022-03-31
Fix comments with "a expression"
Andrew Dunstan
2022-03-31
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
Robert Haas
[next]