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
2018-11-16
pgbench: introduce a RandomState struct
Alvaro Herrera
2018-11-14
Make psql's "\pset format" command reject non-unique abbreviations.
Tom Lane
2018-11-13
pg_dump: Fix dumping of WITH OIDS tables
Peter Eisentraut
2018-11-07
Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane
2018-11-07
pg_upgrade: Allow use of file cloning
Peter Eisentraut
2018-11-07
Use installcheck-parallel in pg_upgrade's testsuite.
Andres Freund
2018-11-06
Reorganize format options of psql in alphabetical order
Michael Paquier
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-30
pg_rewind: Remove unused macro
Peter Eisentraut
2018-10-30
Consolidate cross-option checks in pg_restore
Michael Paquier
2018-10-29
pg_restore: Augment documentation for -N option
Peter Eisentraut
2018-10-26
Improve tab completion of CREATE EVENT TRIGGER in psql
Michael Paquier
2018-10-26
Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psql
Michael Paquier
2018-10-21
Don't try to test files named with a trailing dot on Windows
Andrew Dunstan
2018-10-20
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
Silence perlcritic warning about missing return.
Tom Lane
2018-10-19
Use whitelist to choose files scanned with pg_verify_checksums
Michael Paquier
2018-10-15
pgbench: Report errors during run better
Peter Eisentraut
2018-10-12
Add TAP tests for pg_verify_checksums
Michael Paquier
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-08
Fix speling error
Magnus Hagander
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-28
Correct overflow handling in pgbench.
Andres Freund
2018-09-26
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-25
Avoid unnecessary precision loss for pgbench's --rate target.
Tom Lane
2018-09-25
Ignore publication tables when --no-publications is used
Michael Paquier
2018-09-24
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-22
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
Fix bogus tab-completion rule for CREATE PUBLICATION.
Tom Lane
2018-09-21
Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.
Tom Lane
2018-09-21
Rationalize Query_for_list_of_[relations] query names in tab-complete.c.
Tom Lane
2018-09-20
Remove special handling for open() in initdb for Windows
Michael Paquier
2018-09-20
Fix psql's tab completion for TABLE.
Tom Lane
2018-09-20
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
Tom Lane
2018-09-17
Remove dead code from pop_next_work_item().
Tom Lane
2018-09-17
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-09-14
Improve parallel scheduling logic in pg_dump/pg_restore.
Tom Lane
2018-09-14
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-13
Message style improvements
Peter Eisentraut
2018-09-13
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-12
Minor fixes for psql tab completion.
Tom Lane
2018-09-07
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-08-31
Fix psql's \dC command to annotate I/O conversion casts as such.
Tom Lane
2018-08-31
Code review for pg_verify_checksums.c.
Tom Lane
2018-08-31
Fix pg_verify_checksums on Windows.
Amit Kapila
2018-08-30
Add semicolons to end of internally run queries
Peter Eisentraut
[next]