index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
*
Do some copy-editing on the docs for row-level security.
Tom Lane
2016-01-03
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Do some copy-editing on the docs for replication origins.
Tom Lane
2016-01-03
*
Do a final round of copy-editing on the 9.5 release notes.
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
*
Adjust back-branch release note description of commits a2a718b22 et al.
Tom Lane
2016-01-02
*
Update copyright for 2016
Bruce Momjian
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
*
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
Tom Lane
2015-12-31
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Document brin_summarize_new_pages
Alvaro Herrera
2015-12-28
*
Document the exponentiation operator as associating left to right.
Tom Lane
2015-12-28
*
doc: pg_committs -> pg_commit_ts
Alvaro Herrera
2015-12-28
*
Update documentation about pseudo-types.
Tom Lane
2015-12-28
*
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-28
*
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-12-27
*
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
*
Docs: fix erroneously-given function name.
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
*
Document use of Subject Alternative Names in SSL server certificates.
Tom Lane
2015-12-15
*
Update 9.5 release notes through today.
Tom Lane
2015-12-15
*
Improve CREATE POLICY documentation
Stephen Frost
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
[next]