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-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
2018-08-30
pg_dump: Reorganize getTableAttrs()
Peter Eisentraut
2018-08-30
pg_verify_checksums: rename -d to --verbose
Alvaro Herrera
2018-08-28
Make pg_restore's identify_locking_dependencies() more bulletproof.
Tom Lane
2018-08-28
Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.
Tom Lane
2018-08-28
pg_verify_checksums: Message style improvements and NLS support
Peter Eisentraut
2018-08-27
Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.
Tom Lane
2018-08-23
Copy-editing of pg_verify_checksums help and ref page
Peter Eisentraut
2018-08-22
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
Do not dump identity sequences with excluded parent table
Michael Paquier
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-17
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
pg_upgrade: issue helpful error message for use on standbys
Bruce Momjian
2018-08-14
pg_upgrade: fix shutdown check for standby servers
Bruce Momjian
2018-08-10
Cosmetic cleanups in initdb.c.
Tom Lane
2018-08-07
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-03
Remove no-longer-appropriate special case in psql's \conninfo code.
Tom Lane
2018-07-31
pg_upgrade: fix --check for live source server checks
Bruce Momjian
[next]