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
2020-09-19
Remove unused parameters
Peter Eisentraut
2020-09-17
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-14
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-11
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-10
Remove unused parameter
Peter Eisentraut
2020-09-06
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-05
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-02
Add access method names to \d[i|m|t]+ in psql
Michael Paquier
2020-09-02
Fix typo in comment
Alvaro Herrera
2020-08-18
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-17
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-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-14
pg_dump: fix dependencies on FKs to partitioned tables
Alvaro Herrera
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
Improve tab completion of REINDEX in psql
Michael Paquier
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-09
Check for fseeko() failure in pg_dump's _tarAddFile().
Tom Lane
2020-08-03
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
Tom Lane
2020-08-02
Fix minor issues in psql's new \dAc and related commands.
Tom Lane
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-30
Include partitioned tables for tab completion of VACUUM in psql
Michael Paquier
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-21
Rework tab completion of COPY and \copy in psql
Michael Paquier
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-17
Cope with data-offset-less archive files during out-of-order restores.
Tom Lane
2020-07-17
Remove manual tracking of file position in pg_dump/pg_backup_custom.c.
Tom Lane
2020-07-16
Enable almost all TAP tests involving symlinks on Windows
Andrew Dunstan
2020-07-16
Switch pg_test_fsync to use binary mode on Windows
Michael Paquier
2020-07-15
pg_dump: Reorganize dumpFunc() and dumpAgg()
Peter Eisentraut
2020-07-15
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-13
Improvements to psql \dAo and \dAp commands
Alexander Korotkov
2020-07-11
Avoid trying to restore table ACLs and per-column ACLs in parallel.
Tom Lane
2020-07-09
pg_dump: Further reorganize getTableAttrs()
Peter Eisentraut
2020-07-09
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
[next]