aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-05
* Make pg_receivexlog silent with 9.3 and older serversAlvaro Herrera2016-01-05
* Stamp 9.5.0.REL9_5_0Tom Lane2016-01-04
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-04
* Fix typo in comment.Robert Haas2016-01-04
* Translation updatesPeter Eisentraut2016-01-04
* Fix regrole and regnamespace output functions to do quoting, too.Tom Lane2016-01-04
* Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane2016-01-04
* Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane2016-01-03
* Guard against null arguments in binary_upgrade_create_empty_extension().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
* 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
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* 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
* 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
* 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
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14
* Correct statement to actually be the intended assert statement.Andres Freund2015-12-14
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-13
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-13
* Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund2015-12-12
* Add an expected-file to match behavior of latest libxml2.Tom Lane2015-12-11
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-11