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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify and speed up pg_dump's creation of parent-table links.
Tom Lane
2023-03-17
3
-80
/
+56
*
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
6
-38
/
+288
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-17
1
-2
/
+2
*
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-16
2
-3
/
+32
*
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-14
2
-94
/
+531
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
3
-1
/
+34
*
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-13
1
-1
/
+1
*
pg_amcheck: Minor test speedups
Andres Freund
2023-03-11
1
-18
/
+15
*
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-11
1
-8
/
+20
*
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
3
-18
/
+14
*
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
1
-3
/
+7
*
Fix test failure caused in 27b62377b4.
Jeff Davis
2023-03-09
1
-1
/
+1
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
5
-12
/
+57
*
Fix 9637badd9f.
Jeff Davis
2023-03-09
3
-22
/
+45
*
pg_upgrade: copy locale and encoding information to new cluster.
Jeff Davis
2023-03-09
7
-183
/
+192
*
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
Andres Freund
2023-03-08
2
-1
/
+2
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
4
-38
/
+125
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
9
-27
/
+106
*
Fix handling of default option values in createuser
Daniel Gustafsson
2023-03-06
2
-16
/
+23
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
3
-2
/
+33
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
1
-1
/
+1
*
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
1
-8
/
+3
*
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
1
-4
/
+4
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
1
-1
/
+1
*
Improve wording in pg_dump compression docs
Tomas Vondra
2023-03-01
2
-3
/
+3
*
Fix condition in pg_dump TAP test
Tomas Vondra
2023-03-01
1
-3
/
+3
*
Fix logic buglets in pg_dump's flagInhAttrs().
Tom Lane
2023-02-28
2
-10
/
+29
*
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-24
1
-1
/
+6
*
pg_dump: Remove move "blob" terminology
Daniel Gustafsson
2023-02-24
1
-3
/
+3
*
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
9
-16
/
+772
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
13
-751
/
+1042
*
Prepare pg_dump internals for additional compression methods
Tomas Vondra
2023-02-23
4
-128
/
+138
*
pg_rewind: Fix determining TLI when server was just promoted.
Heikki Linnakangas
2023-02-23
4
-59
/
+64
*
pg_dump: Remove some dead code
Peter Eisentraut
2023-02-22
2
-6
/
+0
*
Fix small memory leak in psql's \bind command
Michael Paquier
2023-02-22
1
-1
/
+1
*
pgbench: Prepare commands in pipelines in advance
Alvaro Herrera
2023-02-21
2
-51
/
+127
*
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-13
1
-1
/
+1
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
3
-4
/
+5
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
5
-8
/
+7
*
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
2
-7
/
+96
*
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-02-01
1
-2
/
+13
*
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-27
1
-1
/
+1
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
1
-0
/
+6
*
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-19
1
-2
/
+7
*
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-19
1
-3
/
+3
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-6
/
+6
*
Remove redundant relkind check
John Naylor
2023-01-17
1
-2
/
+1
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
3
-190
/
+62
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
1
-6
/
+6
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
1
-6
/
+6
[next]