index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Find invalid databases during upgrade check stage
Daniel Gustafsson
2024-11-06
*
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-06
*
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-11-04
*
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-28
*
pgbench: Fix typo.
Tatsuo Ishii
2024-10-25
*
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-18
*
initdb: Change default to using data checksums.
Peter Eisentraut
2024-10-16
*
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-14
*
pgbench: Improve result outputs related to failed transactions.
Tatsuo Ishii
2024-10-11
*
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-10
*
Silence buildfarm warning chatter from bd1276a3c.
Tom Lane
2024-10-08
*
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-07
*
Reject non-ASCII locale names.
Thomas Munro
2024-10-05
*
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
*
Remove support for unlogged on partitioned tables
Michael Paquier
2024-10-03
*
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-02
*
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-10-01
*
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-30
*
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-27
*
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-26
*
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-25
*
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-24
*
Alphabetize #include directives in pg_checksums.c.
Nathan Bossart
2024-09-20
*
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-19
*
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-17
*
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
[next]