aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane2016-01-03
* Do some copy-editing on the docs for row-level security.Tom Lane2016-01-03
* Guard against null arguments in binary_upgrade_create_empty_extension().Tom Lane2016-01-03
* Do some copy-editing on the docs for replication origins.Tom Lane2016-01-03
* Do a final round of copy-editing on the 9.5 release notes.Tom Lane2016-01-03
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-03
* Teach pg_dump to quote reloption values safely.Tom Lane2016-01-02
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Adjust back-branch release note description of commits a2a718b22 et al.Tom Lane2016-01-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Teach flatten_reloptions() to quote option values safely.Tom Lane2016-01-01
* Add some more defenses against silly estimates to gincostestimate().Tom Lane2016-01-01
* Split out pg_operator.h function declarations to new file pg_operator_fn.h.Tom Lane2016-01-01
* Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.Tom Lane2015-12-31
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Document brin_summarize_new_pagesAlvaro Herrera2015-12-28
* Document the exponentiation operator as associating left to right.Tom Lane2015-12-28
* doc: pg_committs -> pg_commit_tsAlvaro Herrera2015-12-28
* Update documentation about pseudo-types.Tom Lane2015-12-28
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-27
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane2015-12-24
* Docs: fix erroneously-given function name.Tom Lane2015-12-24
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-24
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-23
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-23
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-20
* psql: Review of new help output stringsPeter Eisentraut2015-12-20
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-19
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-19
* pgbench: Change terminology from "threshold" to "parameter".Robert Haas2015-12-18
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Remove unreferenced function declarations.Tom Lane2015-12-17
* Fix improper initialization order for readline.Tom Lane2015-12-17
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Stamp 9.5rc1.REL9_5_RC1Tom Lane2015-12-15
* Document use of Subject Alternative Names in SSL server certificates.Tom Lane2015-12-15
* Update 9.5 release notes through today.Tom Lane2015-12-15
* Improve CREATE POLICY documentationStephen Frost2015-12-15
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-14
* Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane2015-12-14
* pg_rewind: Don't error if the two clusters are already on the same timelineTom Lane2015-12-14
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-14
* Remove xmlparse(document '') testKevin Grittner2015-12-14
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-14