summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-01-30Remove leftover reference to "indirect blocks" in comment.Heikki Linnakangas
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-27Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas
2017-01-27Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane
2017-01-27Improve comments about ProcessUtility's queryString parameter.Tom Lane
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-26Fill in no_priv_msg for publications and subscriptionsPeter Eisentraut
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