index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2016-01-05
*
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-05
*
Stamp 9.5.0.
REL9_5_0
Tom Lane
2016-01-04
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
*
Fix typo in comment.
Robert Haas
2016-01-04
*
Translation updates
Peter Eisentraut
2016-01-04
*
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
*
Teach pg_dump to quote reloption values safely.
Tom Lane
2016-01-02
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2016-01-01
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-28
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Remove unnecessary row ordering dependency in pg_rewind test suite.
Tom Lane
2015-12-24
*
Fix factual and grammatical errors in comments for struct _tableInfo.
Tom Lane
2015-12-24
*
Improve handling of password reuse in src/bin/scripts programs.
Tom Lane
2015-12-23
*
In pg_dump, remember connection passwords no matter how we got them.
Tom Lane
2015-12-23
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Remove silly completion for "DELETE FROM tabname ...".
Tom Lane
2015-12-20
*
psql: Review of new help output strings
Peter Eisentraut
2015-12-20
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
*
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Andres Freund
2015-12-19
*
pgbench: Change terminology from "threshold" to "parameter".
Robert Haas
2015-12-18
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
*
Remove unreferenced function declarations.
Tom Lane
2015-12-17
*
Fix improper initialization order for readline.
Tom Lane
2015-12-17
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-16
*
Stamp 9.5rc1.
REL9_5_RC1
Tom Lane
2015-12-15
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Tom Lane
2015-12-14
*
pg_rewind: Don't error if the two clusters are already on the same timeline
Tom Lane
2015-12-14
*
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
*
Remove xmlparse(document '') test
Kevin Grittner
2015-12-14
*
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-14
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
[next]