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
2019-02-18
Provide an extra-float-digits setting for pg_dump / pg_dumpall
Andrew Dunstan
2019-02-18
Fix some issues with TAP tests of pg_basebackup and pg_verify_checksums
Michael Paquier
2019-02-13
More unconstify use
Peter Eisentraut
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-10
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-10
Repair unsafe/unportable snprintf usage in pg_restore.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-07
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
Use EXECUTE FUNCTION syntax for triggers more
Peter Eisentraut
2019-02-07
Align better test output regex with grammar in pg_dump TAP tests
Michael Paquier
2019-02-06
Tighten some regexes with proper character escaping in pg_dump TAP tests
Michael Paquier
2019-02-04
Fix dumping of matviews with indirect dependencies on primary keys.
Tom Lane
2019-02-01
Add ArchiveOpts to pass options to ArchiveEntry
Alvaro Herrera
2019-01-31
Add --min-xid-age and --min-mxid-age options to vacuumdb
Michael Paquier
2019-01-30
Do not filter by relkind in vacuumdb's catalog query if --table is used
Michael Paquier
2019-01-29
Use catalog query to discover tables to process in vacuumdb
Michael Paquier
2019-01-28
psql: Remove unused tab completion query
Peter Eisentraut
2019-01-28
Add tab completion for ALTER INDEX ALTER COLUMN in psql
Michael Paquier
2019-01-27
Add TAP tests for vacuumdb with column lists
Michael Paquier
2019-01-26
Fix psql's "\g target" meta-command to work with COPY TO STDOUT.
Tom Lane
2019-01-24
Fix whitespace
Peter Eisentraut
2019-01-24
Fix portability problem in pgbench.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
Fix typo in pgbench.c
Michael Paquier
2019-01-23
Make vacuumdb test regex more modular for its query output
Michael Paquier
2019-01-21
Revert "Fix under-quoted filename pattern in pgbench TAP test."
Tom Lane
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-18
Fix under-quoted filename pattern in pgbench TAP test.
Tom Lane
2019-01-18
Avoid assuming that we know the spelling of getopt_long's error messages.
Tom Lane
2019-01-15
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-14
Detach postmaster process from pg_ctl's session at server startup.
Heikki Linnakangas
2019-01-13
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-10
Don't use address of array as boolean
Alvaro Herrera
2019-01-10
pgbench: add \cset and \gset commands
Alvaro Herrera
2019-01-08
Add --disable-page-skipping and --skip-locked to vacuumdb
Michael Paquier
2019-01-07
initdb: Use atexit()
Peter Eisentraut
2019-01-07
pg_basebackup: Use atexit()
Peter Eisentraut
2019-01-05
Fix program build rule in src/bin/scripts/Makefile.
Tom Lane
2019-01-04
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-29
pg_rewind: Add missing newline to error message
Peter Eisentraut
2018-12-29
Remove redundant translation markers
Peter Eisentraut
2018-12-27
pg_dump: Add missing newline to error message
Peter Eisentraut
2018-12-25
Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql
Michael Paquier
2018-12-23
Add completion for storage parameters after CREATE TABLE WITH in psql
Michael Paquier
2018-12-22
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-20
Add more tab completion for CREATE TABLE in psql
Michael Paquier
2018-12-18
Include ALTER INDEX SET STATISTICS in pg_dump
Michael Paquier
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
[next]