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
*
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
*
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-17
*
pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Bruce Momjian
2020-10-15
*
pg_upgrade: generate check error for left-over new tablespace
Bruce Momjian
2020-10-15
*
Improve tab-completion for FETCH/MOVE.
Fujii Masao
2020-10-15
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
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
[next]