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-07-27
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-25
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-07-25
In pg_ctl, report unexpected failure to stat() the postmaster.pid file.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-20
Improve tab-completion for DROP POLICY
Alvaro Herrera
2015-07-12
Fix assorted memory leaks.
Tom Lane
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-09
Use --debug flag in "remote" pg_rewind regression tests.
Heikki Linnakangas
2015-07-09
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
Replace use of "diff -q".
Noah Misch
2015-07-09
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-07
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
Add psql PROMPT variable showing the pid of the connected to backend.
Andres Freund
2015-07-07
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-07-05
Make a editorial pass over pgbench's error messages.
Tom Lane
2015-07-03
Add psql \ev and \sv commands for editing and showing view definitions.
Tom Lane
2015-07-03
Remove thread-emulation support from pgbench.
Heikki Linnakangas
2015-07-03
Fix pgbench progress report behaviour when pgbench or a query gets stuck.
Heikki Linnakangas
2015-07-03
Lift the limitation that # of clients must be a multiple of # of threads
Heikki Linnakangas
2015-07-03
Make WAL-related utilities handle .partial WAL files properly.
Fujii Masao
2015-07-02
Improve pg_restore's -t switch to match all types of relations.
Tom Lane
2015-07-02
Remove "const" from convertTSFunction()'s return type.
Heikki Linnakangas
2015-07-02
Plug some trivial memory leaks in pg_dump and pg_upgrade.
Heikki Linnakangas
2015-07-02
Don't emit a spurious space at end of line in pg_dump of event triggers.
Heikki Linnakangas
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-06-29
Translation updates
Peter Eisentraut
2015-06-28
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-28
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2015-06-26
Remove unnecessary NULL test.
Robert Haas
2015-06-23
Add missing newline to debug-message.
Heikki Linnakangas
2015-06-23
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-23
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-06-22
psql: Add some tab completion for TABLESAMPLE.
Robert Haas
2015-06-22
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-19
Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.
Robert Haas
2015-06-12
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
Fujii Masao
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-06-04
Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.
Fujii Masao
2015-05-29
pg_upgrade: add missing period in C comment
Bruce Momjian
2015-05-29
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
2015-05-28
Fix pg_rewind's handling of top-level symlinks.
Tom Lane
2015-05-28
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
[next]