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-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
2024-09-30
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-27
Reindent pg_verifybackup.c.
Robert Haas
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
Fix typo in pg_walsummary/nls.mk.
Fujii Masao
2024-09-26
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
Michael Paquier
2024-09-24
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-20
Alphabetize #include directives in pg_checksums.c.
Nathan Bossart
2024-09-19
Fix order of includes in src/bin/pg_upgrade/info.c
Alexander Korotkov
2024-09-19
psql: Clean up more aggressively state of \bind[_named], \parse and \close
Michael Paquier
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-16
Fix redefinition of typedef.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize encoding conversion check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize WITH OIDS check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize incompatible polymorphics check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize postfix operator check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize contrib/isn check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize data type checks.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving extension updates.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving loadable libraries.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize subscription check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving relation information.
Nathan Bossart
2024-09-16
Introduce framework for parallelizing various pg_upgrade tasks.
Nathan Bossart
2024-09-05
Fix handling of NULL return value in typarray lookup
Daniel Gustafsson
2024-09-04
Remove test-case workarounds for ancient libedit versions.
Tom Lane
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Fix typos in code comments and test data
Daniel Gustafsson
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
[next]