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
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
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
psql: Improve spelling
Peter Eisentraut
2015-12-02
Fix behavior of printTable() and friends with externally-invoked pager.
Tom Lane
2015-12-02
Refactor Perl test code
Alvaro Herrera
2015-12-01
Further tweaking of print_aligned_vertical().
Tom Lane
2015-12-01
Further adjustment to psql's print_aligned_vertical() function.
Tom Lane
2015-12-01
Use pg_rewind when target timeline was switched
Teodor Sigaev
2015-11-30
Rework wrap-width calculation in psql's print_aligned_vertical() function.
Tom Lane
2015-11-27
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-24
pg_upgrade: fix CopyFile() on Windows to fail on file existence
Bruce Momjian
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-17
Improve message
Peter Eisentraut
2015-11-14
pg_upgrade: properly detect file copy failure on Windows
Bruce Momjian
2015-11-12
vacuumdb: don't prompt for passwords over and over
Alvaro Herrera
2015-11-08
Don't connect() to a wildcard address in test_postmaster_connection().
Noah Misch
2015-11-07
When completing ALTER INDEX .. SET, add an equals sign also.
Robert Haas
2015-11-03
Code + docs review for unicode linestyle patch.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-20
Tab complete CREATE EXTENSION .. VERSION.
Robert Haas
2015-10-13
-- email subject limit -----------------------------------------
Bruce Momjian
2015-10-12
Fix "pg_ctl start -w" to test child process status directly.
Tom Lane
2015-10-06
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-02
pg_rewind: Improve some messages
Peter Eisentraut
2015-10-01
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
Fix incorrect tab-completion for GRANT and REVOKE
Fujii Masao
[next]