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
Age
Commit message (
Expand
)
Author
2023-01-05
Refactor permissions-checking for role grants.
Robert Haas
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
Remove extra regress check arguments from test_pg_db_role_setting
Alexander Korotkov
2023-01-05
meson: Add 'running' test setup, as a replacement for installcheck
Alexander Korotkov
2023-01-04
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-04
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-04
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-03
During pg_dump startup, acquire table locks in batches.
Tom Lane
2023-01-03
Fix typo in memutils_memorychunk.h
David Rowley
2023-01-03
Improve documentation of the CREATEROLE attibute.
Robert Haas
2023-01-03
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
2023-01-03
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
Windows support in pg_import_system_collations
Peter Eisentraut
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-02
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2023-01-02
Push lpp variable closer to usage in heapgetpage()
Peter Eisentraut
2023-01-02
doc: Re-order Table 28.2 "Collected Statistics Views"
Peter Eisentraut
2023-01-01
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2023-01-01
In plpgsql, don't preassign portal names to bound cursor variables.
Tom Lane
2022-12-31
ci: Change macOS builds from Intel to ARM.
Thomas Munro
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-30
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
Use appendStringInfoString instead of appendBinaryStringInfo where possible
Peter Eisentraut
2022-12-30
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
Remove unnecessary casts
Peter Eisentraut
2022-12-29
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-29
Fix oversight in 7a05425d96
Andrew Dunstan
2022-12-28
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
Convert contrib/ltree's input functions to report errors softly
Andrew Dunstan
2022-12-28
Convert contrib/intarray's bqarr_in() to report errors softly
Andrew Dunstan
2022-12-28
Reorder some object files in makefiles
Peter Eisentraut
2022-12-27
Suppress uninitialized-variable warning from a61b1f748.
Tom Lane
2022-12-27
Convert hstore_in to report errors softly.
Tom Lane
2022-12-27
Remove new locale dependency in regproc regression test.
Tom Lane
2022-12-27
Simplify the implementations of the to_reg* functions.
Tom Lane
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-27
Remove overzealous MultiXact freeze assertion.
Peter Geoghegan
2022-12-27
Add custom filtering rules to the TAP tests of pg_upgrade
Michael Paquier
2022-12-27
Fix incorrect copy-pasto in error message of pg_waldump.c
Michael Paquier
2022-12-26
pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records
Michael Paquier
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
[next]