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
/
bin
Age
Commit message (
Expand
)
Author
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
Peter Eisentraut
2023-03-29
pg_dump: Fix gzip compression of empty data
Tomas Vondra
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
initdb: emit message when using default ICU locale.
Jeff Davis
2023-03-28
initdb: replace check_icu_locale() with default_icu_locale().
Jeff Davis
2023-03-27
amcheck: Generalize one of the recently-added update chain checks.
Robert Haas
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
Handle the "und" locale in ICU versions 54 and older.
Jeff Davis
2023-03-23
Minor comment improvements for compress_lz4
Tomas Vondra
2023-03-23
Unify buffer sizes in pg_dump compression API
Tomas Vondra
2023-03-23
Improve type handling in pg_dump's compress file API
Tomas Vondra
2023-03-22
Fix new test case to work on (some?) big-endian architectures.
Tom Lane
2023-03-22
Fix initdb's handling of min_wal_size and max_wal_size.
Tom Lane
2023-03-22
Reduce memory leakage in initdb.
Tom Lane
2023-03-22
Add "-c name=value" switch to initdb.
Tom Lane
2023-03-22
Teach verify_heapam() to validate update chains within a page.
Robert Haas
2023-03-21
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
Avoid using atooid for numerical comparisons which arent Oids
Daniel Gustafsson
2023-03-21
pg_waldump: Allow hexadecimal values for -t/--timeline option
Peter Eisentraut
2023-03-17
Simplify and speed up pg_dump's creation of parent-table links.
Tom Lane
2023-03-17
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
Fix incorrect format placeholders
Peter Eisentraut
2023-03-16
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-14
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-13
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-11
pg_amcheck: Minor test speedups
Andres Freund
2023-03-11
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-10
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
Add standard collation UNICODE
Peter Eisentraut
2023-03-09
Fix test failure caused in 27b62377b4.
Jeff Davis
2023-03-09
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
Fix 9637badd9f.
Jeff Davis
2023-03-09
pg_upgrade: copy locale and encoding information to new cluster.
Jeff Davis
2023-03-09
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
Andres Freund
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-06
Fix handling of default option values in createuser
Daniel Gustafsson
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-02
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-01
Improve wording in pg_dump compression docs
Tomas Vondra
2023-03-01
Fix condition in pg_dump TAP test
Tomas Vondra
2023-02-28
Fix logic buglets in pg_dump's flagInhAttrs().
Tom Lane
2023-02-24
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-24
pg_dump: Remove move "blob" terminology
Daniel Gustafsson
[next]