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
*
Fixes for pg_dump.c regarding multiranges
Alexander Korotkov
2020-12-20
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
*
pg_dump: Don't use enums for defining bit mask values
Peter Eisentraut
2020-12-11
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-07
*
pg_dump: Reorganize dumpBaseType()
Tom Lane
2020-12-06
*
Fix fd leak in pg_verifybackup
Michael Paquier
2020-12-07
*
Fix race conditions in newly-added test.
Heikki Linnakangas
2020-12-04
*
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-12-03
*
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-03
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
pg_checksums: data_checksum_version is unsigned so use %u not %d
Bruce Momjian
2020-12-01
*
Fix recently-introduced breakage in psql's \connect command.
Tom Lane
2020-11-29
*
Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.
Noah Misch
2020-11-28
*
In psql's \d commands, don't truncate attribute default values.
Tom Lane
2020-11-25
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
*
Make pg_rewind test case more stable.
Heikki Linnakangas
2020-11-20
*
Improve failure detection with array parsing in pg_dump
Michael Paquier
2020-11-19
*
Add tab completion for CREATE [OR REPLACE] TRIGGER in psql
Michael Paquier
2020-11-18
*
Fix timing issue in pg_rewind test.
Heikki Linnakangas
2020-11-15
*
Remove another test that doesn't work on Windows.
Heikki Linnakangas
2020-11-13
*
Remove tests that don't work on Windows.
Heikki Linnakangas
2020-11-12
*
Allow pg_rewind to use a standby server as the source system.
Heikki Linnakangas
2020-11-12
*
Remove vacuumdb --analyze-in-stages from pg_upgrade tests
Magnus Hagander
2020-11-11
*
pg_rewind: Fix thinko in parsing target WAL.
Heikki Linnakangas
2020-11-10
*
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
*
Remove analyze_new_cluster script from pg_upgrade
Magnus Hagander
2020-11-09
*
Fix parsePGArray() error checking in pg_dump.
Thomas Munro
2020-11-09
*
Fix redundant error messages in client tools
Peter Eisentraut
2020-11-07
*
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
Michael Paquier
2020-11-07
*
Revert "pg_dump: Lock all relations, not just plain tables".
Tom Lane
2020-11-06
*
pg_rewind: Refactor the abstraction to fetch from local/libpq source.
Heikki Linnakangas
2020-11-04
*
pg_rewind: Replace the hybrid list+array data structure with simplehash.
Heikki Linnakangas
2020-11-04
*
Refactor pg_rewind for more clear decision making.
Heikki Linnakangas
2020-11-04
*
pg_rewind: Move syncTargetDirectory() to file_ops.c
Heikki Linnakangas
2020-11-04
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Avoid null pointer dereference if error result lacks SQLSTATE.
Tom Lane
2020-11-01
*
Use mode "r" for popen() in psql's evaluate_backtick().
Tom Lane
2020-10-28
*
pg_dump: Lock all relations, not just plain tables
Alvaro Herrera
2020-10-27
*
Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psql
Michael Paquier
2020-10-24
*
Allow psql to re-use connection parameters after a connection loss.
Tom Lane
2020-10-23
*
Clean up some unpleasant behaviors in psql's \connect command.
Tom Lane
2020-10-22
*
Fix connection string handling in psql's \connect command.
Tom Lane
2020-10-21
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
*
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-19
*
In pg_restore's dump_lo_buf(), work a little harder on error handling.
Tom Lane
2020-10-18
[next]