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
Age
Commit message (
Expand
)
Author
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
Clean up comments
Peter Eisentraut
2023-03-08
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
Update comment
Peter Eisentraut
2023-03-08
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-08
Refine query jumbling handling for CallStmt
Michael Paquier
2023-03-08
meson: don't require 'touch' binary, make use of 'cp' optional
Andres Freund
2023-03-08
Ignore IntoClause.viewQuery in query jumbling
Michael Paquier
2023-03-08
Improve readability of code PROCESS_MAIN in vacuum_rel()
Michael Paquier
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
Add support for unit "B" to pg_size_bytes()
Peter Eisentraut
2023-03-07
Fix flakey pg_stat_io test
Andres Freund
2023-03-07
Make get_extension_schema() available
Michael Paquier
2023-03-07
Fix incorrect comment in pg_get_partkeydef()
David Rowley
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
Silence -Wmissing-braces complaints in file_utils.c
Michael Paquier
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
Reword overly-optimistic comment about backup checksum verification.
Robert Haas
2023-03-06
Remove an old comment that doesn't seem especially useful.
Robert Haas
2023-03-06
In basebackup.c, perform end-of-file test after checksum validation.
Robert Haas
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
Improve the regression tests of VACUUM (PROCESS_TOAST)
Michael Paquier
2023-03-06
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
Amit Kapila
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-05
SQL JSON path enhanced numeric literals
Peter Eisentraut
2023-03-04
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
Tighten header pre-inclusions in headerscheck and cpluspluscheck.
Tom Lane
2023-03-03
Update some incorrect comments about xlog records.
Robert Haas
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
Fix incorrect format placeholders
Peter Eisentraut
2023-03-03
Force testing of query jumbling in 027_stream_regress.pl
Michael Paquier
2023-03-02
Harden new test case against force_parallel_mode = regress.
Tom Lane
2023-03-02
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
Remove bms_first_member().
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-02
Make some xlogreader messages more accurate
Peter Eisentraut
2023-03-01
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
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-03-01
meson: Add equivalent of configure --disable-rpath option
Peter Eisentraut
2023-03-01
Suppress more compiler warnings in new pgstats code.
Tom Lane
2023-02-28
Fix logic buglets in pg_dump's flagInhAttrs().
Tom Lane
2023-02-28
Remove unnecessary and problematic collate.windows.win1252 tests
Andrew Dunstan
[next]