aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Remove unused variable.Robert Haas2017-01-24
* Don't invoke arbitrary code inside a possibly-aborted transaction.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Be sure to release the lock on failure to launch logical replication worker.Fujii Masao2017-01-24
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-24
* Fix parallel make issue with new fmgrprotos.hPeter Eisentraut2017-01-23
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-23
* Don't error when no system locales were foundPeter Eisentraut2017-01-23
* Fix NULL pointer access in logical replication workersPeter Eisentraut2017-01-23
* Fix pointer confusionPeter Eisentraut2017-01-23
* Fix memory leaks in libpqwalreceiverPeter Eisentraut2017-01-23
* Prefetch blocks during lazy vacuum's truncation scanAlvaro Herrera2017-01-23
* Fix example plan in optimizer/README.Tom Lane2017-01-23
* Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane2017-01-22
* Remove no-longer-needed loop in ExecGather().Tom Lane2017-01-22
* Add missing breakPeter Eisentraut2017-01-22
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* Fix comparison logic in partition_bounds_equal for non-finite bounds.Robert Haas2017-01-20
* Record dependencies on owners for logical replication objectsAlvaro Herrera2017-01-20
* Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane2017-01-19
* Fix Assert failure induced by commit 215b43cdc.Tom Lane2017-01-19
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Avoid some code duplication in map_partition_varattnos().Robert Haas2017-01-19
* Fix some problems in check_new_partition_bound().Robert Haas2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Improve comment in hashsearch.c.Robert Haas2017-01-18
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Update information_schema queries and system views for new relkind.Robert Haas2017-01-18
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Factor out logic for computing number of parallel workers.Robert Haas2017-01-18
* Avoid conflicts with collation aliases generated by stripping.Tom Lane2017-01-18
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Add function to import operating system collationsPeter Eisentraut2017-01-18
* Remove dead code in bootstrapAlvaro Herrera2017-01-17
* Fix typoAlvaro Herrera2017-01-17
* Fix typoAlvaro Herrera2017-01-17