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
2016-01-19
Remove Cygwin-specific code from pg_ctl
Andrew Dunstan
2016-01-17
Remove dead code in pg_dump.
Tom Lane
2016-01-17
psql: Add completion support for DROP INDEX CONCURRENTLY
Peter Eisentraut
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-13
Handle extension members when first setting object dump flags in pg_dump.
Tom Lane
2016-01-13
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
Run pgindent on src/bin/pg_dump/*
Tom Lane
2016-01-13
psql: Improve CREATE INDEX CONCURRENTLY tab completion
Peter Eisentraut
2016-01-13
psql: Fix CREATE INDEX tab completion
Peter Eisentraut
2016-01-13
psql: Update tab completion comment
Peter Eisentraut
2016-01-08
Revert "Blind attempt at a Cygwin fix"
Alvaro Herrera
2016-01-07
Fix unobvious interaction between -X switch and subdirectory creation.
Tom Lane
2016-01-07
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
Tom Lane
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-06
In initdb's post-bootstrap phase, drop temp tables explicitly.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2016-01-05
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-05
Convert psql's tab completion for backslash commands to the new style.
Tom Lane
2016-01-05
In psql's tab completion, change most TailMatches patterns to Matches.
Tom Lane
2016-01-04
Fix typo in comment.
Robert Haas
2016-01-03
Teach pg_dump to quote reloption values safely.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-28
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-25
Improve SECURITY LABEL tab completion
Fujii Masao
2015-12-24
Remove unnecessary row ordering dependency in pg_rewind test suite.
Tom Lane
2015-12-24
Fix factual and grammatical errors in comments for struct _tableInfo.
Tom Lane
2015-12-24
Avoid VACUUM FULL altogether in initdb.
Tom Lane
2015-12-23
Improve handling of password reuse in src/bin/scripts programs.
Tom Lane
2015-12-23
In pg_dump, remember connection passwords no matter how we got them.
Tom Lane
2015-12-23
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-21
Fix calculation of space needed for parsed words in tab completion.
Tom Lane
2015-12-20
Remove silly completion for "DELETE FROM tabname ...".
Tom Lane
2015-12-20
Teach psql's tab completion to consider the entire input string.
Tom Lane
2015-12-20
psql: Review of new help output strings
Peter Eisentraut
2015-12-19
Adopt a more compact, less error-prone notation for tab completion code.
Tom Lane
2015-12-19
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Andres Freund
2015-12-18
pgbench: Change terminology from "threshold" to "parameter".
Robert Haas
2015-12-18
Remove unreferenced function declarations.
Tom Lane
2015-12-18
Use just one standalone-backend session for initdb's post-bootstrap steps.
Tom Lane
2015-12-17
Fix improper initialization order for readline.
Tom Lane
2015-12-16
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-15
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Tom Lane
2015-12-13
Code and docs review for multiple -c and -f options in psql.
Tom Lane
2015-12-11
pg_rewind: Don't error if the two clusters are already on the same timeline
Peter Eisentraut
2015-12-10
Improve ALTER POLICY tab completion.
Robert Haas
2015-12-08
Make failure to open psql's --log-file fatal.
Tom Lane
2015-12-08
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-07
Cleanup some problems in new Perl test code
Alvaro Herrera
[next]