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
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-11-28
psql: Sprinkle more CppAsString2() in describe.c
Michael Paquier
2024-11-28
psql: Add tab completion for COPY (MERGE ...
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
pgbench: Ensure previous progress message is fully cleared when updating.
Fujii Masao
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-26
meson: Build pgevent as shared_module rather than shared_library
Peter Eisentraut
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
pg_amcheck: Use CppAsString2() for relkind and relpersistence in queries
Michael Paquier
2024-11-25
pg_dump: Add dumpSchema and dumpData derivative flags.
Nathan Bossart
2024-11-22
psql: Fix category of \parse in output of --help=commands and \?
Michael Paquier
2024-11-22
psql: Include \pset xheader_width in --help=commands|variables
Michael Paquier
2024-11-21
Fix newly introduced 010_keep_recycled_wals.pl
Álvaro Herrera
2024-11-20
clarify --no-comments option in --help and SGML files
Bruce Momjian
2024-11-15
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-13
Fix pg_upgrade's cross-version tests when old < 18
Álvaro Herrera
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-06
Find invalid databases during upgrade check stage
Daniel Gustafsson
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-04
pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.
Tom Lane
2024-11-04
pg_dump: provide a stable sort order for rules.
Tom Lane
2024-11-04
pg_combinebackup: Error if incremental file exists in full backup.
Robert Haas
2024-11-04
pg_combinebackup: When reconstructing, avoid double slash in filename.
Robert Haas
2024-10-28
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-25
pgbench: Fix typo.
Tatsuo Ishii
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-16
initdb: Change default to using data checksums.
Peter Eisentraut
2024-10-14
Allow TAP tests to force checksums off when calling init()
Peter Eisentraut
2024-10-14
psql: Fix \watch when using interval values less than 1ms
Michael Paquier
2024-10-11
pgbench: Improve result outputs related to failed transactions.
Tatsuo Ishii
2024-10-10
Don't hard-code the input file name in gen_tabcomplete.pl's output.
Tom Lane
2024-10-10
Avoid possible segfault in psql's tab completion.
Tom Lane
2024-10-08
Silence buildfarm warning chatter from bd1276a3c.
Tom Lane
2024-10-07
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Nathan Bossart
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
Convert tab-complete's long else-if chain to a switch statement.
Tom Lane
2024-10-07
Prepare tab-complete.c for preprocessing.
Tom Lane
2024-10-07
Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS.
Tom Lane
2024-10-05
Reject non-ASCII locale names.
Thomas Munro
2024-10-03
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
2024-10-02
File size in a backup manifest should use uint64, not size_t.
Robert Haas
2024-10-02
Add fastpaths for when no objects are found
Daniel Gustafsson
2024-10-02
Remove superfluous PQExpBuffer resetting
Daniel Gustafsson
2024-10-01
initdb: Add new option "--no-data-checksums"
Peter Eisentraut
2024-10-01
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
Fix some pg_verifybackup issues reported by Coverity.
Robert Haas
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
[next]