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-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-09
Fix pg_dump/pg_restore to restore event triggers later.
Tom Lane
2020-03-08
Show opclass and opfamily related information in psql
Alexander Korotkov
2020-03-07
Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.
Tom Lane
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-05
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-02
Update Microsoft documentation link
Peter Eisentraut
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-27
Remove TAP test for createdb --lc-ctype
Michael Paquier
2020-02-27
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
Michael Paquier
2020-02-27
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Michael Paquier
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
Include error code in message from pg_upgrade
Magnus Hagander
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-22
pg_resetwal: Rename function to avoid potential conflict
Peter Eisentraut
2020-02-21
Assume that we have functional, 64-bit fseeko()/ftello().
Tom Lane
2020-02-19
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-18
Remove duplicated words in comments
Michael Paquier
2020-02-17
Teach pg_dump to dump comments on RLS policy objects.
Tom Lane
2020-02-16
Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.
Tom Lane
2020-02-12
Add %x to default PROMPT1 and PROMPT2 in psql
Michael Paquier
2020-02-11
Document the pg_upgrade -j/--jobs option as taking an argument
Peter Eisentraut
2020-02-10
Canonicalize some URLs
Peter Eisentraut
2020-02-10
psql: Remove one use of HAVE_UNIX_SOCKETS
Peter Eisentraut
2020-02-10
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"
Michael Paquier
2020-02-10
pg_upgrade: Fix quoting of some arguments in pg_ctl command
Michael Paquier
2020-02-10
psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.
Thomas Munro
2020-02-07
Revert "Prevent running pg_basebackup as root"
Michael Paquier
2020-02-04
Fix fuzzy error handling in pg_basebackup when opening gzFile
Michael Paquier
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-01
Prevent running pg_basebackup as root
Michael Paquier
2020-01-31
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-29
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
Add --parallel option to vacuumdb command.
Amit Kapila
2020-01-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-23
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
Improve psql's tab completion for filenames.
Tom Lane
2020-01-20
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-19
Remove separate files for the initial contents of pg_(sh)description
Heikki Linnakangas
2020-01-16
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-15
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
[next]