summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-08-13Remove obsolete netbsd dynloader codePeter Eisentraut
2018-08-13Remove obsolete openbsd dynloader codePeter Eisentraut
2018-08-13Remove obsolete freebsd dynloader codePeter Eisentraut
2018-08-13Remove obsolete linux dynloader codePeter Eisentraut
2018-08-13Remove obsolete darwin dynloader codePeter Eisentraut
2018-08-13Remove obsolete commentPeter Eisentraut
2018-08-13Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier
2018-08-13Adjust comment atop ExecShutdownNode.Amit Kapila
2018-08-13Prohibit shutting down resources if there is a possibility of back up.Amit Kapila
2018-08-13Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth
2018-08-11Fix wrong order of operations in inheritance_planner.Tom Lane
2018-08-10Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-08-10Fix typo in SP-GiST error messageAlexander Korotkov
2018-08-09Spell "partitionwise" consistently.Heikki Linnakangas
2018-08-09Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier
2018-08-09Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-08-03Fix buffer usage stats for parallel nodes.Amit Kapila
2018-08-03Match the buffer usage tracking for leader and worker backends.Amit Kapila
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-08-01Fix unnoticed variable shadowing in previous commitAlvaro Herrera
2018-08-01Fix per-tuple memory leak in partition tuple routingAlvaro Herrera
2018-08-01Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Remove dead code left behind by 1b6801051.Tom Lane
2018-07-30Verify range bounds to bms_add_range when necessaryAlvaro Herrera
2018-07-30Change bms_add_range to be a no-op for empty rangesAlvaro Herrera
2018-07-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-29Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2018-07-29Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra
2018-07-29Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-27Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov
2018-07-27Fix grammar in README.tuplockAlvaro Herrera
2018-07-27Use key and partdesc from PartitionDispatch where possible.Robert Haas
2018-07-27Fix the buffer release order for parallel index scans.Amit Kapila
2018-07-26Avoid crash in eval_const_expressions if a Param's type changes.Tom Lane