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-11-04
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-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
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-24
Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psql
Michael Paquier
2020-10-23
Allow psql to re-use connection parameters after a connection loss.
Tom Lane
2020-10-22
Clean up some unpleasant behaviors in psql's \connect command.
Tom Lane
2020-10-21
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-19
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-18
In pg_restore's dump_lo_buf(), work a little harder on error handling.
Tom Lane
2020-10-17
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-16
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-10
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-07
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-06
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-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-09-30
pgbench: Use PQExpBuffer to simplify code that constructs SQL.
Heikki Linnakangas
2020-09-28
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-24
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-22
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-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
[next]