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-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
2023-02-23
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
Prepare pg_dump internals for additional compression methods
Tomas Vondra
2023-02-23
pg_rewind: Fix determining TLI when server was just promoted.
Heikki Linnakangas
2023-02-22
pg_dump: Remove some dead code
Peter Eisentraut
2023-02-22
Fix small memory leak in psql's \bind command
Michael Paquier
2023-02-21
pgbench: Prepare commands in pipelines in advance
Alvaro Herrera
2023-02-13
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-06
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-01
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-01-27
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-19
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-17
Remove redundant relkind check
John Naylor
2023-01-17
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier
2023-01-11
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-11
Fix typos in code and comments
Michael Paquier
[next]