aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix oversight in data-type change for autovacuum_vacuum_cost_delay.Tom Lane2019-03-26
* psql: Schema-qualify typecast in one \d queryAlvaro Herrera2019-03-26
* Get rid of duplicate child RTE for a partitioned table.Tom Lane2019-03-26
* Improve psql's \d display of foreign key constraintsAlvaro Herrera2019-03-26
* Fix typoMagnus Hagander2019-03-26
* Fix misplaced constPeter Eisentraut2019-03-26
* Remove heap_hot_search().Andres Freund2019-03-25
* Fix crash when using partition bound expressionsMichael Paquier2019-03-26
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-25
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* Add MacPorts support to src/test/ldap tests.Thomas Munro2019-03-26
* Improve planner's selectivity estimates for inequalities on CTID.Tom Lane2019-03-25
* Doc: clarify that REASSIGN OWNED doesn't handle default privileges.Tom Lane2019-03-25
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Add "split after new tuple" nbtree optimization.Peter Geoghegan2019-03-25
* Further code review for new integerset code.Tom Lane2019-03-25
* Refactor code to print pgbench progress reports.Heikki Linnakangas2019-03-25
* Fix use of wrong datatype with sizeof().Robert Haas2019-03-25
* pgbench: Remove \csetAlvaro Herrera2019-03-25
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-25
* Cosmetic changes for jsonpath_gram.y and jsonpath_scan.lAlexander Korotkov2019-03-25
* Clean up the Simple-8b encoder code.Heikki Linnakangas2019-03-25
* Align timestamps in pg_regress outputPeter Eisentraut2019-03-25
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-25
* Initialize structure at declarationPeter Eisentraut2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* Add ORDER BY to regression test casePeter Eisentraut2019-03-25
* tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.Andres Freund2019-03-24
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-24
* Sort dependent objects before reporting them in DROP ROLE.Tom Lane2019-03-24
* Remove dead code from nbtsplitloc.c.Peter Geoghegan2019-03-24
* Avoid double-free in vacuumlo error path.Tom Lane2019-03-24
* Make current_logfiles use permissions assigned to files in data directoryMichael Paquier2019-03-24
* Transaction chainingPeter Eisentraut2019-03-24
* Remove spurious return.Andres Freund2019-03-23
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-23
* Ensure xmloption = content while restoring pg_dump output.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Suppress DETAIL output from an event_trigger test.Peter Geoghegan2019-03-23
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Improve format of code and some error messages in pg_checksumsMichael Paquier2019-03-23
* Add unreachable "break" to satisfy -Wimplicit-fallthrough.Tom Lane2019-03-23
* Expand EPQ tests for UPDATEs and DELETEsAndres Freund2019-03-22
* Add option -N/--no-sync to pg_checksumsMichael Paquier2019-03-23
* Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut2019-03-23
* Add options to enable and disable checksums in pg_checksumsMichael Paquier2019-03-23
* Make subscription collation test work independent of localePeter Eisentraut2019-03-22
* Add gitignore entries for jsonpath_gram.hPeter Eisentraut2019-03-22