projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2017-06-30
Peter Eisentraut
Remove outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Peter Eisentraut
Update code comments for pg_xlog -> pg_wal
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Tom Lane
Check for error during PQendcopy.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Tom Lane
Fix walsender to exit promptly if client requests shutdown.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Peter Eisentraut
Prohibit creating ICU collation with different ctype
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Robert Haas
Add missing period to comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Peter Eisentraut
Copy collencoding in CREATE COLLATION / FROM
commit
|
commitdiff
|
tree
|
snapshot
2017-06-29
Tom Lane
Eat XIDs more efficiently in recovery TAP test.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Tom Lane
Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Tom Lane
Change pg_ctl to detect server-ready by watching status...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Andrew Gierth
Fix transition tables for ON CONFLICT.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Andrew Gierth
Fix transition tables for wCTEs.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Andrew Gierth
Fix transition tables for partition/inheritance.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Tom Lane
Second try at fixing tcp_keepalives_idle option on...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Stephen Frost
Do not require 'public' to exist for pg_dump -c
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Tom Lane
Support tcp_keepalives_idle option on Solaris.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Tom Lane
Re-allow SRFs and window functions within sub-selects...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Reduce wal_retrieve_retry_interval in applicable TAP...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Don't lose walreceiver start requests due to race condi...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Ignore old stats file timestamps when starting the...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Reduce pg_ctl's reaction time when waiting for postmast...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Improve wait logic in TAP tests for streaming replication.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Avoid useless "x = ANY(ARRAY[])" test for empty partiti...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Tom Lane
Minor code review for parse_phrase_operator().
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Magnus Hagander
Consistently use () for function calls in release notes
commit
|
commitdiff
|
tree
|
snapshot
2017-06-25
Tom Lane
Doc: minor improvements for collation-related man pages.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-24
Tom Lane
Further hacking on ICU collation creation and usage.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-24
Simon Riggs
Fix typo in comment in SerializeSnapshot
commit
|
commitdiff
|
tree
|
snapshot
2017-06-24
Simon Riggs
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Tom Lane
Fix incorrect buffer-length argument to uloc_getDisplay...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Peter Eisentraut
Fix replication with replica identity full
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Tom Lane
Rethink behavior of pg_import_system_collations().
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Simon Riggs
Improve replication lag interpolation after idle period
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Simon Riggs
Minor corrections to high availability docs
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Tom Lane
Fix memory leakage in ICU encoding conversion, and...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Tom Lane
Add testing to detect errors of omission in "pin" depen...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Alvaro Herrera
Fix typos in README.dependencies
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Alvaro Herrera
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Robert Haas
Document partitioned_rels in create_modifytable_path...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Alvaro Herrera
Fix autovacuum launcher attachment to its DSA
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Robert Haas
Update out-of-date comment in vacuumlazy.c
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Alvaro Herrera
Fix IF NOT EXISTS in CREATE STATISTICS
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Robert Haas
postgres_fdw: Move function prototype to correct section.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Robert Haas
psql: Restore alphabetical order in words_after_create.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Robert Haas
Update comment to account for table partitioning.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-22
Peter Eisentraut
Teach pgrowlocks to check relkind before scanning
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Andres Freund
Fix possibility of creating a "phantom" segment after...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Manually un-break a few URLs that pgindent used to...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Remove entab and associated detritus.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Peter Eisentraut
Reformat comments about ResultRelInfo
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Phase 3 of pgindent updates.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Phase 2 of pgindent updates.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Peter Eisentraut
Restart logical replication launcher when killed
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Initial pgindent run with pg_bsd_indent version 2.0.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Adjust pgindent script to use pg_bsd_indent 2.0.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Tom Lane
Final pgindent run with old pg_bsd_indent (version...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Dean Rasheed
Prevent table partitions from being turned into views.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-21
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Tom Lane
Make opr_sanity test complain about built-in functions...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Peter Eisentraut
Fix typo in code comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Tom Lane
Upgrade documentation connected with shared_preload_lib...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Bruce Momjian
pg_upgrade: start/stop new server after pg_resetwal
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Tom Lane
Don't downcase entries within shared_preload_libraries...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Peter Eisentraut
Tweak publication fetching in psql
commit
|
commitdiff
|
tree
|
snapshot
2017-06-20
Peter Eisentraut
Change pg_get_publication_tables to prosecdef false
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Tom Lane
Fix materialized-view documentation oversights.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Peter Eisentraut
doc: Improve logical replication security setup info
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Tom Lane
Avoid regressions in foreign-key-based selectivity...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Tom Lane
On Windows, make pg_dump use binary mode for compressed...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Andres Freund
Fix leaking of small spilled subtransactions during...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Tatsuo Ishii
Improve PostgreSQL 10.0 release note regarding pg_curre...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-18
Peter Eisentraut
Documentation spell checking and markup improvements
commit
|
commitdiff
|
tree
|
snapshot
2017-06-18
Magnus Hagander
Fix copy/paste error in docs
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Peter Eisentraut
Set statement timestamp in apply worker
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Magnus Hagander
Remove incorrect comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Magnus Hagander
Fix typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Peter Eisentraut
Define HAVE_UCOL_STRCOLLUTF8 on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Tom Lane
Teach pgindent to skip files generated by bison or...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-17
Peter Eisentraut
doc: Add note that COPY commands are published as INSERTs
commit
|
commitdiff
|
tree
|
snapshot
2017-06-16
Peter Eisentraut
Use RangeVarGetRelidExtended() in AlterSequence()
commit
|
commitdiff
|
tree
|
snapshot
2017-06-16
Peter Eisentraut
Fix ICU collation use on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-06-16
Peter Eisentraut
doc: Add section about logical replication restrictions
commit
|
commitdiff
|
tree
|
snapshot
2017-06-16
Heikki Linnakangas
Fix dependency, when changing a function's argument...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-16
Noah Misch
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Tom Lane
Make configure check for IPC::Run when --enable-tap...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Tom Lane
Fix low-probability leaks of PGresult objects in the...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Bruce Momjian
doc: remove mention of Windows junction points by...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Bruce Momjian
docs: Fix pg_upgrade standby server upgrade docs
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Alvaro Herrera
Rename function for consistency
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Peter Eisentraut
psql: Improve display of "for all tables" publications
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Peter Eisentraut
Fix typo in code comment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Peter Eisentraut
Remove unnecessary IPC::Run inclusion
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Tatsuo Ishii
Fix typo in PostgreSQL 10.0 release note.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-15
Tatsuo Ishii
Fix document bug regarding read only transactions.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-14
Robert Haas
Fix problems related to RangeTblEntry members enrname...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-14
Andres Freund
Don't force-assign transaction id when exporting a...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-14
Peter Eisentraut
Use DEFACLOBJ_ macros in error message instead of hardc...
commit
|
commitdiff
|
tree
|
snapshot
next