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
*
Remove pointless error-code checking in pg_dump/parallel.c.
Tom Lane
2020-10-10
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
*
Clean up after newly-added tests for pg_test_fsync and pg_test_timing.
Tom Lane
2020-10-07
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
*
pg_upgrade: remove pre-8.4 code and >= 8.4 check
Bruce Momjian
2020-10-06
*
pg_upgrade; change major version comparisons to use <=, not <
Bruce Momjian
2020-10-06
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
*
pgbench: Use PQExpBuffer to simplify code that constructs SQL.
Heikki Linnakangas
2020-09-30
*
Improve tab-completion for DEALLOCATE.
Fujii Masao
2020-09-28
*
Improve range checks of options for pg_test_fsync and pg_test_timing
Michael Paquier
2020-09-28
*
Fix handling of -d "connection string" in pg_dump/pg_restore.
Tom Lane
2020-09-24
*
Standardize the printf format for st_size
Peter Eisentraut
2020-09-24
*
Simplify SortTocFromFile() by removing fixed buffer-size limit.
Tom Lane
2020-09-22
*
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-22
*
Remove unused parameters
Peter Eisentraut
2020-09-19
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-17
*
Improve tab completion of IMPORT FOREIGN SCHEMA in psql
Michael Paquier
2020-09-17
*
Improve formatting of create_help.pl and plperl_opmask.pl output.
Tom Lane
2020-09-16
*
Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dump
Michael Paquier
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Avoid useless allocations for information of dumpable objects in pg_dump/
Michael Paquier
2020-09-14
*
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-11
*
Remove unused parameter
Peter Eisentraut
2020-09-10
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
*
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-09-06
*
Improve some ancient, crufty code in bootstrap + initdb.
Tom Lane
2020-09-05
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Add access method names to \d[i|m|t]+ in psql
Michael Paquier
2020-09-02
*
Fix typo in comment
Alvaro Herrera
2020-09-01
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-17
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
pg_dump: fix dependencies on FKs to partitioned tables
Alvaro Herrera
2020-08-14
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Improve tab completion of REINDEX in psql
Michael Paquier
2020-08-11
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Check for fseeko() failure in pg_dump's _tarAddFile().
Tom Lane
2020-08-09
*
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
Tom Lane
2020-08-03
*
Fix minor issues in psql's new \dAc and related commands.
Tom Lane
2020-08-02
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Include partitioned tables for tab completion of VACUUM in psql
Michael Paquier
2020-07-30
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
Rework tab completion of COPY and \copy in psql
Michael Paquier
2020-07-21
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
[next]