index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2021-11-08
Translation updates
Peter Eisentraut
2021-10-27
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-23
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-22
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-19
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
Fix sscanf limits in pg_dump
Daniel Gustafsson
2021-10-04
Update our mapping of Windows time zone names some more.
Tom Lane
2021-10-02
Update our mapping of Windows time zone names using CLDR info.
Tom Lane
2021-10-02
Re-alphabetize the win32_tzmap[] array.
Tom Lane
2021-09-08
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-03
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-08-31
In pg_dump, avoid doing per-table queries for RLS policies.
Tom Lane
2021-08-31
Cache the results of format_type() queries in pg_dump.
Tom Lane
2021-08-09
Translation updates
Peter Eisentraut
2021-08-06
Fix wording
Peter Eisentraut
2021-08-03
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-07-26
pg_resetxlog: add option to set oldest xid & use by pg_upgrade
Bruce Momjian
2021-06-13
Work around portability issue with newer versions of mktime().
Tom Lane
2021-06-09
Fix inconsistencies in psql --help=commands
Michael Paquier
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-05-20
Clean up cpluspluscheck violation.
Tom Lane
2021-05-10
Translation updates
Peter Eisentraut
2021-04-29
Fix some more omissions in pg_upgrade's tests for non-upgradable types.
Tom Lane
2021-04-01
Fix pg_restore's misdesigned code for detecting archive file format.
Tom Lane
2021-03-23
Fix psql's \connect command some more.
Tom Lane
2021-03-23
pg_waldump: Fix bug in per-record statistics.
Fujii Masao
2021-03-12
Fix race condition in psql \e's detection of file modification.
Tom Lane
2021-02-08
Translation updates
Peter Eisentraut
2021-01-28
pgbench: Remove dead code
Alvaro Herrera
2021-01-26
Report the true database name on connection errors
Alvaro Herrera
2021-01-26
Code review for psql's helpSQL() function.
Tom Lane
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2020-12-12
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-07
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-04
Fix race conditions in newly-added test.
Heikki Linnakangas
2020-12-03
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-11-29
Fix recently-introduced breakage in psql's \connect command.
Tom Lane
2020-11-09
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
Translation updates
Peter Eisentraut
2020-11-07
Fix redundant error messages in client tools
Peter Eisentraut
2020-11-06
Revert "pg_dump: Lock all relations, not just plain tables".
Tom Lane
2020-11-01
Avoid null pointer dereference if error result lacks SQLSTATE.
Tom Lane
2020-10-28
Use mode "r" for popen() in psql's evaluate_backtick().
Tom Lane
2020-10-27
pg_dump: Lock all relations, not just plain tables
Alvaro Herrera
2020-10-21
Fix connection string handling in psql's \connect command.
Tom Lane
2020-10-19
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
[next]