index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Fix incorrect logic for excluding range constructor functions in pg_dump.
Tom Lane
2016-09-23
pg_ctl: Add promote wait option to help output
Peter Eisentraut
2016-09-22
Add tests for various connection string issues
Peter Eisentraut
2016-09-21
pg_ctl: Add wait option to promote action
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
pg_ctl: Add tests for promote action
Peter Eisentraut
2016-09-21
Print test parameters like "foo: 123", and results like "foo = 123".
Heikki Linnakangas
2016-09-21
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-20
pg_restore: Add -N option to exclude schemas
Peter Eisentraut
2016-09-19
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-09-12
pg_basebackup: Clean created directories on failure
Peter Eisentraut
2016-09-12
Fix recent commit for tab-completion of database template.
Kevin Grittner
2016-09-11
psql tab completion for CREATE DATABASE ... TEMPLATE ...
Kevin Grittner
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
Don't print database's tablespace in pg_dump -C --no-tablespaces output.
Tom Lane
2016-09-06
Repair whitespace in initdb message.
Tom Lane
2016-09-03
Improve readability of the output of psql's \timing command.
Tom Lane
2016-09-01
Improve tab completion for BEGIN & START|SET TRANSACTION.
Kevin Grittner
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-30
Fix initdb misbehavior when user mis-enters superuser password.
Tom Lane
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
Fix pg_receivexlog --synchronous
Simon Riggs
2016-08-24
Build libpgfeutils before src/bin/pg_basebackup programs.
Noah Misch
2016-08-24
Build libpgfeutils before pg_isready.
Noah Misch
2016-08-22
initdb now needs submake-libpq and submake-libpgfeutils.
Tom Lane
2016-08-22
Retire escapeConnectionParameter().
Noah Misch
2016-08-20
Make initdb's suggested "pg_ctl start" command line more reliable.
Tom Lane
2016-08-19
Allow empty queries in pgbench.
Tom Lane
2016-08-18
Update line count totals for psql help displays.
Tom Lane
2016-08-18
Improve psql's tab completion for \l.
Tom Lane
2016-08-18
Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Tom Lane
2016-08-18
Update Windows timezone mapping from Windows 7 and 10
Magnus Hagander
2016-08-17
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-02
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-31
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
[next]