aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* pgstat: add WAL receiver status view & SRFAlvaro Herrera2016-01-07
* Remove vestigial CHECK_FOR_INTERRUPTS call.Tom Lane2016-01-07
* Provide more detail in postmaster log for password authentication failures.Tom Lane2016-01-07
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Comment typo fix.Tom Lane2016-01-06
* Add scale(numeric)Alvaro Herrera2016-01-05
* Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane2016-01-05
* Make the to_reg*() functions accept text not cstring.Tom Lane2016-01-05
* Make pg_shseclabel available in early backend startupAlvaro Herrera2016-01-05
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-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
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Cover heap_page_prune_opt()'s cleanup lock tactic in README.Noah Misch2016-01-01
* 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
* Fix comments about WAL rule "write xlog before data" versus pg_multixact.Noah Misch2016-01-01
* Fix ALTER OPERATOR to update dependencies properly.Tom Lane2015-12-31
* Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.Tom Lane2015-12-30
* Avoid useless truncation attempts during VACUUM.Tom Lane2015-12-30
* Add some comments about division of labor between rewriter and planner.Tom Lane2015-12-29
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-26
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-23
* Change Gather not to use a physical tlist.Robert Haas2015-12-23
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas2015-12-22
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Remove duplicate word.Robert Haas2015-12-18
* Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas2015-12-18
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Fix typo in comment.Robert Haas2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-17
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-17
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Speed up CREATE INDEX CONCURRENTLY's TID sort.Robert Haas2015-12-16
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-16
* Teach mdnblocks() not to create zero-length files.Robert Haas2015-12-15
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-15
* Provide a way to predefine LWLock tranche IDs.Robert Haas2015-12-15