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
*
ICU: check for U_STRING_NOT_TERMINATED_WARNING.
HEAD
master
Jeff Davis
2023-05-17
1
-11
/
+4
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
6
-49
/
+11
*
pg_dump: Error message improvements
Alvaro Herrera
2023-05-17
1
-2
/
+2
*
pg_dump: Have _EndLO report errno after CFH->write_func() failure
Alvaro Herrera
2023-05-17
1
-1
/
+7
*
Advance input pointer when LZ4 compressing data
Tomas Vondra
2023-05-17
3
-1
/
+55
*
Null-terminate the output buffer of LZ4Stream_gets
Tomas Vondra
2023-05-17
1
-1
/
+11
*
psql: Adjust capitalization of table heading
Peter Eisentraut
2023-05-16
1
-1
/
+1
*
Fix incorrect TAP test ordering
Peter Eisentraut
2023-05-15
1
-1
/
+1
*
Fix whitespace inconsistencies
Peter Eisentraut
2023-05-15
1
-2
/
+2
*
Tighten usage of PSQL_WATCH_PAGER.
Tom Lane
2023-05-12
1
-4
/
+10
*
initdb: Set collversion for standard collation UNICODE
Peter Eisentraut
2023-05-12
1
-0
/
+7
*
Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."
Jeff Davis
2023-05-08
1
-1
/
+16
*
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-05-08
1
-16
/
+1
*
Add missing source file to nls.mk
Peter Eisentraut
2023-05-08
1
-0
/
+1
*
pg_dump: Restore lost translation marker
Peter Eisentraut
2023-05-08
1
-1
/
+1
*
pg_basebackup: Restore lost translation markers
Peter Eisentraut
2023-05-08
2
-13
/
+13
*
Fix copy-and-pasto in error message
Peter Eisentraut
2023-05-05
1
-1
/
+1
*
Add missing TAP test name
Peter Eisentraut
2023-05-03
1
-1
/
+2
*
Fix overridden callbacks in pg_rewind.
Daniel Gustafsson
2023-05-02
2
-2
/
+2
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-1
/
+1
*
Rework code defining default compression for dir/custom formats in pg_dump
Michael Paquier
2023-04-27
1
-15
/
+15
*
Fix stop condition for dumping GRANT commands
Daniel Gustafsson
2023-04-26
1
-0
/
+1
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
1
-4
/
+1
*
Display 'password_required' option for \dRs+ command.
Amit Kapila
2023-04-24
1
-1
/
+3
*
Fix initdb --no-locale.
Jeff Davis
2023-04-21
1
-0
/
+1
*
Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
Tom Lane
2023-04-19
1
-1
/
+1
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
2
-2
/
+2
*
Fix pg_basebackup with in-place tablespaces some more.
Robert Haas
2023-04-18
3
-19
/
+96
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
4
-6
/
+6
*
Fix various typos
David Rowley
2023-04-18
4
-4
/
+4
*
Put new command-line option into sensible order in help output
Peter Eisentraut
2023-04-17
1
-2
/
+1
*
Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs
David Rowley
2023-04-16
1
-1
/
+1
*
Add missing source files to nls.mk
Peter Eisentraut
2023-04-14
2
-0
/
+5
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
1
-1
/
+1
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
5
-197
/
+37
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
3
-5
/
+5
*
Add missing .gitignore entry.
Tom Lane
2023-04-07
1
-0
/
+1
*
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
1
-1
/
+1
*
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-07
1
-21
/
+7
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
5
-37
/
+197
*
Fix locale-dependent test case.
Tom Lane
2023-04-07
1
-1
/
+3
*
Add tab-completion for newly added SUBSCRIPTION options.
Amit Kapila
2023-04-07
1
-2
/
+4
*
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-07
1
-0
/
+26
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
1
-2
/
+2
*
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-04-06
5
-23
/
+32
*
psql: add an optional execution-count limit to \watch.
Tom Lane
2023-04-06
3
-27
/
+126
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
6
-2
/
+44
*
pg_dump: Add support for zstd compression
Tomas Vondra
2023-04-05
9
-49
/
+703
*
Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.
Amit Kapila
2023-04-05
2
-0
/
+4
*
Fix MSVC warning introduced in ea1db8ae70.
Jeff Davis
2023-04-04
1
-0
/
+1
[next]