summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-01-26Check interrupts during hot standby waitsSimon Riggs
2017-01-26Add object_address tests for publications and subscriptionsPeter Eisentraut
2017-01-26Reset hot standby xmin on master after restartSimon Riggs
2017-01-26Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane
2017-01-25Fix typo: pg_statistics -> pg_statisticPeter Eisentraut
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Close replication connection when slot creation errorsPeter Eisentraut
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane
2017-01-25Make UNKNOWN into an actual pseudo-type.Tom Lane
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2017-01-25Be more aggressive in avoiding tuple conversion.Robert Haas
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-24Fix things so that updatable views work with partitioned tables.Robert Haas
2017-01-24Set ecxt_scantuple correctly for tuple routing.Robert Haas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-24Remove unused variable.Robert Haas
2017-01-24Don't invoke arbitrary code inside a possibly-aborted transaction.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-24Be sure to release the lock on failure to launch logical replication worker.Fujii Masao
2017-01-24Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii
2017-01-23Fix parallel make issue with new fmgrprotos.hPeter Eisentraut
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-23Don't error when no system locales were foundPeter Eisentraut
2017-01-23Fix NULL pointer access in logical replication workersPeter Eisentraut
2017-01-23Fix pointer confusionPeter Eisentraut
2017-01-23Fix memory leaks in libpqwalreceiverPeter Eisentraut
2017-01-23Prefetch blocks during lazy vacuum's truncation scanAlvaro Herrera
2017-01-23Fix example plan in optimizer/README.Tom Lane
2017-01-22Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane
2017-01-22Remove no-longer-needed loop in ExecGather().Tom Lane
2017-01-22Add missing breakPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Avoid useless respawining the autovacuum launcher at high speed.Robert Haas
2017-01-20Fix comparison logic in partition_bounds_equal for non-finite bounds.Robert Haas
2017-01-20Record dependencies on owners for logical replication objectsAlvaro Herrera
2017-01-20Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-20Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane
2017-01-19Fix Assert failure induced by commit 215b43cdc.Tom Lane
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-19Avoid some code duplication in map_partition_varattnos().Robert Haas
2017-01-19Fix some problems in check_new_partition_bound().Robert Haas
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-19Allow negative years in make_date to represent BC yearsAlvaro Herrera
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund